Skip to content

Commit

Permalink
Rest of the required stoeng files
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Nov 19, 2024
1 parent 757300f commit 3e2f9f6
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/stoeng/resources/altlabel.tsv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FST TAG LINGUISTIC (SHORT) LINGUISTIC (LONG) ENGLISH NÊHIYAWÊWIN EMOJI LINK
FST TAG LINGUISTIC (SHORT) LINGUISTIC (LONG) ENGLISH NAKODA EMOJI LINK
12Pl 21p (incl) Actor: 1st Person Plural (Inclusive) you and we kiistónnoon
21Pl 21p (incl) Actor: 1st Person Plural (Inclusive) you and we kiistónnoon
1Pl 1p (excl) Actor: 1st Person Plural (Exclusive) we (but not you) niistónnaan
Expand Down Expand Up @@ -557,7 +557,9 @@ V+II Inanimate intransitive verb Verb — inanimate intransitive Action word —
V+AI Animate intransitive verb Verb — animate intransitive Action word — like: mîcisow, nipâw ispayin-itwêwin — tâpiskôc: mîcisow, nipâw 🧑🏽➡️
V+TI Transitive inanimate verb Verb — transitive inanimate Action word — like: nâtam, mîciw ispayin-itwêwin — tâpiskôc: nâtam, mîciw 🧑🏽➡️💧
V+TA Transitive animate verb Verb — transitive animate Action word — like: wîcihêw, itêw ispayin-itwêwin — tâpiskôc: wîcihêw, itêw 🧑🏽➡️🧑🏽

Dec Dec Declarative Declarative Declarative
Irr Irr Irrealis Irrealis Irrealis

Voc Vocative Vocative call/address kitowin

VAI-1 VAI-1 vowel-final animate intransitive verb like: nipâw tâpiskôc: nipâw
Expand Down
3 changes: 3 additions & 0 deletions src/stoeng/resources/fst/analyser-gt-dict-norm.hfstol
Git LFS file not shown
3 changes: 3 additions & 0 deletions src/stoeng/resources/fst/generator-gt-dict-norm.hfstol
Git LFS file not shown
15 changes: 15 additions & 0 deletions src/stoeng/resources/layouts/VT-Y/basic.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
| Dec
_ 1Pl ${lemma}+1Pl+Dec
_ 1Sg ${lemma}+1Sg+Dec
_ 2Pl ${lemma}+2Pl+Dec
_ 2Sg ${lemma}+2Sg+Dec
_ 3Pl ${lemma}+3Pl+Dec
_ 3Sg ${lemma}+3Sg+Dec

| Irr
_ 1Pl ${lemma}+1Pl+Irr
_ 1Sg ${lemma}+1Sg+Irr
_ 2Pl ${lemma}+2Pl+Irr
_ 2Sg ${lemma}+2Sg+Irr
_ 3Pl ${lemma}+3Pl+Irr
_ 3Sg ${lemma}+3Sg+Irr
Empty file.
13 changes: 12 additions & 1 deletion src/stoeng/site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
from morphodict.site.settings import *

# Where this application should be deployed:
PRODUCTION_HOST = "stoeng.altlab.dev"
PRODUCTION_HOST = "nakon-ie.altlab.dev"

ALLOWED_HOSTS.append(PRODUCTION_HOST)
CSRF_TRUSTED_ORIGINS.append("https://" + PRODUCTION_HOST)

DEFAULT_RUNSERVER_PORT = 8018

Expand All @@ -35,6 +36,16 @@
MORPHODICT_SOURCE_LANGUAGE = "sto"
MORPHODICT_TARGET_LANGUAGE = "eng"

MORPHODICT_DICTIONARY_NAME = "nakón-i’e"
MORPHODICT_LANGUAGE_ENDONYM = "Nakoda"
MORPHODICT_SOURCE_LANGUAGE_NAME = "Stoney Nakoda"
MORPHODICT_SOURCE_LANGUAGE_SHORT_NAME = "Nakoda"

RELAXED_ANALYZER_FST_FILENAME = "analyser-gt-dict-norm.hfstol"
STRICT_ANALYZER_FST_FILENAME = RELAXED_ANALYZER_FST_FILENAME
STRICT_GENERATOR_FST_FILENAME = "generator-gt-dict-norm.hfstol"


MORPHODICT_ORTHOGRAPHY = {
"default": "Latn",
"available": {
Expand Down

0 comments on commit 3e2f9f6

Please sign in to comment.