package zemberek.morphology

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service MorphologyService

morphology.proto:77

message DictionaryItemProto

morphology.proto:15

A dictionary item. Lemma and pos values are provided. TODO: POS values should be enums.

Used in: SingleAnalysisProto

message MorphemeDataProto

morphology.proto:41

Contains surface form and id of the morpheme. Like surface = "acak", morpheme = Fut

Used in: SingleAnalysisProto

message SentenceWordAnalysisProto

morphology.proto:71

After disambiguation, a SentenceWordAnalysis_P object per use is used.

Used in: SentenceAnalysisProto

message SingleAnalysisProto

morphology.proto:22

represents a single morphological analysis result.

Used in: SentenceWordAnalysisProto, WordAnalysisProto

message WordAnalysisProto

morphology.proto:47

Contains all analyses of a word.

Used as response type in: MorphologyService.AnalyzeWord

Used as field type in: SentenceWordAnalysisProto