Uses of Class
pt.tumba.cage.DefaultWordFinder

Packages that use DefaultWordFinder
pt.tumba.cage This package implements a utility for extracting named entities from text through lexicons and a variety of orthographic and contextual features. 
 

Uses of DefaultWordFinder in pt.tumba.cage
 

Subclasses of DefaultWordFinder in pt.tumba.cage
 class TeXWordFinder
          A word finder for TeX and LaTeX documents, which searches text for sequences of letters, but ignores any commands and environments as well as Math environments.
 class XMLWordFinder
          A word finder for XMLdocuments, which searches text for sequences of letters, but ignores tags.