Package | Description |
---|---|
edu.illinois.cs.cogcomp.ner.ClassifiersAndUtils |
Modifier and Type | Field and Description |
---|---|
Document |
Document.brother |
Modifier and Type | Field and Description |
---|---|
Vector<Document> |
DocumentCollection.docs |
Modifier and Type | Method and Description |
---|---|
Document |
DocumentReader.nextDoc(int initClassID) |
Modifier and Type | Method and Description |
---|---|
void |
UnigramStatistics.addDoc(Document doc) |
void |
DocumentCollection.addDoc(Document doc) |
abstract int |
Classifier.classify(Document doc,
double thres) |
int |
MemoryEfficientNB.classify(Document doc,
double thres) |
abstract String |
Classifier.getExtendedFeatures(Document d) |
String |
MemoryEfficientNB.getExtendedFeatures(Document d) |
abstract double[] |
Classifier.getPredictionConfidence(Document doc) |
double[] |
MemoryEfficientNB.getPredictionConfidence(Document doc) |
void |
MemoryEfficientNB.onlineLearning(Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentCollection.addDocuments(Vector<Document> _docs) |
Constructor and Description |
---|
Document(Document d) |
Copyright © 2017. All rights reserved.