Package | Description |
---|---|
net.ontopia.topicmaps.classify |
To classify content, use the SimpleClassifier class.
|
Modifier and Type | Class and Description |
---|---|
class |
Variant
PUBLIC: Represents a form of a term as it occurred in classified
content.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Token> |
TermDatabase.delimiter_terms |
Modifier and Type | Method and Description |
---|---|
protected Token |
TermDatabase.createDelimiter(String delimiter) |
Modifier and Type | Method and Description |
---|---|
List<Token> |
TextBlock.getTokens() |
Modifier and Type | Method and Description |
---|---|
protected void |
CompoundAnalyzer.addFollower(Variant variant,
Token token) |
protected void |
CompoundAnalyzer.addFollower(Variant variant,
Token token,
int counts) |
void |
TextBlock.addToken(Token token) |
void |
RegionBooster.analyzeToken(TextBlock parent,
Token token,
int index) |
void |
CompoundAnalyzer.analyzeToken(TextBlock parent,
Token token,
int index) |
void |
DocumentAnalyzerIF.analyzeToken(TextBlock parent,
Token token,
int index) |
void |
DistanceAnalyzer.analyzeToken(TextBlock parent,
Token token,
int index) |
abstract void |
AbstractDocumentAnalyzer.analyzeToken(TextBlock parent,
Token token,
int index) |
abstract void |
TokenVisitor.visit(Token token) |