1. The actual POSTagger.java
file is a public interface
that contains the following methods:
tag()
method that either accepts String[]
or String[]
and Object[]
which contains additionaContext
topKSequences()
method that accepts the same argumentstopKSequences()
returns the top possible arrays of tags--> POSTagger.java
only imports opennlp.tools.util.Sequence
2.