Description Super class Methods Examples
Counter dictionary to count the occurences of a character string. The class provides additionaly a function head(top_n) to get the top n occurences. Also included is a sort function to sort the internal list. WARNING: This operation cannot be undone.
RolliNLP::DictMap
-> CountMap
add()
CountMap$add(key)
put()
CountMap$put(key, value)
order()
CountMap$order()
head()
CountMap$head(top_n)
clone()
The objects of this class are cloneable with this method.
CountMap$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.