Skip to content

Commit

Permalink
[Template merge] Add ignores, phonetic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Dec 17, 2021
1 parent ce4f033 commit d3f193a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
/src/fst/generated_files/*.lexc
/src/fst/lexicon*
/src/fst/url.lexc
/src/phonetics/tests/*.sh
/test/run-morph-tester.sh
/test/run-yaml-testcases.sh
/test/src/morphology/analysed*.txt
Expand Down Expand Up @@ -103,6 +104,11 @@
/tools/spellcheckers/filters/split-CmpNP-tags.regex
/tools/spellcheckers/*spellercorpus.*.txt
/tools/spellcheckers/weights/*.clean.txt
/tools/tokenisers/tests/*.bash
/tools/tts/dependency.cg3
/tools/tts/disambiguator.cg3
/tools/tts/functions.cg3
/tools/tts/mwe-dis.cg3
/tools/tts/pipespec.xml
Makefile
Makefile.in
Expand Down
1 change: 1 addition & 0 deletions m4/giella-config-files.m4
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ AC_CONFIG_FILES([Makefile \
tools/mt/cgbased/Makefile \
tools/tokenisers/Makefile \
tools/tokenisers/filters/Makefile \
tools/tokenisers/tests/Makefile \
tools/shellscripts/Makefile \
tools/spellcheckers/Makefile \
tools/spellcheckers/filters/Makefile \
Expand Down
2 changes: 1 addition & 1 deletion tools/tokenisers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.

SUBDIRS = filters .
SUBDIRS = filters . tests

##################################################################
#### BEGIN: Add local processing instructions BELOW this line ####
Expand Down
19 changes: 19 additions & 0 deletions tools/tokenisers/tests/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Process this file with automake to produce Makefile.in
## Copyright: Sámediggi/Divvun/UiT
## Licence: GPL v3+

######## Test targets: ###########

if WANT_TOKENISERS

# List here (space separated) all tests
TESTS=

# List tests that are presently (expected) failures here, ie things that should
# be fixed *later*, but is not critical at the moment:
XFAIL_TESTS=

endif # WANT_TOKENISERS

#### Do NOT edit below here: ####
include $(top_srcdir)/../giella-core/am-shared/tools-tokenisers-tests-dir-include.am
2 changes: 1 addition & 1 deletion tools/tts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SUBDIRS = . test
# NB! If any of the filenames below are changed, then remember to also update
# the corresponding filename in `pipespec.xml.in`

GIELLA_ANL_VALENCY_SRC=valency.cg3
GIELLA_ANL_VALENCY_SRC=
GIELLA_ANL_WHSPACE_ANAL_SRC=analyser-gt-whitespace.regex
GIELLA_ANL_MWEDIS_SRC=mwe-dis.cg3
GIELLA_ANL_DISAMBIGUATOR_SRC=disambiguator.cg3
Expand Down

0 comments on commit d3f193a

Please sign in to comment.