public class HeppleTagger extends AbstractTagger implements Tagger
Hepple tagger adopted from hepple.postag
Copyright: Copyright (c) 2003
Company:
POS_ADJECTIVE, POS_ADVERB, POS_CC, POS_DT, POS_IN, POS_NOUN, POS_NUM, POS_PRONOUN, POS_VERB| Constructor and Description |
|---|
HeppleTagger() |
HeppleTagger(String workDir) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getPOSIndex(String pos,
Word word) |
void |
tag(Sentence sent)
This method will tag the part of speech of all words in the sentence.
|
isConjunctionpublic HeppleTagger()
public HeppleTagger(String workDir)
public void tag(Sentence sent)
Taggerprotected int getPOSIndex(String pos, Word word)
getPOSIndex in class AbstractTaggerCopyright © 2018 JULIE Lab, Germany. All rights reserved.