| Interface | Description |
|---|---|
| Lemmatiser |
Interface of lemmtaiser which gets the base form of a word
|
| NER |
Interface of Named Entity Recognizer
|
| Tagger |
Interface of part speech of tagger
|
| WordNetUtil |
Interface of WordNet (incomplete version)
|
| Class | Description |
|---|---|
| AbstractTagger |
The class provides basic methods for tagging a text
|
| Annie |
Annie adopted from gate
|
| BrillTagger |
Java version of Brill's Part-of-Speech Tagger
|
| HeppleTagger |
Hepple tagger adopted from hepple.postag
|
| MedPostTagger |
MedPost tagger adopted from gov.nih.nlm.nls.mps.POSTagger
|
| PorterStemmer |
Porter stemmer
|
| WordNetDidion |
A Java-implementation of WordNet provided by Didion
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.