Description Usage Arguments Details Value See Also Examples
Generate IDF dict from a list of documents.
1 |
x |
a list of character |
stop_word |
stopword path |
path |
output path |
Input list contains multiple character vectors with words, and each vector represents a document.
Stop words will be removed from the result.
If path is not NULL, it will write the result to the path.
a data.frame or a file
https://en.wikipedia.org/wiki/Tf-idf#Inverse_document_frequency_2
1 |
Loading required package: jiebaRD
name count
1 def 0.6931472
2 abc 0.0000000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.