diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:03:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:03:38 +0000 |
commit | b8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9 (patch) | |
tree | 67d5f350f6c92b847a528d27db9960acb190f10e /math/mosesdecoder | |
parent | Restore "hs-" package name prefix for Haskell packages. (diff) |
Remove expired ports:
2019-05-08 databases/ruby-odbc: Broken for more than 6 months
2019-05-08 databases/rubygem-dbd-odbc: Broken for more than 6 months
2019-05-08 devel/dlangui: Broken for more than 6 months
2019-05-08 editors/dlangide: Broken for more than 6 months
2019-05-08 emulators/desmume: Broken for more than 6 months
2019-05-08 emulators/yabause: Broken for more than 6 months
2019-05-08 emulators/yape: Broken for more than 6 months
2019-05-08 games/armagetron: Broken for more than 6 months
2019-05-08 games/boswars: Broken for more than 6 months
2019-05-08 games/ceferino: Broken for more than 6 months
2019-05-08 games/chanta: Broken for more than 6 months
2019-05-08 games/d2x-xl: Broken for more than 6 months
2019-05-08 games/drcreep: Broken for more than 6 months
2019-05-08 games/frobtads: Broken for more than 6 months
2019-05-08 games/paintown: Broken for more than 6 months
2019-05-08 games/pykawari: Broken for more than 6 months
2019-05-08 games/stepmania-devel: Broken for more than 6 months
2019-05-08 games/tinymux: Broken for more than 6 months
2019-05-08 games/voxelands: Broken for more than 6 months
2019-05-08 games/voxelands-server: Broken for more than 6 months
2019-05-08 games/warsow: Broken for more than 6 months
2019-05-08 graphics/appleseed: Broken for more than 6 months
2019-05-08 graphics/apvlv: Broken for more than 6 months
2019-05-08 graphics/qslim: Broken for more than 6 months
2019-05-08 graphics/rawstudio: Broken for more than 6 months
2019-05-08 graphics/tulip: Broken for more than 6 months
2019-05-08 lang/qore: Broken for more than 6 months
2019-05-08 mail/milter-manager: Broken for more than 6 months
2019-05-08 math/goblin: Broken for more than 6 months
2019-05-08 math/mosesdecoder: Broken for more than 6 months
2019-05-08 multimedia/asdcplib: Broken for more than 6 months
2019-05-08 net/crtmpserver: Broken for more than 6 months
2019-05-08 net/linuxigd: Abandonware; use net/miniupnpd instead
2019-05-08 net/openafs: Broken for more than 6 months
2019-05-08 security/quantis: Broken for more than 6 months
2019-05-08 sysutils/boxbackup: Broken for more than 6 months
2019-05-08 sysutils/grub2-efi: Broken for more than 6 months
2019-05-08 sysutils/grub2-pcbsd: Broken for more than 6 months
2019-05-08 sysutils/mdcp: Broken for more than 6 months
2019-05-08 sysutils/sbsigntool: Broken for more than 6 months
2019-05-08 www/py-cherrypy-old: Lates version is in tree and no dependent ports
Notes
Notes:
svn path=/head/; revision=501106
Diffstat (limited to 'math/mosesdecoder')
-rw-r--r-- | math/mosesdecoder/Makefile | 47 | ||||
-rw-r--r-- | math/mosesdecoder/distinfo | 2 | ||||
-rw-r--r-- | math/mosesdecoder/files/patch-Jamroot | 10 | ||||
-rw-r--r-- | math/mosesdecoder/files/patch-jam-files-sanity.jam | 11 | ||||
-rw-r--r-- | math/mosesdecoder/files/patch-lm-Jamfile | 11 | ||||
-rw-r--r-- | math/mosesdecoder/files/patch-util-Jamfile | 10 | ||||
-rw-r--r-- | math/mosesdecoder/pkg-descr | 7 | ||||
-rw-r--r-- | math/mosesdecoder/pkg-plist | 235 |
8 files changed, 0 insertions, 333 deletions
diff --git a/math/mosesdecoder/Makefile b/math/mosesdecoder/Makefile deleted file mode 100644 index 009e7c98a038..000000000000 --- a/math/mosesdecoder/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Dmitry Sivachenko <demon@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mosesdecoder -PORTVERSION= 2.1.1 -DISTVERSIONPREFIX= RELEASE- -PORTREVISION= 16 -CATEGORIES= math - -MAINTAINER= demon@FreeBSD.org -COMMENT= Statistical machine translation system - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -BUILD_DEPENDS= bash:shells/bash \ - bjam:devel/boost-jam -LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ - libRandLM.so:textproc/randlm \ - libirstlm.so:textproc/irstlm -RUN_DEPENDS= lmplz:textproc/kenlm - -USES= compiler:c++11-lang python shebangfix -USE_GITHUB= yes -GH_ACCOUNT= moses-smt -SHEBANG_REGEX= ./scripts/.*\.(sh|pl|perl|cgi) -SHEBANG_FILES= scripts/analysis/extract-target-trees.py \ - scripts/ems/support/mml-filter.py \ - scripts/training/flexibility_score.py \ - scripts/training/filter-rule-table.py \ - scripts/training/create_count_tables.py - -MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}/jam-files/boost-build - -do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} bjam --with-boost=${LOCALBASE} --with-irstlm=${LOCALBASE} --with-randlm=${LOCALBASE} --without-tcmalloc --notrace --toolset=${CHOSEN_COMPILER_TYPE} debug-symbols=off ${_MAKE_JOBS} - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} bjam --with-boost=${LOCALBASE} --with-irstlm=${LOCALBASE} --with-randlm=${LOCALBASE} --without-tcmalloc --notrace --prefix=${STAGEDIR}${PREFIX} --install-scripts=${STAGEDIR}${DATADIR} --toolset=${CHOSEN_COMPILER_TYPE} debug-symbols=off ${_MAKE_JOBS} release - cd ${STAGEDIR}${PREFIX}/bin && ${RM} build_binary filter fragment lmplz query - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* - -.include <bsd.port.mk> diff --git a/math/mosesdecoder/distinfo b/math/mosesdecoder/distinfo deleted file mode 100644 index 0be6f30108cf..000000000000 --- a/math/mosesdecoder/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (moses-smt-mosesdecoder-RELEASE-2.1.1_GH0.tar.gz) = 4949a52181c3d6fad7b6920ddd3f0ce4f04b760699405ee4bf5caf9c53136efc -SIZE (moses-smt-mosesdecoder-RELEASE-2.1.1_GH0.tar.gz) = 14935528 diff --git a/math/mosesdecoder/files/patch-Jamroot b/math/mosesdecoder/files/patch-Jamroot deleted file mode 100644 index 51e52e16286c..000000000000 --- a/math/mosesdecoder/files/patch-Jamroot +++ /dev/null @@ -1,10 +0,0 @@ ---- Jamroot.orig 2014-09-02 16:03:01.000000000 +0400 -+++ Jamroot 2014-09-02 16:04:17.000000000 +0400 -@@ -77,7 +77,6 @@ - external-lib z ; - - lib dl : : <runtime-link>static:<link>static <runtime-link>shared:<link>shared ; --requirements += <library>dl ; - - - if ! [ option.get "without-tcmalloc" : : "yes" ] && [ test_library "tcmalloc_minimal" ] { diff --git a/math/mosesdecoder/files/patch-jam-files-sanity.jam b/math/mosesdecoder/files/patch-jam-files-sanity.jam deleted file mode 100644 index 8e131d38baab..000000000000 --- a/math/mosesdecoder/files/patch-jam-files-sanity.jam +++ /dev/null @@ -1,11 +0,0 @@ ---- jam-files/sanity.jam.orig 2014-08-30 10:44:53.000000000 +0400 -+++ jam-files/sanity.jam 2014-08-30 20:33:46.000000000 +0400 -@@ -162,7 +162,7 @@ rule boost-lib ( name macro : deps * ) { - - #Argument is e.g. 103600 - rule boost ( min-version ) { -- local cmd = "bash -c \"g++ "$(I-boost-include)" -dM -x c++ -E /dev/null -include boost/version.hpp 2>/dev/null |grep '#define BOOST_'\"" ; -+ local cmd = "bash -c \"CC "$(I-boost-include)" -dM -x c++ -E /dev/null -include boost/version.hpp 2>/dev/null |grep '#define BOOST_'\"" ; - local boost-shell = [ SHELL "$(cmd)" : exit-status ] ; - if $(boost-shell[2]) != 0 && $(CLEANING) = no { - echo Failed to run "$(cmd)" ; diff --git a/math/mosesdecoder/files/patch-lm-Jamfile b/math/mosesdecoder/files/patch-lm-Jamfile deleted file mode 100644 index 70c7ddf2888c..000000000000 --- a/math/mosesdecoder/files/patch-lm-Jamfile +++ /dev/null @@ -1,11 +0,0 @@ ---- lm/Jamfile.orig 2014-03-03 19:07:02.000000000 +0400 -+++ lm/Jamfile 2014-09-02 16:09:24.000000000 +0400 -@@ -17,8 +17,6 @@ - - import testing ; - --run left_test.cc kenlm /top//boost_unit_test_framework : : test.arpa ; --run model_test.cc kenlm /top//boost_unit_test_framework : : test.arpa test_nounk.arpa ; - run partial_test.cc kenlm /top//boost_unit_test_framework : : test.arpa ; - - exes = ; diff --git a/math/mosesdecoder/files/patch-util-Jamfile b/math/mosesdecoder/files/patch-util-Jamfile deleted file mode 100644 index 82852cfd1402..000000000000 --- a/math/mosesdecoder/files/patch-util-Jamfile +++ /dev/null @@ -1,10 +0,0 @@ ---- util/Jamfile.orig 2014-09-02 16:01:51.000000000 +0400 -+++ util/Jamfile 2014-09-02 16:01:53.000000000 +0400 -@@ -26,7 +26,6 @@ - unit-test bit_packing_test : bit_packing_test.cc kenutil /top//boost_unit_test_framework ; - run file_piece_test.o kenutil /top//boost_unit_test_framework : : file_piece.cc ; - unit-test read_compressed_test : read_compressed_test.o kenutil /top//boost_unit_test_framework ; --unit-test joint_sort_test : joint_sort_test.cc kenutil /top//boost_unit_test_framework ; - unit-test probing_hash_table_test : probing_hash_table_test.cc kenutil /top//boost_unit_test_framework ; - unit-test sorted_uniform_test : sorted_uniform_test.cc kenutil /top//boost_unit_test_framework ; - unit-test tokenize_piece_test : tokenize_piece_test.cc kenutil /top//boost_unit_test_framework ; diff --git a/math/mosesdecoder/pkg-descr b/math/mosesdecoder/pkg-descr deleted file mode 100644 index 92ad7bfda3f5..000000000000 --- a/math/mosesdecoder/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Moses is a statistical machine translation system that allows you to -automatically train translation models for any language pair. All you -need is a collection of translated texts (parallel corpus). Once you have a -trained model, an efficient search algorithm quickly finds the highest -probability translation among the exponential number of choices. - -WWW: http://www.statmt.org/moses/ diff --git a/math/mosesdecoder/pkg-plist b/math/mosesdecoder/pkg-plist deleted file mode 100644 index d8217312968e..000000000000 --- a/math/mosesdecoder/pkg-plist +++ /dev/null @@ -1,235 +0,0 @@ -bin/CreateOnDiskPt -bin/biconcor -bin/consolidate -bin/consolidate-direct -bin/consolidate-reverse -bin/evaluator -bin/extract -bin/extract-ghkm -bin/extract-lex -bin/extract-rules -bin/extractor -bin/generateSequences -bin/kbmira -bin/lexical-reordering-score -bin/lmbrgrid -bin/mert -bin/mira -bin/moses -bin/moses_chart -bin/pcfg-extract -bin/pcfg-score -bin/pro -bin/processLexicalTable -bin/processPhraseTable -bin/queryLexicalTable -bin/queryOnDiskPt -bin/queryPhraseTable -bin/relax-parse -bin/score -bin/sentence-bleu -bin/statistics -bin/symal -lib/libmert_lib.a -lib/libmira_lib.a -lib/libmoses.a -lib/libpcfg_common.a -%%DATADIR%%/OSM/OSM-Train.perl -%%DATADIR%%/OSM/extract-singletons.perl -%%DATADIR%%/OSM/flipAlignment.perl -%%DATADIR%%/README -%%DATADIR%%/Transliteration/clean.pl -%%DATADIR%%/Transliteration/corpusCreator.pl -%%DATADIR%%/Transliteration/prepare-transliteration-phrase-table.pl -%%DATADIR%%/Transliteration/threshold.pl -%%DATADIR%%/Transliteration/train-transliteration-module.pl -%%DATADIR%%/analysis/README -%%DATADIR%%/analysis/bootstrap-hypothesis-difference-significance.pl -%%DATADIR%%/analysis/extract-target-trees.py -%%DATADIR%%/analysis/nontranslated_words.pl -%%DATADIR%%/analysis/oov.pl -%%DATADIR%%/analysis/perllib/Error.pm -%%DATADIR%%/analysis/sentence-by-sentence.pl -%%DATADIR%%/analysis/sg2dot.perl -%%DATADIR%%/analysis/show-phrases-used.pl -%%DATADIR%%/analysis/smtgui/Corpus.pm -%%DATADIR%%/analysis/smtgui/README -%%DATADIR%%/analysis/smtgui/file-descriptions -%%DATADIR%%/analysis/smtgui/file-factors -%%DATADIR%%/analysis/smtgui/filter-phrase-table.pl -%%DATADIR%%/analysis/smtgui/newsmtgui.cgi -%%DATADIR%%/analysis/suspicious_tokenization.pl -%%DATADIR%%/analysis/weight-scan-summarize.sh -%%DATADIR%%/analysis/weight-scan.pl -%%DATADIR%%/ems/example/config.basic -%%DATADIR%%/ems/example/config.factored -%%DATADIR%%/ems/example/config.hierarchical -%%DATADIR%%/ems/example/config.syntax -%%DATADIR%%/ems/example/config.toy -%%DATADIR%%/ems/example/data/config.hierarchical -%%DATADIR%%/ems/example/data/nc-5k.en -%%DATADIR%%/ems/example/data/nc-5k.fr -%%DATADIR%%/ems/example/data/run.hierarchical.sh -%%DATADIR%%/ems/example/data/test-ref.en.sgm -%%DATADIR%%/ems/example/data/test-src.fr.sgm -%%DATADIR%%/ems/example/data/weight.ini -%%DATADIR%%/ems/experiment.machines -%%DATADIR%%/ems/experiment.meta -%%DATADIR%%/ems/experiment.perl -%%DATADIR%%/ems/fix-info.perl -%%DATADIR%%/ems/support/analysis.perl -%%DATADIR%%/ems/support/berkeley-process.sh -%%DATADIR%%/ems/support/berkeley-train.sh -%%DATADIR%%/ems/support/build-domain-file-from-subcorpora.perl -%%DATADIR%%/ems/support/build-sparse-features.perl -%%DATADIR%%/ems/support/consolidate-training-data.perl -%%DATADIR%%/ems/support/defaultconfig.py -%%DATADIR%%/ems/support/generic-multicore-parallelizer.perl -%%DATADIR%%/ems/support/generic-parallelizer.perl -%%DATADIR%%/ems/support/input-from-sgm.perl -%%DATADIR%%/ems/support/interpolate-lm.perl -%%DATADIR%%/ems/support/mml-filter.perl -%%DATADIR%%/ems/support/mml-filter.py -%%DATADIR%%/ems/support/mml-score.perl -%%DATADIR%%/ems/support/mml-train.perl -%%DATADIR%%/ems/support/prepare-fast-align.perl -%%DATADIR%%/ems/support/reference-from-sgm.perl -%%DATADIR%%/ems/support/remove-segmentation-markup.perl -%%DATADIR%%/ems/support/report-experiment-scores.perl -%%DATADIR%%/ems/support/run-command-on-multiple-refsets.perl -%%DATADIR%%/ems/support/run-wade.perl -%%DATADIR%%/ems/support/split-sentences.perl -%%DATADIR%%/ems/support/substitute-filtered-tables-and-weights.perl -%%DATADIR%%/ems/support/substitute-filtered-tables.perl -%%DATADIR%%/ems/support/substitute-weights.perl -%%DATADIR%%/ems/support/symmetrize-fast-align.perl -%%DATADIR%%/ems/support/wrap-xml.perl -%%DATADIR%%/ems/web/analysis.php -%%DATADIR%%/ems/web/analysis_diff.php -%%DATADIR%%/ems/web/base64.js -%%DATADIR%%/ems/web/bilingual-concordance.css -%%DATADIR%%/ems/web/close.gif -%%DATADIR%%/ems/web/comment.php -%%DATADIR%%/ems/web/diff.php -%%DATADIR%%/ems/web/favicon.ico -%%DATADIR%%/ems/web/general.css -%%DATADIR%%/ems/web/hierarchical-segmentation.css -%%DATADIR%%/ems/web/hierarchical-segmentation.js -%%DATADIR%%/ems/web/index.php -%%DATADIR%%/ems/web/javascripts/builder.js -%%DATADIR%%/ems/web/javascripts/controls.js -%%DATADIR%%/ems/web/javascripts/dragdrop.js -%%DATADIR%%/ems/web/javascripts/effects.js -%%DATADIR%%/ems/web/javascripts/prototype.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/lib/prototype.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/builder.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/controls.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/dragdrop.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/effects.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/scriptaculous.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/slider.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/sound.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/unittest.js -%%DATADIR%%/ems/web/javascripts/scriptaculous.js -%%DATADIR%%/ems/web/javascripts/slider.js -%%DATADIR%%/ems/web/javascripts/sound.js -%%DATADIR%%/ems/web/javascripts/unittest.js -%%DATADIR%%/ems/web/lib.php -%%DATADIR%%/ems/web/overview.php -%%DATADIR%%/ems/web/progress.perl -%%DATADIR%%/ems/web/setup -%%DATADIR%%/ems/web/sgviz.js -%%DATADIR%%/ems/web/sgviz.php -%%DATADIR%%/ems/web/spinner.gif -%%DATADIR%%/fuzzy-match/compile.sh -%%DATADIR%%/fuzzy-match/create_xml.perl -%%DATADIR%%/generic/compound-splitter.perl -%%DATADIR%%/generic/extract-factors.pl -%%DATADIR%%/generic/extract-parallel.perl -%%DATADIR%%/generic/fsa-sample.fsa -%%DATADIR%%/generic/fsa2plf.pl -%%DATADIR%%/generic/giza-parallel.perl -%%DATADIR%%/generic/lopar2pos.pl -%%DATADIR%%/generic/moses-parallel.pl -%%DATADIR%%/generic/mteval-v12.pl -%%DATADIR%%/generic/mteval-v13a.pl -%%DATADIR%%/generic/multi-bleu.perl -%%DATADIR%%/generic/ph_numbers.perl -%%DATADIR%%/generic/qsub-wrapper.pl -%%DATADIR%%/generic/reverse-alignment.perl -%%DATADIR%%/generic/score-parallel.perl -%%DATADIR%%/generic/strip-xml.perl -%%DATADIR%%/generic/trainlm-irst2.perl -%%DATADIR%%/generic/trainlm-lmplz.perl -%%DATADIR%%/recaser/detruecase.perl -%%DATADIR%%/recaser/recase.perl -%%DATADIR%%/recaser/train-recaser.perl -%%DATADIR%%/recaser/train-truecaser.perl -%%DATADIR%%/recaser/truecase.perl -%%DATADIR%%/share/nonbreaking_prefixes/README.txt -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.ca -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.cs -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.de -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.el -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.en -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.es -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.fr -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.hu -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.is -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.it -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.lv -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.nl -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.pl -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.pt -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.ro -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.ru -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.sk -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.sl -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.sv -%%DATADIR%%/tokenizer/deescape-special-chars.perl -%%DATADIR%%/tokenizer/detokenizer.perl -%%DATADIR%%/tokenizer/escape-special-chars.perl -%%DATADIR%%/tokenizer/lowercase.perl -%%DATADIR%%/tokenizer/normalize-punctuation.perl -%%DATADIR%%/tokenizer/replace-unicode-punctuation.perl -%%DATADIR%%/tokenizer/tokenizer.perl -%%DATADIR%%/training/LexicalTranslationModel.pm -%%DATADIR%%/training/absolutize_moses_model.pl -%%DATADIR%%/training/analyse_moses_model.pl -%%DATADIR%%/training/binarize-model.perl -%%DATADIR%%/training/build-generation-table.perl -%%DATADIR%%/training/clean-corpus-n.perl -%%DATADIR%%/training/clone_moses_model.pl -%%DATADIR%%/training/combine_factors.pl -%%DATADIR%%/training/convert-moses-ini-to-v2.perl -%%DATADIR%%/training/corpus-sizes.perl -%%DATADIR%%/training/create_count_tables.py -%%DATADIR%%/training/exodus.perl -%%DATADIR%%/training/filter-model-given-input.pl -%%DATADIR%%/training/filter-rule-table.py -%%DATADIR%%/training/flexibility_score.py -%%DATADIR%%/training/get-lexical.perl -%%DATADIR%%/training/giza2bal.pl -%%DATADIR%%/training/mert-moses.pl -%%DATADIR%%/training/postprocess-lopar.perl -%%DATADIR%%/training/reduce-topt-count.pl -%%DATADIR%%/training/reduce_combine.pl -%%DATADIR%%/training/remove-orphan-phrase-pairs-from-reordering-table.perl -%%DATADIR%%/training/threshold-filter.perl -%%DATADIR%%/training/train-global-lexicon-model.perl -%%DATADIR%%/training/train-model.perl -%%DATADIR%%/training/wrappers/adam-suffix-array/suffix-array-create.sh -%%DATADIR%%/training/wrappers/adam-suffix-array/suffix-array-extract.sh -%%DATADIR%%/training/wrappers/berkeleyparsed2mosesxml.perl -%%DATADIR%%/training/wrappers/filter-excluded-lines.perl -%%DATADIR%%/training/wrappers/find-unparseable.perl -%%DATADIR%%/training/wrappers/mada-wrapper.perl -%%DATADIR%%/training/wrappers/make-factor-en-pos.mxpost.perl -%%DATADIR%%/training/wrappers/make-factor-pos.tree-tagger.perl -%%DATADIR%%/training/wrappers/make-factor-stem.perl -%%DATADIR%%/training/wrappers/make-factor-suffix.perl -%%DATADIR%%/training/wrappers/mosesxml2berkeleyparsed.perl -%%DATADIR%%/training/wrappers/parse-de-berkeley.perl -%%DATADIR%%/training/wrappers/parse-de-bitpar.perl -%%DATADIR%%/training/wrappers/parse-en-collins.perl -%%DATADIR%%/training/wrappers/syntax-hyphen-splitting.perl |