clir / clearnlp-guidelines

Guidelines.
96 stars 37 forks source link

NER specification #5

Closed keighrim closed 8 years ago

keighrim commented 8 years ago

Hi,

Could anyone tell me where I can find the tagset for the default named entity recognizer?

0xAlwaysDumpling commented 8 years ago

Hi The tagset can be found in the NERTag.java file https://github.com/clir/clearnlp/blob/376540ea025ccb14a97027737209290350bfd722/src/main/java/edu/emory/clir/clearnlp/ner/NERTag.java

keighrim commented 8 years ago

Thank you, @jtan25 . I'm closing the issue.