skroutz / elasticsearch-skroutz-greekstemmer

Greek Stemmer for elasticsearch
https://www.skroutz.gr
74 stars 34 forks source link

Stem Exception Handling #14

Open cmantas opened 8 years ago

cmantas commented 8 years ago

The exceptional cases of the various analysis steps are not uniformly handled. Some are static variables and some are coded into if clauses. All of them are hardcoded and can only change by altering the source files. We can make an effort to

  1. handle them uniformly
  2. load them from a resource file