mideind / GreynirEngine

A fast, efficient natural language processing engine for Icelandic.
https://greynir.is
Other
60 stars 10 forks source link

Fixed gender lookup of BÍN foreign person names, also check for 'erm'… #6

Closed sveinbjornt closed 5 years ago

sveinbjornt commented 5 years ago

… when looking for person names

vthorsteinsson commented 5 years ago

I would suggest creating a frozenset constant towards the beginning of the source file(s) and then using that, instead of repeating the { 'ism', 'erl'... } set constant in the code.