Uses of Class
edu.columbia.cs.utils.Dictionary

Packages that use Dictionary
edu.columbia.cs.ref.model.matcher.impl   
edu.columbia.cs.ref.tool.tagger.entity.impl   
 

Uses of Dictionary in edu.columbia.cs.ref.model.matcher.impl
 

Constructors in edu.columbia.cs.ref.model.matcher.impl with parameters of type Dictionary
DictionaryEntityMatcher(Dictionary dictionary)
          Instantiates a new dictionary entity matcher.
 

Uses of Dictionary in edu.columbia.cs.ref.tool.tagger.entity.impl
 

Constructors in edu.columbia.cs.ref.tool.tagger.entity.impl with parameters of type Dictionary
DictionaryBasedEntityTagger(java.lang.String tag, Dictionary dictionary, Tokenizer tokenizer)
          Instantiates a new dictionary based entity tagger.