See: Description
| Class | 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.
|
| BrownCluster.BrownClusterSerializer | |
| 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.
|
| ClarkCluster.ClarkClusterSerializer | |
| Dictionaries |
Class to load a directory containing dictionaries into a list of
Dictionaries.
|
| Dictionary |
Dictionary class which creates a HashMap String, String from
a tab separated file name\tclass\t.
|
| Dictionary.DictionarySerializer | |
| LemmaResource | |
| LemmaResource.LemmaResourceSerializer | |
| MFSResource |
Reads wordnet lexicons formated as house#n\t1092#noun.artifact
to search for most frequent senses.
|
| MFSResource.MFSResourceSerializer | |
| POSModelResource |
This class loads the pos tagger model required for
the POS FeatureGenerators.
|
| POSModelResource.POSModelResourceSerializer | |
| 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.
|
| Word2VecCluster.Word2VecClusterSerializer |
Copyright © 2015 IXA pipes. All rights reserved.