PartOfSpeechTag constructor
PartOfSpeechTag({
- double? score,
- PartOfSpeechTagType? tag,
Implementation
PartOfSpeechTag({
this.score,
this.tag,
});
PartOfSpeechTag({
this.score,
this.tag,
});