Nothing
fst_print_available_models()
to print models available through udpipe
packagefst_find_stopwords
- remove hardcoded language of fi
.fst_pos
to set NAs in count to 0fst_format()
renamed from fst_format_conllu()
.fst_prepare()
renamed from fst_prepare_conllu()
.fst_format()
and fst_prepare()
new parameters weights = NULL and add_cols = NULL, and parameter field renamed questionfst_rm_stop_punct()
now enables user-input list of stopwords.fst_format_svydesign()
and fst_prepare_svydesign()
introduced. fst_freq_table()
renamed from fst_get_top_words()
to reflect naming conventions.fst_ngrams_table()
renamed from fst_get_top_ngrams()
to reflect naming conventions.fst_freq_table()
, fst_ngrams_table()
, fst_freq()
, fst_ngrams()
, and fst_wordcloud()
parameters to enable weights from svydesign object or from additional weights column in formatted data (use_svydesign_weights = FALSE, id = "", svydesign = NULL, use_column_weights = FALSE).fst_freq_compare()
, fst_ngrams_compare()
, fst_pos_compare()
, fst_summarise_compare()
, fst_length_compare()
and fst_comparison_cloud()
now have parameters to enable inclusion/exclusion of null values when splitting data into groups (exclude_nulls = FALSE,
rename_nulls = 'null_data')fst_comparison_cloud()
created. fst_freq_compare()
, fst_ngrams_compare()
and fst_comparison_cloud()
now have parameters to enable weights from svydesign object or from additional weights column in formatted data (use_svydesign_weights = FALSE, id = "", svydesign = NULL, use_column_weights = FALSE).fst_ngrams_compare_plot()
has new parameter title_size = 20.fst_freq_compare()
, and fst_ngrams_compare()
have new parameters title_size = 20 and subtitle_size = 15. fst_cn_get_unique()
renamed fst_cn_get_unique _separate()
and new function fst_cn_get_unique()
created which finds unique ngrams in a list of ngrams tables. NEWS.md
file to track changes to the package.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.