Skip to content
forked from cadia-lvl/NER

Named entity recognition for Icelandic

License

Notifications You must be signed in to change notification settings

xbsdsongnan/NER

 
 

Repository files navigation

Named entity recognition for Icelandic

This repository hosts code and models for the named entity recognition (NER) work performed at Reykjavik University in 2019-2020.

The models presented here have been trained on the Icelandic MIM-GOLD-NER named entity corpus, annotated as part of this work.

Implemented here are three different NER models, and an voting system combining the output of the three models. The methods used for training are the following:

Installation

Running

The script run_combined_system.sh shows the output of the three models and CombiTagger.

License

This project is licensed under the Apache License 2.0 - see the (LICENSE)[https://github.com/cadia-lvl/NER/blob/master/LICENSE] file for details.

Authors/Credit

Reykjavik University

Acknowledgements

This project was funded by the with funding from the Icelandic Strategic Research and Development Programme for Language Technology 2019, grant no. 180027-5301.

About

Named entity recognition for Icelandic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%