You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@opennlp.apache.org by Richard Eckart de Castilho <ri...@gmail.com> on 2018/07/25 22:19:11 UTC

Re: Getting the entire tagset

MaxentModel.getNumOutcomes() and MaxentModel.getOutcome(i) are your friends.

-- Richard

> On 20. Mar 2017, at 09:51, Vincent <vi...@openindex.io> wrote:
> 
> Hi all,
> 
> I would like my POS-tagger to be able to return all possible tags for a model. The TagDictionary, however, only has a getTags(String word) method. Is there a way to obtain the global tagset other than running every word in the training data through this method?
> 
> Thanks!
> 
> Vincent