public class NomLexReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
nomLexFile |
| Constructor and Description |
|---|
NomLexReader(String nomLexFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsEntry(String token) |
static NomLexReader |
getInstance() |
List<NomLexEntry> |
getNomLexEntries(String predicateWord,
String predicateLemma) |
List<NomLexEntry> |
getNomLexEntry(String token) |
String |
getSingular(String token) |
boolean |
isPlural(String token) |
public static String nomLexFile
public static NomLexReader getInstance() throws EdisonException
EdisonExceptionpublic boolean containsEntry(String token)
public List<NomLexEntry> getNomLexEntry(String token)
public boolean isPlural(String token)
public List<NomLexEntry> getNomLexEntries(String predicateWord, String predicateLemma)
Copyright © 2017. All rights reserved.