Skip to content

Commit

Permalink
tag update + new words
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Nov 15, 2024
1 parent c928fea commit b8680f0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 20 deletions.
16 changes: 13 additions & 3 deletions src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ Multichar_Symbols !!≈ # Definitions for @CODE@
+Incl +Excl !!≈ - @CODE@

!! The parts of speech are further split up into:
+Prop +Pers +Dem +Interr +Refl +Recipr +Rel +Indef !!≈ - @CODE@
+Prop +Pers +Dem +Interr +Refl +Recipr +Rel +Indef +Poss !!≈ - @CODE@
+Def +Det !!≈ - @CODE@
+Prox +Med +Dist !!≈ - @CODE@ = proximal, medial, distal (near speaker, hearer, neiter)

+Post +Pre !!≈ - @CODE@ = postmodifiers, premodifiers

!! The Usage extents are marked using following tags:
+Err/Orth !!≈ - @CODE@
Expand All @@ -48,10 +50,11 @@ Multichar_Symbols !!≈ # Definitions for @CODE@

!! The nominals are inflected in the following Number
+Sg +Du +Pl !!≈ - @CODE@
+Nom +Gen +Acc !!≈ - @CODE@
+Nom +Gen +Acc !!≈ - @CODE@
+Loc !!≈ - @CODE@ for locative nouns

!! The possession is marked as such:
+PxSg1 +PxSg2 +PxSg3 +PxDu1 +PxDu2 +PxDu3 +PxPl1 +PxPl2 +PxPl3
! +PxSg1 +PxSg2 +PxSg3 +PxDu1 +PxDu2 +PxDu3 +PxPl1 +PxPl2 +PxPl3
!! The comparative forms are:
+Comp +Superl
!! Numerals are classified under:
Expand Down Expand Up @@ -107,6 +110,13 @@ Multichar_Symbols !!≈ # Definitions for @CODE@
+Edu
+Veh
+Clth




!! These tags are used somewhere:




!! Derivations are classified under the morphophonetic form of the suffix, the
Expand Down
4 changes: 2 additions & 2 deletions src/fst/morphology/stems/determiners.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ni+Det+Indef+Pl:ni # ;
LEXICON Demonstratives
a+Dem:a # ;
ia+Dem:ia # ;
te+Dem:te # ; ! a te, ia te
!te+Dem:te # ; ! a te, ia te
tē+Dem:tē # ;
iē+Dem:iē # ;

Expand All @@ -22,7 +22,7 @@ tēia+Dem+Sg+Dist:tēia # ;
iēnei+Dem+Pl+Prox:iēnei # ;
nei+Dem+Pl+Prox:nei # ;
iēnā+Dem+Sg+Med:iēnā # ;
iēia+Dem+Pl+Diest:iēia # ;
iēia+Dem+Pl+Dist:iēia # ;



Expand Down
3 changes: 3 additions & 0 deletions src/fst/morphology/stems/nouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
! -----
!! Nouns in the Tokelauan language refer to objects or sets of objects, qualities, states or ideas.


LEXICON Nouns
fale:fale n "house" ;
āeto:aaeto n "eagle" ;
Expand Down Expand Up @@ -2780,3 +2781,5 @@ ao n "daylight" ;
apohitolo n "apostle" ; ! xxx e/i
apohetolo n "apostle" ; ! xxx e/i
ataliki n "son of a man" ;
atua n "god" ;
tamana n "father" ;
29 changes: 14 additions & 15 deletions src/fst/morphology/stems/verbs.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@


LEXICON v_particles
ē+Prs:ее vpcle ; ! one verb ē, can be shortened initially in VP
e+Prs:e vpcle ; ! a separate verb e
nai+:nai vpcle ;
na+Prf:na # ; ! Perfective ?
nae+Prf:nae # ;
kā+Fut:kā # ;
koi+Ipf:koi # ; ! imperfective ?
kua+Prs:kua # ; ! todo: Tag for presentation
e+Prs:e # ; ! todo: Tag for presentation
hē+Neg:hē # ;
hēki+Neg:hēki # ;
hēai+Neg:hēai # ;
ē+V+Prs:ее # ; ! one verb ē, can be shortened initially in VP
e+V+Prs:e # ; ! a separate verb e
nai+V:nai # ;
na+V+Prf:na # ; ! Perfective ?
nae+V+Prf:nae # ;
kā+V+Fut:kā # ;
koi+V+Ipf:koi # ; ! imperfective ?
kua+V+Prs:kua # ; ! todo: Tag for presentation
hē+V+Neg:hē # ;
hēki+V+Neg:hēki # ;
hēai+V+Neg:hēai # ;


LEXICON aux
Expand Down Expand Up @@ -47,9 +46,9 @@ hi:hi v "Fish with a" ;
LEXICON auxtag
+V+Aux: # ;

LEXICON vpcle
+Prs:^VC vtags ; ! ^VC = vowel shortening
+Prt: vtags ; ! ^VC = vowel shortening
!LEXICON vpcle
!+Prs:^VC vtags ; ! ^VC = vowel shortening
!+Prt: vtags ; ! ^VC = vowel shortening

LEXICON 2v_stems !!= * @CODE@ = 2-syllabic verbs with CV reduplication
v_div ; ! These 2000 verbs to be classified, they are just dumped here for the time being
Expand Down

0 comments on commit b8680f0

Please sign in to comment.