Get desktop application:
View/edit binary Protocol Buffers messages
Sentence analysis request.
sentence string
if [true], all analyses of all tokens will be included in the response else, only the best analysis will be used.
input sentence
for each token, result best morphological analysis and if requested, all analyses.
Morphological analysis request for a single word.
A dictionary item. Lemma and pos values are provided. TODO: POS values should be enums.
Used in:
Contains surface form and id of the morpheme. Like surface = "acak", morpheme = Fut
Used in:
After disambiguation, a SentenceWordAnalysis_P object per use is used.
Used in:
represents a single morphological analysis result.
Used in:
,Defines the POS of the whole word.
root word's dictionary information (contains lemma and pos values.)
This is the long formatted analysis string.
[true] if this analysis contain informal morphemes.
[true] if this root form of the input does not exist in dictionary.
all lemma values. Such as for input "kapattırdım" -> ["kapat","kapattır"]
all morpheme information.
Contains all analyses of a word.
Used as response type in: MorphologyService.AnalyzeWord
Used as field type in:
input word.