Skip to content

Commit

Permalink
Adjust path after fst build reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Jan 24, 2024
1 parent 562e110 commit 5e7beae
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .gut/delta.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
template = "https://github.com/giellalt/template-lang-und"
rev_id = 162
template_sha = "72e0484a46ee787ac0c21dde10da1714de8e9a70"
rev_id = 163
template_sha = "20cdf7c398632f9e4bcf107488ca294f4cc34e1f"

[replacements]
__REPO__ = "lang-fao"
Expand Down
4 changes: 2 additions & 2 deletions devtools/generate-adj-wordforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ morf_codes="+A+Msc+Sg+Nom+Indef \
+A+Superl+Neu+Pl+Nom+Def"

# Lexicon source file for lexicons and lemmas:
source_file=src/fst/stems/adjectives.lexc
source_file=src/fst/morphology/stems/adjectives.lexc

# Lexicons that should NOT be used to extract lemmas (egrep expression):
exception_lexicons="(flagK)"

# FST used for generation, MINUS suffix:
generator_file=src/generator-gt-norm
generator_file=src/fst/generator-gt-norm

# How many lemmas maximally for each lexicon:
lemmacount=2
Expand Down
4 changes: 2 additions & 2 deletions devtools/generate-fem-wordforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ morf_codes="+N+Fem+Sg+Nom+Indef \
+N+Fem+Pl+Dat+Def"

# Lexicon source file for lexicons and lemmas:
source_file=src/fst/stems/nouns.lexc
source_file=src/fst/morphology/stems/nouns.lexc

# Lexicons that should NOT be used to extract lemmas (egrep expression):
exception_lexicons="(h[_0-9/].*|k[_0-9].*|k1|k6)"

# FST used for generation, MINUS suffix:
generator_file=src/generator-gt-norm
generator_file=src/fst/generator-gt-norm

# How many lemmas maximally for each lexicon:
lemmacount=2
Expand Down
4 changes: 2 additions & 2 deletions devtools/generate-msc-wordforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ morf_codes="+N+Msc+Sg+Nom+Indef \
+N+Msc+Pl+Dat+Def"

# Lexicon source file for lexicons and lemmas:
source_file=src/fst/stems/nouns.lexc
source_file=src/fst/morphology/stems/nouns.lexc

# Lexicons that should NOT be used to extract lemmas (egrep expression):
exception_lexicons="(h[_0-9]|kv[_0-9])"

# FST used for generation, MINUS suffix:
generator_file=src/generator-gt-norm
generator_file=src/fst/generator-gt-norm

# How many lemmas maximally for each lexicon:
lemmacount=2
Expand Down
4 changes: 2 additions & 2 deletions devtools/generate-neu-wordforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ morf_codes="+N+Neu+Sg+Nom+Indef \
+N+Neu+Pl+Dat+Def"

# Lexicon source file for lexicons and lemmas:
source_file=src/fst/stems/nouns.lexc
source_file=src/fst/morphology/stems/nouns.lexc

# Lexicons that should NOT be used to extract lemmas (egrep expression):
exception_lexicons="(kv[_0-9]|kv[0-9[0-9]|k[_0-9])"

# FST used for generation, MINUS suffix:
generator_file=src/generator-gt-norm
generator_file=src/fst/generator-gt-norm

# How many lemmas maximally for each lexicon:
lemmacount=2
Expand Down
4 changes: 2 additions & 2 deletions devtools/generate-prop-wordforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ morf_codes="+N+Prop+Sg+Nom \
+N+Prop+Sg+Dat"

# Lexicon source file for lexicons and lemmas:
source_file=src/fst/stems/propernouns.lexc
source_file=src/fst/morphology/stems/propernouns.lexc

# Lexicons that should NOT be used to extract lemmas (egrep expression):
exception_lexicons="(flagK)"

# FST used for generation, MINUS suffix:
generator_file=src/generator-gt-norm
generator_file=src/fst/generator-gt-norm

# How many lemmas maximally for each lexicon:
lemmacount=10
Expand Down
4 changes: 2 additions & 2 deletions devtools/generate-verb-wordforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ morf_codes="+V+Inf \
+V+PrfPtc+Fem+Sg+Dat+Def"

# Lexicon source file for lexicons and lemmas:
source_file=src/fst/stems/verbs.lexc
source_file=src/fst/morphology/stems/verbs.lexc

# Lexicons that should NOT be used to extract lemmas (egrep expression):
exception_lexicons="(flagK)"

# FST used for generation, MINUS suffix:
generator_file=src/generator-gt-norm
generator_file=src/fst/generator-gt-norm

# How many lemmas maximally for each lexicon:
lemmacount=2
Expand Down

0 comments on commit 5e7beae

Please sign in to comment.