Skip to content

Commit

Permalink
deploy: 86605c2
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Oct 7, 2024
1 parent eb290cf commit eae9f33
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ clean-local:
devtest: devtest-recursive

devtest-recursive:
-for subdir in $(SUBDIRS); do \
@-for subdir in $(SUBDIRS); do \
if test "$$subdir" = . ; then \
continue; \
else \
Expand All @@ -1073,7 +1073,7 @@ devtest-recursive:
$(MAKE) $(AM_FLAGS) devtest-local

devtest-local:
-for t in $(TESTS) ; do \
@-for t in $(TESTS) ; do \
echo "TEST: $$t" ;\
if test -f "./$$t" ; then \
srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "./$$t" ;\
Expand Down
2 changes: 1 addition & 1 deletion lemmacount.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "schemaVersion": 1, "label": "Lemmas", "message": "10", "color": "black" }
{ "schemaVersion": 1, "label": "Lemmas", "message": "16", "color": "black" }
4 changes: 4 additions & 0 deletions src-fst-morphology-affixes-verbs.lexc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Verb inflection
The Tokelauan language verbs inflect in persons.

# Prefixes

* S = syll; R, E = C V in redup pattern

* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/verbs.lexc](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/verbs.lexc)</small>
11 changes: 0 additions & 11 deletions src-fst-morphology-phonology.twolc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
The Tokelauan morphophonological/twolc rules file !
=================================== !

* *primus%>s*
* *primus00*

* examples:*

* examples:*

* examples:*

* examples:*

* * *

<small>This (part of) documentation was generated from [src/fst/morphology/phonology.twolc](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/phonology.twolc)</small>
7 changes: 7 additions & 0 deletions src-fst-morphology-root.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ The verbs are syntactically split according to transitivity:
Special multiword units are analysed with:
Non-dictionary words can be recognised with:

For reduplication
^R ^E ^3S cons, vow, for 2- and 3-syll

Question and Focus particles:

Semantics are classified with
Expand Down Expand Up @@ -72,6 +75,10 @@ given the proper use of these flags.
| @U.Cap.Obl@ | Allowing downcasing of derived names: deatnulasj.
| @U.Cap.Opt@ | Allowing downcasing of derived names: deatnulasj.

Use the following flag diacritics to control tag placement for prefixing
| @U.verb.sg@ | Tag moving from prefixing to +Sg
| @U.verb.pl@ | Tag moving from prefixing to +Pl

The word forms in Tokelauan language start from the lexeme roots of basic
word classes, or optionally from prefixes:

Expand Down
22 changes: 11 additions & 11 deletions tkl.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ nouns, but perhaps with a colon (':') as separator.
Verb inflection
The Tokelauan language verbs inflect in persons.

# Prefixes

* S = syll; R, E = C V in redup pattern

* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/verbs.lexc](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/verbs.lexc)</small>
Expand All @@ -100,17 +104,6 @@ The Tokelauan language verbs inflect in persons.
The Tokelauan morphophonological/twolc rules file !
=================================== !

* *primus%>s*
* *primus00*

* examples:*

* examples:*

* examples:*

* examples:*

* * *

<small>This (part of) documentation was generated from [src/fst/morphology/phonology.twolc](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/phonology.twolc)</small>
Expand Down Expand Up @@ -152,6 +145,9 @@ The verbs are syntactically split according to transitivity:
Special multiword units are analysed with:
Non-dictionary words can be recognised with:

For reduplication
^R ^E ^3S cons, vow, for 2- and 3-syll

Question and Focus particles:

Semantics are classified with
Expand Down Expand Up @@ -193,6 +189,10 @@ given the proper use of these flags.
| @U.Cap.Obl@ | Allowing downcasing of derived names: deatnulasj.
| @U.Cap.Opt@ | Allowing downcasing of derived names: deatnulasj.

Use the following flag diacritics to control tag placement for prefixing
| @U.verb.sg@ | Tag moving from prefixing to +Sg
| @U.verb.pl@ | Tag moving from prefixing to +Pl

The word forms in Tokelauan language start from the lexeme roots of basic
word classes, or optionally from prefixes:

Expand Down

0 comments on commit eae9f33

Please sign in to comment.