Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 283 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 283 Bytes

stanford-corenlp-kaf-mapper

Maps the following CoreNLP (version 3.8.0) Annotations to the NAF format:

  • "tokenize"
  • "pos", "lemma"
  • "entitymentions"
  • "dcoref"
  • "coref"

Inspired by the work of @ragerri