public interface WordNetUtil
Interface of WordNet (incomplete version)
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Field and Description |
|---|---|
static int |
FIRSTPOS |
static int |
LASTPOS |
static int |
POS_ADJECTIVE |
static int |
POS_ADVERB |
static int |
POS_NOUN |
static int |
POS_VERB |
| Modifier and Type | Method and Description |
|---|---|
String |
lemmatize(String word) |
String |
lemmatize(String word,
int POS) |
static final int POS_NOUN
static final int POS_VERB
static final int POS_ADJECTIVE
static final int POS_ADVERB
static final int FIRSTPOS
static final int LASTPOS
Copyright © 2018 JULIE Lab, Germany. All rights reserved.