Skip to content

Commit

Permalink
deploy: 166b72e
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Nov 28, 2024
1 parent 919fefb commit d380c07
Show file tree
Hide file tree
Showing 7 changed files with 281 additions and 1 deletion.
1 change: 1 addition & 0 deletions Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* `affixes/`
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [numerals.lexc](src-fst-morphology-affixes-numerals.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/numerals.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/verbs.lexc))
Expand Down
1 change: 0 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
gt_SHARED_common = @gt_SHARED_common@
gt_SHARED_smi = @gt_SHARED_smi@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Below is an autogenerated list of documentation pages built from structured comm
* `affixes/`
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [numerals.lexc](src-fst-morphology-affixes-numerals.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/numerals.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/verbs.lexc))
Expand Down
118 changes: 118 additions & 0 deletions src-fst-morphology-affixes-numerals.lexc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
Numeral affix file

* **LEXICON ARABICCASES** adds +Arab

* **LEXICON ARABICCASE** adds +Arab

* **LEXICON ARABICCASE0** adds +Arab

!! __LEXICON NUM-PREFIXES__

* __LEXICON REALARABICfirst__ to avoid 0 as first arabic, except from only 0, or in front of comma

* __LEXICON REALARABICpunct__ to get number after

* __LEXICON REALARABIC__ 1-4 arabics

* __LEXICON REALARABICfirstpart__ numbers like 199 878, 199.878, 199,878, 12000-13000

* __LEXICON REALDECARABICsecond__ 19912,878 and 12000-13000

* __LEXICON REALDECARABICdec__ hyph and comma

* __LEXICON REALARABICsecondpart__ numbers like 199 878 and 199.878
allow 199,878 as special typo

* __LEXICON REALARABICsecondpart_cont__ loop, to case suffix, to , or -,

* __LEXICON REALARABICDECIM__ loop and to % and case suffix

* __LEXICON ARABIC__ +Sem/ID, +Ord

* __LEXICON ARABICLOOPS__

* __LEXICON ARABICSabcdef__

* __LEXICON ARABICDATE__

* __LEXICON ARABICDATEHYPH__

* __LEXICON ARABICDATENUM__

* __LEXICON ARABICDATENUM2__

* __LEXICON datetag_w_dot_cont__

* __LEXICON ARABICCLOCK__ is a regex for clock time.

* __LEXICON CLOCK-sep__ different separators for intervals, or one clock time only

* __LEXICON ARABICCLOCK2__ is the second component of intervals, idntical to ARABICCLOCK

* __LEXICON ARABICCLOCK2x__ is the second component of intervals,

* __LEXICON ARABICCLOCKDECIMALS__ is fractional seconds

* __LEXICON ARABICYEAR__

* __LEXICON numyear__

* __LEXICON moreyear__

* __LEXICON moreyearx__

* __LEXICON yeartagplx__

* __LEXICON ARABICORD__

* __LEXICON REALARABICDELIMITER__

* __LEXICON ARABICLOOP__

* __LEXICON MARKDOT__

* __LEXICON ROMAN__ roman numerals

* __LEXICON ROM-SINGEL__

* __LEXICON ROM-THOUSAND__

* __LEXICON ROM-THOUSAND-TAG__

* __LEXICON ROM-HUNDRED__

* __LEXICON ROM-HUNDRED-TAG__

* __LEXICON ROM-TEN__

* __LEXICON ROM-TEN-TAG__

* __LEXICON ROM-ONE__

* __LEXICON ROM-ONE-TAG__

* __LEXICON ROM-SPLIT__

* __LEXICON 2ROMAN__

* __LEXICON 2ROM-THOUSAND__

* __LEXICON 2ROM-THOUSAND-TAG__

* __LEXICON 2ROM-HUNDRED__

* __LEXICON 2ROM-HUNDRED-TAG__

* __LEXICON 2ROM-TEN__

* __LEXICON 2ROM-TEN-TAG__

* __LEXICON 2ROM-ONE__

* __LEXICON 2ROM-ONE-TAG__

* __LEXICON ISOLATED-NUMEXP__ some isolated numeral expressions

* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/numerals.lexc](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/numerals.lexc)</small>
5 changes: 5 additions & 0 deletions src-fst-morphology-root.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The parts-of-speech are:
- +N +A +Adv +V
- +Pron +CS +CC +Adp +Po +Pr +Interj +Pcle +Num
- +Incl +Excl
- +Rom

The parts of speech are further split up into:
- +Prop +Pers +Dem +Interr +Refl +Recipr +Rel +Indef +Poss
Expand Down Expand Up @@ -102,6 +103,10 @@ Use the following flag diacritics to control tag placement for prefixing
| @U.verb.pl@ | Tag moving from prefixing to +Pl
| @U.noun.sg@ | Tag moving from prefixing to +Sg
| @U.noun.pl@ | Tag moving from prefixing to +Pl
| @C.ErrOrth@ | a pematch tag to remove

pmatch
| @P.Pmatch.Loc@ | a pematch tag to remove

- **@@ODE@**
The word forms in Tokelauan language start from the lexeme roots of basic
Expand Down
14 changes: 14 additions & 0 deletions src-fst-morphology-stems-numerals.lexc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Numerals
Numerals in the Tokelauan language describe a nuerical quantity.

* __LEXICON ARABICLOOPORD__ ordinals

* __LEXICON ACASETAG__ is for 1e+Num+Sg+Num:1e

* __LEXICON ARABICDELIMITER__ blank + 3 delim, what does the lg counc prefer?

* __LEXICON ARABICDELIMITERORD__ ordinals

* __LEXICON PROSENT__ % and case suffix

* __LEXICON POSTPROSENT__ % and case suffix

* __LEXICON ROMNUMTAG__

* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/numerals.lexc](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/stems/numerals.lexc)</small>
142 changes: 142 additions & 0 deletions tkl.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,129 @@ The Tokelauan language nouns inflect in number and cases.

---

# src-fst-morphology-affixes-numerals.lexc.md

Numeral affix file

* **LEXICON ARABICCASES** adds +Arab

* **LEXICON ARABICCASE** adds +Arab

* **LEXICON ARABICCASE0** adds +Arab

!! __LEXICON NUM-PREFIXES__

* __LEXICON REALARABICfirst__ to avoid 0 as first arabic, except from only 0, or in front of comma

* __LEXICON REALARABICpunct__ to get number after

* __LEXICON REALARABIC__ 1-4 arabics

* __LEXICON REALARABICfirstpart__ numbers like 199 878, 199.878, 199,878, 12000-13000

* __LEXICON REALDECARABICsecond__ 19912,878 and 12000-13000

* __LEXICON REALDECARABICdec__ hyph and comma

* __LEXICON REALARABICsecondpart__ numbers like 199 878 and 199.878
allow 199,878 as special typo

* __LEXICON REALARABICsecondpart_cont__ loop, to case suffix, to , or -,

* __LEXICON REALARABICDECIM__ loop and to % and case suffix

* __LEXICON ARABIC__ +Sem/ID, +Ord

* __LEXICON ARABICLOOPS__

* __LEXICON ARABICSabcdef__

* __LEXICON ARABICDATE__

* __LEXICON ARABICDATEHYPH__

* __LEXICON ARABICDATENUM__

* __LEXICON ARABICDATENUM2__

* __LEXICON datetag_w_dot_cont__

* __LEXICON ARABICCLOCK__ is a regex for clock time.

* __LEXICON CLOCK-sep__ different separators for intervals, or one clock time only

* __LEXICON ARABICCLOCK2__ is the second component of intervals, idntical to ARABICCLOCK

* __LEXICON ARABICCLOCK2x__ is the second component of intervals,

* __LEXICON ARABICCLOCKDECIMALS__ is fractional seconds

* __LEXICON ARABICYEAR__

* __LEXICON numyear__

* __LEXICON moreyear__

* __LEXICON moreyearx__

* __LEXICON yeartagplx__

* __LEXICON ARABICORD__

* __LEXICON REALARABICDELIMITER__

* __LEXICON ARABICLOOP__

* __LEXICON MARKDOT__

* __LEXICON ROMAN__ roman numerals

* __LEXICON ROM-SINGEL__

* __LEXICON ROM-THOUSAND__

* __LEXICON ROM-THOUSAND-TAG__

* __LEXICON ROM-HUNDRED__

* __LEXICON ROM-HUNDRED-TAG__

* __LEXICON ROM-TEN__

* __LEXICON ROM-TEN-TAG__

* __LEXICON ROM-ONE__

* __LEXICON ROM-ONE-TAG__

* __LEXICON ROM-SPLIT__

* __LEXICON 2ROMAN__

* __LEXICON 2ROM-THOUSAND__

* __LEXICON 2ROM-THOUSAND-TAG__

* __LEXICON 2ROM-HUNDRED__

* __LEXICON 2ROM-HUNDRED-TAG__

* __LEXICON 2ROM-TEN__

* __LEXICON 2ROM-TEN-TAG__

* __LEXICON 2ROM-ONE__

* __LEXICON 2ROM-ONE-TAG__

* __LEXICON ISOLATED-NUMEXP__ some isolated numeral expressions

* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/numerals.lexc](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/numerals.lexc)</small>

---

# src-fst-morphology-affixes-propernouns.lexc.md

Proper noun inflection
Expand Down Expand Up @@ -204,6 +327,7 @@ The parts-of-speech are:
- +N +A +Adv +V
- +Pron +CS +CC +Adp +Po +Pr +Interj +Pcle +Num
- +Incl +Excl
- +Rom

The parts of speech are further split up into:
- +Prop +Pers +Dem +Interr +Refl +Recipr +Rel +Indef +Poss
Expand Down Expand Up @@ -292,6 +416,10 @@ Use the following flag diacritics to control tag placement for prefixing
| @U.verb.pl@ | Tag moving from prefixing to +Pl
| @U.noun.sg@ | Tag moving from prefixing to +Sg
| @U.noun.pl@ | Tag moving from prefixing to +Pl
| @C.ErrOrth@ | a pematch tag to remove

pmatch
| @P.Pmatch.Loc@ | a pematch tag to remove

- **@@ODE@**
The word forms in Tokelauan language start from the lexeme roots of basic
Expand Down Expand Up @@ -334,6 +462,20 @@ Nouns in the Tokelauan language refer to objects or sets of objects, qualities,
Numerals
Numerals in the Tokelauan language describe a nuerical quantity.

* __LEXICON ARABICLOOPORD__ ordinals

* __LEXICON ACASETAG__ is for 1e+Num+Sg+Num:1e

* __LEXICON ARABICDELIMITER__ blank + 3 delim, what does the lg counc prefer?

* __LEXICON ARABICDELIMITERORD__ ordinals

* __LEXICON PROSENT__ % and case suffix

* __LEXICON POSTPROSENT__ % and case suffix

* __LEXICON ROMNUMTAG__

* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/numerals.lexc](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/stems/numerals.lexc)</small>
Expand Down

0 comments on commit d380c07

Please sign in to comment.