File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
POS=propernouns
24
24
# ## in ###
25
25
source_file=${srcdir} /../../../src/fst/morphology/stems/${POS} .lexc
26
- generator_file=./../../../src/fst/generator-gt-norm
27
- analyser_file=./../../../src/fst/analyser-gt-norm
26
+ generator_file=./../../../src/fst/morphology/ generator-gt-norm
27
+ analyser_file=./../../../src/fst/morphology/ analyser-gt-norm
28
28
29
29
# ## out ###
30
30
# Temporary files:
Original file line number Diff line number Diff line change 21
21
22
22
# Extract USED tags:
23
23
sed -e ' 1,/LEXICON Root/d' < \
24
- ../../../src/fst/lexicon.tmp.lexc | # Extract all lines after LEXICON Root
24
+ ../../../src/fst/morphology/ lexicon.tmp.lexc | # Extract all lines after LEXICON Root
25
25
${giella_core} /scripts/extract-used-tags.sh | # Extract tags, local mods after this line:
26
26
grep -v -E ' (\+Enter|\+F[1-9])' | # Remove tag like entries found only in EST
27
27
LC_ALL=no_NO.UTF8 sort -u \
28
28
> " ${lexctags} "
29
29
30
30
# Extract DEFINED tags:
31
31
sed -n ' /LEXICON Root/q;p' \
32
- ../../../src/fst/lexicon.tmp.lexc | # Extract all lines before LEXICON Root
32
+ ../../../src/fst/morphology/ lexicon.tmp.lexc | # Extract all lines before LEXICON Root
33
33
${giella_core} /scripts/extract-defined-tags.sh | # Extract tags, local mods after this line:
34
34
LC_ALL=no_NO.UTF8 sort -u \
35
35
> " ${roottags} "
You can’t perform that action at this time.
0 commit comments