Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/crkeng/resources/fst/analyser-gt-relaxed.hfstol
Git LFS file not shown
3 changes: 3 additions & 0 deletions src/crkeng/resources/fst/analyser-gt-strict.hfstol
Git LFS file not shown

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions src/crkeng/resources/fst/crk-strict-generator.hfstol

This file was deleted.

3 changes: 3 additions & 0 deletions src/crkeng/resources/fst/generator-gt-strict.hfstol
Git LFS file not shown
6 changes: 3 additions & 3 deletions src/crkeng/site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

# Morphodict configuration

STRICT_GENERATOR_FST_FILENAME = "crk-strict-generator.hfstol"
STRICT_ANALYZER_FST_FILENAME = "crk-strict-analyzer-for-dictionary.hfstol"
RELAXED_ANALYZER_FST_FILENAME = "crk-relaxed-analyzer-for-dictionary.hfstol"
STRICT_GENERATOR_FST_FILENAME = "generator-gt-strict.hfstol"
STRICT_ANALYZER_FST_FILENAME = "analyser-gt-strict.hfstol"
RELAXED_ANALYZER_FST_FILENAME = "analyser-gt-relaxed.hfstol"

MORPHODICT_DICTIONARY_NAME = "itwêwina"

Expand Down