public interface Tagger
Interface of part speech of tagger
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Field and Description |
|---|---|
static int |
POS_ADJECTIVE |
static int |
POS_ADVERB |
static int |
POS_CC |
static int |
POS_DT |
static int |
POS_IN |
static int |
POS_NOUN |
static int |
POS_NUM |
static int |
POS_PRONOUN |
static int |
POS_VERB |
| Modifier and Type | Method and Description |
|---|---|
void |
tag(Sentence sent)
This method will tag the part of speech of all words in the sentence.
|
static final int POS_NOUN
static final int POS_VERB
static final int POS_ADJECTIVE
static final int POS_ADVERB
static final int POS_IN
static final int POS_PRONOUN
static final int POS_DT
static final int POS_CC
static final int POS_NUM
void tag(Sentence sent)
sent - the sentence for taggingCopyright © 2018 JULIE Lab, Germany. All rights reserved.