Skip to content

Commit

Permalink
aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Jun 3, 2024
1 parent cea19e1 commit f73fef3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions devtools/init.d/lookup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ alias hdfit="$HLOOKUP $GTLANGS/lang-fit/src/fst/generator-gt-desc.hfstol"
alias hdfitNorm="$HLOOKUP $GTLANGS/lang-fit/src/fst/generator-gt-norm.hfstol"
alias hdfkv="$HLOOKUP $GTLANGS/lang-fkv/src/fst/generator-gt-desc.hfstol"
alias hdfkvNorm="$HLOOKUP $GTLANGS/lang-fkv/src/fst/generator-gt-norm.hfstol"

alias hdgle="$HLOOKUP $GTLANGS/lang-gle/src/fst/generator-gt-desc.hfstol"
alias hdgleNorm="$HLOOKUP $GTLANGS/lang-gle/src/fst/generator-gt-norm.hfstol"

alias hdhdn="$HLOOKUP $GTLANGS/lang-hdn/src/fst/generator-gt-desc.hfstol"
alias hdhdnNorm="$HLOOKUP $GTLANGS/lang-hdn/src/fst/generator-gt-norm.hfstol"
alias hdhun="$HLOOKUP $GTLANGS/lang-hun/src/fst/generator-gt-desc.hfstol"
Expand Down Expand Up @@ -452,6 +456,10 @@ alias hufit="$HLOOKUP $GTLANGS/lang-fit/src/fst/analyser-gt-desc.hfstol"
alias hufitNorm="$HLOOKUP $GTLANGS/lang-fit/src/fst/analyser-gt-norm.hfstol"
alias hufkv="$HLOOKUP $GTLANGS/lang-fkv/src/fst/analyser-gt-desc.hfstol"
alias hufkvNorm="$HLOOKUP $GTLANGS/lang-fkv/src/fst/analyser-gt-norm.hfstol"

alias hugle="$HLOOKUP $GTLANGS/lang-gle/src/fst/analyser-gt-desc.hfstol"
alias hugleNorm="$HLOOKUP $GTLANGS/lang-gle/src/fst/analyser-gt-norm.hfstol"

alias huhdn="$HLOOKUP $GTLANGS/lang-hdn/src/fst/analyser-gt-desc.hfstol"
alias huhdnNorm="$HLOOKUP $GTLANGS/lang-hdn/src/fst/analyser-gt-norm.hfstol"
alias huhun="$HLOOKUP $GTLANGS/lang-hun/src/fst/analyser-gt-desc.hfstol"
Expand Down Expand Up @@ -647,9 +655,7 @@ alias myvdept="sent-proc.sh -l myv -s dep -t"
alias myvdis="sent-proc.sh -l myv -s dis"
alias myvdist="sent-proc.sh -l myv -s dis -t"
alias xmyvmdf="$LOOKUP $GTLANGS/dict-myv-mdf/bin/myvmdf-all.fst"
alias xmyvmdf="$LOOKUP $GTLANGS/dict-nob-fkv/bin/myvmdf-all.fst"
alias myvmdf="$HLOOKUP $GTLANGS/dict-myv-mdf/bin/myvmdf-all.hfst"
alias myvmdf="$HLOOKUP $GTLANGS/dict-nob-fkv/bin/myvmdf-all.hfst"
alias myvtoka="hfst-tokenise --giella-cg \$GTLANGS/lang-myv/tools/tokenisers/tokeniser-disamb-gt-desc.pmhfst | sed 's/ <W:0.0000000000>//g;'"
alias myvtoks="hfst-tokenise --giella-cg \$GTLANGS/lang-myv/tools/tokenisers/tokeniser-disamb-gt-desc.pmhfst | vislcg3 -g \$GTLANGS/lang-myv/src/syntax/disambiguator.cg3 | sed 's/ <W:0.0000000000>//g;'"
alias myvtokst="hfst-tokenise --giella-cg \$GTLANGS/lang-myv/tools/tokenisers/tokeniser-disamb-gt-desc.pmhfst | vislcg3 -g \$GTLANGS/lang-myv/src/syntax/disambiguator.cg3 -t | sed 's/ <W:0.0000000000>//g;'"
Expand Down

0 comments on commit f73fef3

Please sign in to comment.