| Package | Description |
|---|---|
| eus.ixa.ixa.pipe.nerc |
Package containing common code for tagging Named Entities.
|
| eus.ixa.ixa.pipe.nerc.dict |
Package containing the dictionaries for Named Entities.
|
| eus.ixa.ixa.pipe.nerc.features |
| Class and Description |
|---|
| Dictionaries
Class to load a directory containing dictionaries into a list of
Dictionaries.
|
| Class and Description |
|---|
| BrownCluster
Class to load a Brown cluster document: word\tword_class\tprob
http://metaoptimize.com/projects/wordreprs/
The file containing the clustering lexicon has to be passed as the
argument of the BrownClusterFeatures parameter in the prop file.
|
| ClarkCluster
Class to load a Clark cluster document: word\\s+word_class\\s+prob
https://github.com/ninjin/clark_pos_induction
The file containing the clustering lexicon has to be passed as the
argument of the DistSim property.
|
| Dictionary
Dictionary class which creates a HashMap String, String from
a tab separated file name\tclass\t.
|
| LemmaResource |
| MFSResource
Reads wordnet lexicons formated as house#n\t1092#noun.artifact
to search for most frequent senses.
|
| POSModelResource
This class loads the pos tagger model required for
the POS FeatureGenerators.
|
| Word2VecCluster
Class to load a Word2Vec cluster document: word\\s+word_class
http://code.google.com/p/word2vec/
The file containing the clustering lexicon has to be passed as the
argument of the Word2VecCluster property.
|
| Class and Description |
|---|
| BrownCluster
Class to load a Brown cluster document: word\tword_class\tprob
http://metaoptimize.com/projects/wordreprs/
The file containing the clustering lexicon has to be passed as the
argument of the BrownClusterFeatures parameter in the prop file.
|
Copyright © 2015 IXA pipes. All rights reserved.