MaxentModel.getNumOutcomes() and MaxentModel.getOutcome(i) are your friends.
-- Richard > On 20. Mar 2017, at 09:51, Vincent <vincent.s...@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