PartOfSpeech class

Represents part of speech information for a token.

Parts of speech are as defined in http://www.lrec-conf.org/proceedings/lrec2012/pdf/274_Paper.pdf

Constructors

PartOfSpeech({String? aspect, String? case_, String? form, String? gender, String? mood, String? number, String? person, String? proper, String? reciprocity, String? tag, String? tense, String? voice})
PartOfSpeech.fromJson(Map json_)

Properties

aspect String?
The grammatical aspect. Possible string values are:
getter/setter pair
case_ String?
The grammatical case. Possible string values are:
getter/setter pair
form String?
The grammatical form. Possible string values are:
getter/setter pair
gender String?
The grammatical gender. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mood String?
The grammatical mood. Possible string values are:
getter/setter pair
number String?
The grammatical number. Possible string values are:
getter/setter pair
person String?
The grammatical person. Possible string values are:
getter/setter pair
proper String?
The grammatical properness. Possible string values are:
getter/setter pair
reciprocity String?
The grammatical reciprocity. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
The part of speech tag. Possible string values are:
getter/setter pair
tense String?
The grammatical tense. Possible string values are:
getter/setter pair
voice String?
The grammatical voice. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited