Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Dec 5, 2023
1 parent c4a8900 commit d5c77e9
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions scripts/sent-proc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,6 @@ else
exit 0
fi

# List of language catalogues:
# langs
# bak bxr chp chr ciw cor crk deu est evn fao fin fit fkv hdn hun ipk izh kal kca koi kpv lav liv lut mdf mhr mns mrj myv nds nio nob oji olo otw ron rus sjd sje sma sme smj smn sms som tat tku udm vep vot vro yrk
# startup_langs:
# aka amh bla chr crj crl dgr epo eus gle grn hin iku khk kio kjh kmr krl luo mhr moe moh ndl nno non nso rup sel srs sto swe tau tel tgl tir tlh tuv tyv xal xwo zul
# experiment_langs:
# ara bul ces eng est fin sms sqi
# closed_lags (ignore)
# dan isl
# closedSA-langs (ignore)
# zul



# -l sme|sma|fao|etc. => default: sme
l='sme'
Expand All @@ -57,12 +44,6 @@ long_lang_list=(bxr chp ciw cor crk fao fin fit fkv
sjd sje sma sme smj smn sms som tat tku
tuv udm vep vro yrk)

#startup_lang_list
startup_lang_list=(amh bla evn sel sto tlh zul)

#experiment_lang_list
experiment_lang_list=(deu eng est)

if [[ "$debug" == "true" ]] ; then
echo "_pre l ${l}"
echo "_pre s ${s}"
Expand Down Expand Up @@ -160,7 +141,7 @@ sentence="${sentence//(/\(}"
sentence="${sentence//)/\)}"

# path to the shared syntax
SD_PATH='$GTLANGS/giella-shared/smi/src/cg3'
SD_PATH='$GTLANGS/shared-smi/src/cg3'

# define commands
# common pos_cmd
Expand Down

0 comments on commit d5c77e9

Please sign in to comment.