com.johnsnowlabs.nlp.annotators.pos.perceptron
Finds very frequent tags on a word in training, and marks them as non ambiguous based on tune parameters ToDo: Move such parameters to configuration
Finds very frequent tags on a word in training, and marks them as non ambiguous based on tune parameters ToDo: Move such parameters to configuration
Takes entire tagged sentences to find frequent tags
How many times at least a tag on a word to be marked as frequent
How much percentage of total amount of words are covered to be marked as frequent
Generates TagBook, which holds all the word to tags mapping that are not ambiguous
Iterates for training