Package | Description |
---|---|
org.dllearner.algorithms.isle | |
org.dllearner.algorithms.isle.index | |
org.dllearner.algorithms.isle.index.syntactic |
Modifier and Type | Method and Description |
---|---|
TextDocument |
TextDocumentGenerator.generateDocument(String text) |
TextDocument |
TextDocumentGenerator.generateDocument(String text,
boolean determineHead) |
Modifier and Type | Method and Description |
---|---|
Set<Annotation> |
TrieLinguisticAnnotator.annotate(TextDocument document)
Generates annotation based on trie's longest matching strings.
|
Set<Annotation> |
LinguisticAnnotator.annotate(TextDocument document)
Returns the set of annotation for the given document.
|
AnnotatedDocument |
SemanticAnnotator.processDocument(TextDocument document)
Processes the given document and returns the annotated version of this document.
|
Constructor and Description |
---|
AnnotatedTextDocument(TextDocument document,
Set<SemanticAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<TextDocument> |
LuceneSyntacticIndex.getAllDocuments() |
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann