Skip to content

Commit

Permalink
[Template merge] 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 9b4232c commit ac07ae9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devtools/generate-adj-wordforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ morf_codes="+A+Sg+Nom \
+A+Attr"

# 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=10
Expand Down
4 changes: 2 additions & 2 deletions devtools/generate-noun-wordforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ morf_codes="+N+Sg+Nom \
+N+Ess"

# 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="(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-prop-wordforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ morf_codes="+N+Prop+Sg+Nom \
+N+Prop+Ess"

# Lexicon source file for lexicons and lemmas:
source_file=src/fst/generated_files/smi-sma-propernouns.lexc
source_file=src/fst/morphology/generated_files/smi-sma-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 @@ -26,13 +26,13 @@ morf_codes="+V+Inf \
+V+PrfPrc"

# 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=10
Expand Down

0 comments on commit ac07ae9

Please sign in to comment.