0

I cant read the .tagger file which comes with the stanford maxent tagger for my language with a text editor. How could I view the contents of the .tagger file.

user567879
  • 5,139
  • 20
  • 71
  • 105

1 Answers1

1

The .tagger file is a serialized version of a POS tagging model, so it is not human readable.

StanfordNLPHelp
  • 8,699
  • 1
  • 11
  • 9