Skip to content

Commit

Permalink
Words from omniglot
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Oct 21, 2024
1 parent 420b4ba commit a2fc5d0
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/fst/morphology/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ GT_LEXC_SRCS_L1_L2=\
stems/adjectives.lexc \
stems/conjunctions.lexc \
stems/determiners.lexc \
stems/interjections.lexc \
stems/nouns.lexc \
stems/numerals.lexc \
stems/particles.lexc \
Expand Down
1 change: 1 addition & 0 deletions src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ LEXICON Root !!≈ - **@@ODE@**
Conjunctions ;
Determiners ;
Demonstratives ;
Interjections ;
Particles ;
Premodifiers ;
Prepositions ;
Expand Down
10 changes: 10 additions & 0 deletions src/fst/morphology/stems/interjections.lexc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
LEXICON ij
+Interj: # ;

LEXICON Intejections
fakamolemole ij "sorry" ;
fakafetai ij "thank you" ;
aho ij "good afternoon" ;
afiafi ij "good evening" ;
mâlô ij "greeting" ;
tâlofa ij "greeting" ;
2 changes: 1 addition & 1 deletion src/fst/morphology/stems/nouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ auvili n "Brace, hand-drill. E" ;
afa n "Eng. half. H" ;
afā n "Storm, hurricane. Kua" ;
afafin "n. D aughter (of" ;
afanota n "(Music). H alf" ;
afanota n "(Music). Half note" ;
afato n "Sam. ‘afato G" ;
afe n "Hem. Tatala" ;
āfei n "The covering of" ;
Expand Down
51 changes: 50 additions & 1 deletion src/fst/morphology/stems/numerals.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,56 @@
! --------
!! Numerals in the Tokelauan language describe a nuerical quantity.

LEXICON num
+Num: # ;

LEXICON Numerals
numeral+Num:numeral Cases ;
tahi num "1" ;
lua num "2" ;
tolu num "3" ;
fā num "4" ;
lima num "5" ;
ono num "6" ;
fitu num "7" ;
valu num "8" ;
iva num "9" ;
hefulu num "10" ;
hefulutahi num "11" ;
hefululua num "12" ;
hefulutolu num "13" ;
hefulufā num "14" ;
hefululima num "15" ;
hefuluono num "16" ;
hefulufitu num "17" ;
hefuluvalu num "18" ;
hefuluiva num "19" ;
luahefulu num "20" ;
luahefulutahi num "21" ;
luahefululua num "22" ;
luahefulutolu num "23" ;
luahefulufā num "24" ;
luahefululima num "25" ;
luahefuluono num "26" ;
luahefulufitu num "27" ;
luahefuluvalu num "28" ;
luahefuluiva num "29" ;
toluhefulu num "30" ;
fāhefulu num "40" ;
limahefulu num "50" ;
onohefulu num "60" ;
fituhefulu num "70" ;
valuhefulu num "80" ;
ivahefulu num "90" ;
helau num "100" ;
afe num "1000" ;
luaafe num "2000" ;
toluafe num "3000" ;
fāafe num "4000" ;
limaafe num "5000" ;
onoafe num "6000" ;
fituafe num "7000" ;
valuafe num "8000" ;
ivaafe num "9000" ;


! vim: set ft=xfst-lexc:
Empty file added xxn
Empty file.

0 comments on commit a2fc5d0

Please sign in to comment.