Learn R Programming

wordnet (version 0.1-2)

getTermFilter: Get a term filter

Description

Get a term filter.

Usage

getTermFilter(type, word, ignoreCase)

Arguments

type
Filter type. Available filters are ContainsFilter, EndsWithFilter, ExactMatchFilter, RegexFilter, SoundFilter, StartsWithFilter, and WildcardFilter.
word
Term to be matched.
ignoreCase
Indicates whether lower and upper case are distinguished.

Value

  • A term filter.

References

M. Wallace (2007). Jawbone Java WordNet API. http://mfwallace.googlepages.com/jawbone.html

Examples

Run this code
getTermFilter("StartsWithFilter", "car", TRUE)

Run the code above in your browser using DataLab