getTermFilter | R Documentation |
Get a term filter.
getTermFilter(type, word, ignoreCase)
type |
Filter type.
Available filters are |
word |
Term to be matched. |
ignoreCase |
Indicates whether lower and upper case are distinguished. |
A term filter.
Ingo Feinerer
M. Wallace (2007). Jawbone Java WordNet API. https://sites.google.com/site/mfwallace/jawbone
if(initDict())
getTermFilter("StartsWithFilter", "car", TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.