PartOfSpeechTag constructor

PartOfSpeechTag({
  1. double? score,
  2. PartOfSpeechTagType? tag,
})

Implementation

PartOfSpeechTag({
  this.score,
  this.tag,
});