Skip to content

Commit

Permalink
Add some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed May 12, 2024
1 parent 21a0745 commit 8a17d2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 8 additions & 0 deletions src/cg3/disambiguator.cg3
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ LIST PxPl1 = PxPl1 ; #!! PxPl1
LIST PxPl2 = PxPl2 ; #!! PxPl2
LIST PxPl3 = PxPl3 ; #!! PxPl3

#!! ### Suffix ordering
LIST So/CP = So/CP ;
LIST So/PC = So/PC ;
LIST So/NCP = So/NCP ;
LIST So/NPC = So/NPC ;
LIST So/NP = So/NP ;
LIST So/PN = So/PN ;
LIST So/PNC = So/PNC ;
#!! ### Numeral tags

LIST Card = Card ; #!! Card
Expand Down
10 changes: 3 additions & 7 deletions src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ Multichar_Symbols
!! language are presented in this system in terms of the following symbols.
!! (It is highly suggested to follow existing standards when adding new tags).

+Ex/N !!≈ * **@CODE@** - This tag is not added in lexc. The POS tag before derivation is converted into this tag when compiling FST for disambiguation.
+Ex/A !!≈ * **@CODE@** - This tag is not added in lexc. The POS tag before derivation is converted into this tag when compiling FST for disambiguation.
+Ex/V !!≈ * **@CODE@** - This tag is not added in lexc. The POS tag before derivation is converted into this tag when compiling FST for disambiguation.


!! #### The parts-of-speech tags:
+N +A +Adv +V !!≈ * **@CODE@**
Expand Down Expand Up @@ -366,9 +362,9 @@ Multichar_Symbols
!! source and target part-of-speech.
+V→N +V→V +V→A !!≈ * **@CODE@** =
+Der !!≈ * **@CODE@** =
+Der/шЫ !!≈ * **@CODE@** =
+Der/мЫ !!≈ * **@CODE@** =
+Der/дЫмЫ !!≈ * **@CODE@** =
+Der/шЫ !!≈ * **@CODE@** = Act Prc
+Der/мЫ !!≈ * **@CODE@** = Pass Prc
+Der/дЫмЫ !!≈ * **@CODE@** = NegPrc
+Der/N !!≈ * **@CODE@** = !! Noun derivation
+Foc/Ат !!≈ * **@CODE@** =
+Foc/ок !!≈ * **@CODE@** = too, also
Expand Down

0 comments on commit 8a17d2e

Please sign in to comment.