Description Usage Arguments Value Author(s) References Examples
Get index terms from a WordNet dictionary as specified by a filter.
1 | getIndexTerms(pos, maxLimit, filter)
|
pos |
Part of speech type.
Must be either |
maxLimit |
Maximum number of results. |
filter |
A term filter (see |
A list of index terms.
Ingo Feinerer
M. Wallace (2007). Jawbone Java WordNet API. http://mfwallace.googlepages.com/jawbone
1 2 3 4 | if(initDict()) {
filter <- getTermFilter("StartsWithFilter", "car", TRUE)
getIndexTerms("NOUN", 5, filter)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.