Uses of Class
pt.tumba.cage.NamedEntity

Packages that use NamedEntity
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. 
 

Uses of NamedEntity in pt.tumba.cage
 

Methods in pt.tumba.cage that return NamedEntity
 NamedEntity[] Cage.getNamedEntities()
          Returns an array of all the entities found in the text.
 

Uses of NamedEntity in pt.tumba.geoclass
 

Methods in pt.tumba.geoclass with parameters of type NamedEntity
 Node CageClass.getScope(NamedEntity[] entities)
          Returns the Geographical Scope associated with a given document.
 Node CageClass.getScope(java.lang.String url, NamedEntity[] entities)
          Returns the Geographical Scope associated with a given document.
 java.lang.Double ClassNetwork.setValue(NamedEntity ne)
          Updates the score associated with a given node of the network.
 java.lang.Double ClassNetwork.setValue(NamedEntity ne, java.lang.Double value)
          Updates the score associated with a given node of the network.