aigents / aigents-java

Aigents Java Core Platform
MIT License
29 stars 12 forks source link

Restructure storage of lexicons #46

Open akolonin opened 10 months ago

akolonin commented 10 months ago

At the moment, lexicons are stored in the root: lexicon_english.txt lexicon_negative_english.txt lexicon_negative_russian.txt lexicon_positive_english.txt lexicon_positive_russian.txt lexicon_rude_english.txt lexicon_rude_russian.txt lexicon_russian.txt

We want to change it, along with adding support for cognitive distortions, to be like this:

data
  dict
    en
       lexicon.txt
       negative.txt
       positive.txt
       rude.txt
       mentalfiltering.txt
       magnification.txt
       ...
    ru
       lexicon.txt
       negative.txt
       positive.txt
       rude.txt
    zh