Skip to content

Restructure storage of lexicons #46

@akolonin

Description

@akolonin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions