Skip to content

ITUnlp/daner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daner

Named Entity Recognition for Danish

Distributed by ITU NLP

This tool uses Stanford CoreNLP NER and the model from DKIE to tag incoming Danish plaintext for named entities, in three classes: location, person, and organization names.

To run:

  • Download and, if needed, unzip
  • In the same directory as the code, where your text is in "textfile", run:
    • daner <textfile> (Windows)
    • ./daner <textfile> (Mac or Linux)

References

  • DKIE - Derczynski et al. (2014). "DKIE: Open Source Information Extraction for Danish". In Proceedings of EACL
  • Stanford NER - Jenny Rose Finkel, Trond Grenager, and Christopher Manning. (2005). "Incorporating Non-local Information into Information Extraction Systems by Gibbs Sampling". Proceedings of the 43nd Annual Meeting of the Association for Computational Linguistics (ACL 2005), pp. 363-370.

License

daner is licensed as GNU GPL v3, inherited from Stanford CoreNLP.

About

Named Entity Recognition for Danish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published