Token(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents the smallest syntactic building block of the text.
Attributes |
|
---|---|
Name | Description |
text |
google.cloud.language_v1beta2.types.TextSpan
The token text. |
part_of_speech |
google.cloud.language_v1beta2.types.PartOfSpeech
Parts of speech tag for this token. |
dependency_edge |
google.cloud.language_v1beta2.types.DependencyEdge
Dependency tree parse for this token. |
lemma |
str
Lemma __
of the token.
|