public class DictionaryEntry extends DictionaryEntryBase
| Modifier and Type | Field and Description |
|---|---|
static int |
BASE_FORM |
static int |
CONJUGATION_FORM |
static int |
CONJUGATION_TYPE |
static int |
PART_OF_SPEECH_FEATURE |
static int |
PART_OF_SPEECH_LEVEL_1 |
static int |
PART_OF_SPEECH_LEVEL_2 |
static int |
PART_OF_SPEECH_LEVEL_3 |
static int |
PART_OF_SPEECH_LEVEL_4 |
static int |
PRONUNCIATION |
static int |
READING |
static int |
READING_FEATURE |
static int |
TOTAL_FEATURES |
leftId, rightId, surface, wordCost| Constructor and Description |
|---|
DictionaryEntry(String[] fields) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseForm() |
String |
getConjugatedForm() |
String |
getConjugationType() |
String |
getPartOfSpeechLevel1() |
String |
getPartOfSpeechLevel2() |
String |
getPartOfSpeechLevel3() |
String |
getPartOfSpeechLevel4() |
String |
getPronunciation() |
String |
getReading() |
getLeftId, getRightId, getSurface, getWordCostpublic static final int PART_OF_SPEECH_LEVEL_1
public static final int PART_OF_SPEECH_LEVEL_2
public static final int PART_OF_SPEECH_LEVEL_3
public static final int PART_OF_SPEECH_LEVEL_4
public static final int CONJUGATION_TYPE
public static final int CONJUGATION_FORM
public static final int BASE_FORM
public static final int READING
public static final int PRONUNCIATION
public static final int TOTAL_FEATURES
public static final int READING_FEATURE
public static final int PART_OF_SPEECH_FEATURE
public DictionaryEntry(String[] fields)
public String getPartOfSpeechLevel1()
public String getPartOfSpeechLevel2()
public String getPartOfSpeechLevel3()
public String getPartOfSpeechLevel4()
public String getConjugatedForm()
public String getConjugationType()
public String getBaseForm()
public String getReading()
public String getPronunciation()
Copyright © 2015 Atilika Inc.. All rights reserved.