Package | Description |
---|---|
edu.illinois.cs.cogcomp.ner.ClassifiersAndUtils |
Modifier and Type | Field and Description |
---|---|
FeatureMap |
MemoryEfficientNB.map |
Modifier and Type | Method and Description |
---|---|
void |
MemoryEfficientNB.allocateSpace(FeatureMap _map,
int _classesN) |
int[] |
Document.getActiveFid(FeatureMap map) |
double[] |
Document.getFeatureVec(FeatureMap map) |
void |
Document.toCompactFeatureRep(FeatureMap map) |
String |
Document.toString(FeatureMap map,
boolean verbose) |
Constructor and Description |
---|
FeatureMap(FeatureMap _map) |
MemoryEfficientNB(DocumentCollection docs,
FeatureMap _map,
int _classesN) |
MemoryEfficientNB(FeatureMap _map,
int _classesN) |
UnigramStatistics(String filename,
FeatureMap map) |
Copyright © 2017. All rights reserved.