From eab9757c954495c1a31f4ccf4f957a9dd36610c8 Mon Sep 17 00:00:00 2001 From: Trond Trosterud Date: Tue, 21 May 2024 17:28:53 +0200 Subject: [PATCH] Made tags a bit more Haida --- devtools/generate-noun-wordforms.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/devtools/generate-noun-wordforms.sh b/devtools/generate-noun-wordforms.sh index 6c6c39ed..76f16ad0 100755 --- a/devtools/generate-noun-wordforms.sh +++ b/devtools/generate-noun-wordforms.sh @@ -19,13 +19,8 @@ fi ######### USER Variables - change these to your liking: ######### # Codes for the word forms to be generated - list as many or few as needed: -morf_codes="+N+Sg+Nom \ - +N+Sg+Gen \ - +N+Sg+Ill \ - +N+Sg+Com \ - +N+Pl+Nom \ - +N+Pl+Com \ - +N+Ess" +morf_codes="+N+Indef \ + +N+Def" # Lexicon source file for lexicons and lemmas: source_file=src/fst/morphology/stems/nouns.lexc