Skip to content

langstok/stanford-corenlp-naf-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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