Skip to content

Commit

Permalink
Merge branch 'main' of github.com:UAlbertaALTLab/morphodict
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Nov 20, 2024
2 parents e0ebd1b + 7eb470e commit 2615b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/morphodict/site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def defaultDatabasePath():

# An optional list of tags used for the phrase translation stage, useful for prototyping in new languages

DEFAULT_TARGET_LANGUAGE_PHRASE_TAGS : Optional[tuple[str, ...]]= tuple()
DEFAULT_TARGET_LANGUAGE_PHRASE_TAGS: Optional[tuple[str, ...]] = tuple()

# Used for the bulk search API
SPEECH_DB_EQ = ["_"]
Expand Down
2 changes: 1 addition & 1 deletion src/stoeng/site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
STRICT_ANALYZER_FST_FILENAME = RELAXED_ANALYZER_FST_FILENAME
STRICT_GENERATOR_FST_FILENAME = "generator-gt-dict-norm.hfstol"

FST_TOOL_SAMPLES = [ "yúda", "myudad" ]
FST_TOOL_SAMPLES = ["yúda", "myudad"]

# Without this, importjson by default will not attempt to add inflected definitions using phrase translation.
MORPHODICT_SUPPORTS_AUTO_DEFINITIONS = True
Expand Down

0 comments on commit 2615b4b

Please sign in to comment.