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