| Class | Description |
|---|---|
| Context |
Track the context within a sentence for a selected n-gram.
|
| CoreNlpLanguageModel |
Implementation of English-specific tools for natural language
processing.
|
| Graph |
An abstraction for handling the graph as a data object.
|
| KeyWord |
Implements a node value in a TextRank graph denoting a noun or
adjective.
|
| LanguageModel |
Facade for handling language-specific tools in natural language
processing.
|
| MetricVector |
Implements a point in the vector space representing the distance
metric.
|
| NGram |
Implements a wrapper for tallying an n-gram in the text contains of
selected keywords.
|
| Node |
Implements a node in the TextRank graph, denoting some noun or adjective
morpheme.
|
| NodeValue |
Implements a node value in a TextRank graph.
|
| Sentence | |
| TextRank |
Java implementation of the TextRank algorithm by Rada Mihalcea, et al.
|
Copyright © 2017. All rights reserved.