package syntaxnet

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

message AffixTableEntry

dictionary.proto:23

Affix table entry, for serialization of the affix tables.

message AffixTableEntry.AffixEntry

dictionary.proto:25

Nested message for serializing a single affix.

Used in: AffixTableEntry

message AlternativeTokenAnalysis

kbest_syntax.proto:63

An alternative analysis of tokens in the document. The repeated fields are indexed relative to the beginning of a sentence. Fields not represented in the alternative analysis are assumed to be unchanged. Currently only alternatives for tags, categories and (labeled) dependency heads are supported. Each repeated field should either have length=0 or length=number of tokens.

Used in: KBestSyntaxAnalysesForSentence, KBestSyntaxAnalysesForToken

message FeatureExtractorDescriptor

feature_extractor.proto:31

Descriptor for feature extractor.

message FeatureFunctionDescriptor

feature_extractor.proto:13

Descriptor for feature function.

Used in: FeatureExtractorDescriptor

message KBestSyntaxAnalyses

kbest_syntax.proto:10

A list of alternative (k-best) syntax analyses, grouped by sentences.

message KBestSyntaxAnalysesForSentence

kbest_syntax.proto:27

A list of alternative (k-best) analyses for a sentence spanning from a start token index to an end token index. The alternative analyses are ordered by decreasing model score from best to worst. The first analysis is the 1-best analysis, which is typically also stored in the document tokens.

Used in: KBestSyntaxAnalyses

message KBestSyntaxAnalysesForToken

kbest_syntax.proto:50

A list of scored alternative (k-best) analyses for a particular token. These are all distinct from each other and ordered by decreasing model score. The first is the 1-best analysis, which may or may not match the document tokens depending on how the k-best analyses are selected.

Used in: KBestSyntaxAnalyses

message Parameter

feature_extractor.proto:7

Used in: FeatureFunctionDescriptor

message Sentence

sentence.proto:9

A Sentence contains the raw text contents of a sentence, as well as an analysis.

message SparseFeatures

sparse.proto:15

A sparse set of features. If using SparseStringToIdTransformer, description is required and id should be omitted; otherwise, id is required and description optional. id, weight, and description fields are all aligned if present (ie, any of these that are non-empty should have the same # items). If weight is omitted, 1.0 is used.

message StringToStringMap

dictionary.proto:17

Serializable representation of a string=>string mapping.

message StringToStringPair

dictionary.proto:8

Serializable representation of a string=>string pair.

Used in: StringToStringMap

message TaskInput

task_spec.proto:9

Task input descriptor.

Used in: TaskSpec

message TaskInput.Part

task_spec.proto:26

An input can consist of multiple file sets.

Used in: TaskInput

message TaskOutput

task_spec.proto:39

Task output descriptor.

Used in: TaskSpec

message TaskSpec

task_spec.proto:64

A task specification is used for describing executing parameters.

message TaskSpec.Parameter

task_spec.proto:72

Task parameters.

Used in: TaskSpec

message Token

sentence.proto:24

A document token marks a span of bytes in the document text as a token or word.

Used in: Sentence

enum Token.BreakLevel

sentence.proto:51

Break level for tokens that indicates how it was separated from the previous token in the text.

Used in: Token

message TokenEmbedding

dictionary.proto:47

A light-weight proto to store vectors in binary format.

message TokenEmbedding.Vector

dictionary.proto:53

Used in: TokenEmbedding

message TokenMorphology

sentence.proto:64

Stores information about the morphology of a token.

message TokenMorphology.Attribute

sentence.proto:70

Morphology is represented by a set of attribute values.

Used in: TokenMorphology