public final class MorphologyResponse extends Response
extendedInformation| Constructor and Description |
|---|
MorphologyResponse(List<String> tokens,
List<String> posTags,
List<String> lemmas,
List<List<String>> compoundComponents,
List<List<String>> hanReadings)
Construct response.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<List<String>> |
getCompoundComponents() |
List<List<String>> |
getHanReadings() |
List<String> |
getLemmas() |
List<String> |
getPosTags() |
List<String> |
getTokens() |
int |
hashCode() |
getExtendedInformationpublic MorphologyResponse(List<String> tokens, List<String> posTags, List<String> lemmas, List<List<String>> compoundComponents, List<List<String>> hanReadings)
tokens - tokens, or null.posTags - posTags, 1-1 with tokens, or null.lemmas - lemmas, 1-1 with tokens, or null.compoundComponents - compoundComponents, 1-1 with tokens, or null.hanReadings - hanReadings, 1-1 with tokens, or null.Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.