nlplab / nersuite

http://nersuite.nlplab.org/
Other
26 stars 12 forks source link

Option to control entity ID prefix in standoff output #10

Open spyysalo opened 12 years ago

spyysalo commented 12 years ago

NERsuite standoff output (-o standoff) currently uses the ID format entity-NUM, where NUM is some positive integer. It would make it easier to integrate NERsuite into some processing pipelines if it were possible to set the entity ID "prefix" (i.e. entity- at the moment) with a command-line option.

priancho commented 12 years ago

Ok, I will add some options to control the output template in the standoff output mode.