Uses of Package
pt.tumba.cage

Packages that use pt.tumba.cage
pt.tumba.cage This package implements a utility for extracting named entities from text through lexicons and a variety of orthographic and contextual features. 
pt.tumba.geoclass This package implements an algorithm for classifying web pages according to their geographical scopes, with basis on a probabilistic graphical model of geographical concepts. 
 

Classes in pt.tumba.cage used by pt.tumba.cage
DefaultWordFinder
          A word finder for normal text documents, which searches text for sequences of words and text blocks.This class also defines common methods and behaviour for the various word finding subclasses.
NamedEntity
          A Named Entity recognized in the text.
Numex
          Implements methods for recognizing numeric expressions in both Portuguese and English texts.
StringUtils
          A collection of String handling utility methods.
 

Classes in pt.tumba.cage used by pt.tumba.geoclass
Cage
          Extracting named entities (names, places, dates, and other words and phrases that establish the meaning of a body of text) is critical to software systems that process large amounts of unstructured data coming from sources such as email, document files, and the Web.
NamedEntity
          A Named Entity recognized in the text.