Skip to content

Commit

Permalink
deploy: b1c696f
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Jun 29, 2024
1 parent 0b8d040 commit ef0f004
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
10 changes: 6 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1058,10 +1058,12 @@ clean-local:

# vim: set ft=automake:

.PHONY: devtest devtest-recursive devtest-local

devtest: devtest-recursive

devtest-recursive:
@for subdir in $(SUBDIRS); do \
-for subdir in $(SUBDIRS); do \
if test "$$subdir" = . ; then \
continue; \
else \
Expand All @@ -1071,12 +1073,12 @@ 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) "./$$t" ;\
srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "./$$t" ;\
else \
srcdir=$(srcdir) "$(srcdir)/$$t" ;\
srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "$(srcdir)/$$t" ;\
fi ;\
done

Expand Down
6 changes: 4 additions & 2 deletions lut.md
Original file line number Diff line number Diff line change
Expand Up @@ -743,10 +743,12 @@ The Usage extents are marked using following tags:
* **+Use/TTS****only** retained in the HFST Text-To-Speech disambiguation tokeniser
* **+Use/-TTS****never** retained in the HFST Text-To-Speech disambiguation tokeniser

* +URL * For tagging URLs

Dialect tags:

* **+Dial/-NL** not north Lushootseed
* **+Dial/-SL** not south Lushootseed
* **+Dial/-NL** not North Lushootseed
* **+Dial/-SL** not South Lushootseed

The nominals are inflected in the following Case and Number
* +Sg +Du +Pl +SP
Expand Down
6 changes: 4 additions & 2 deletions src-fst-morphology-root.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,12 @@ The Usage extents are marked using following tags:
* **+Use/TTS****only** retained in the HFST Text-To-Speech disambiguation tokeniser
* **+Use/-TTS****never** retained in the HFST Text-To-Speech disambiguation tokeniser

* +URL * For tagging URLs

Dialect tags:

* **+Dial/-NL** not north Lushootseed
* **+Dial/-SL** not south Lushootseed
* **+Dial/-NL** not North Lushootseed
* **+Dial/-SL** not South Lushootseed

The nominals are inflected in the following Case and Number
* +Sg +Du +Pl +SP
Expand Down

0 comments on commit ef0f004

Please sign in to comment.