├── .circleci └── config.yml ├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── cli-scripts.md ├── conda ├── README.md ├── lg-5.4.3-minisat-bundled │ ├── build.sh │ └── meta.yaml ├── lg-5.4.4-minisat-bundled │ ├── build.sh │ └── meta.yaml ├── lg-5.5.0-minisat-bundled │ ├── build.sh │ └── meta.yaml ├── lg-5.5.1-minisat-bundled │ ├── build.sh │ └── meta.yaml ├── lg-5.6.0-minisat-bundled │ ├── build.sh │ └── meta.yaml ├── lg-5.6.2-minisat-bundled │ ├── build.sh │ └── meta.yaml └── sparsesvd-0.2.2 │ ├── build.sh │ └── meta.yaml ├── data ├── CDS-caps-br-text+brent9mos │ ├── LG-English │ │ ├── br-text.txt_U.ull │ │ └── brent9mos.txt_U.ull │ └── R=6-Weight=6:R-mst-weight=+1:R │ │ ├── br-text-parses-win6-omdist.ull │ │ └── brent9mos-parses-win6-omdist.ull ├── CDS-caps-br-text │ ├── LG-English-clean-clean │ │ └── br-text-clean-clean.ull │ ├── LG-English-clean │ │ └── br-text-txt_U-clean.ull │ ├── LG-English │ │ └── br-text.txt_U.ull │ └── R=6-Weight=6:R-mst-weight=+1:R │ │ └── br-text-parses-win6-omdist.ull ├── CDS │ ├── LG-E-551 │ │ ├── br-text.txt_U.ull │ │ └── brent9mos.txt_U.ull │ └── LG-E-clean │ │ └── CDS-LG-English-clean.ull ├── POC-English-Amb │ ├── LG-ANY-all-parses │ │ └── poc-english_ex-parses-allLG.txt │ ├── LG-E-551 │ │ └── EnglishPOC.txt.ull │ ├── LG-English │ │ └── poc_english-LG-silver.txt.ull │ ├── MST-fixed-manually │ │ └── poc-english_ex-parses-gold.txt │ ├── R=6-Weight=1-mst-weight=+1:R │ │ └── poc-english_ex-parses-win6-mdist.txt │ └── R=6-Weight=6:R-mst-weight=+1:R │ │ └── poc-english_ex-parses-win6-omdist.txt ├── POC-English-NoAmb │ ├── LG-ANY-all-parses │ │ └── poc-english_noAmb-parses-allLG.txt │ ├── LG-ANY-mst-weight=+1:R │ │ └── poc-english_noAmb-parses-allLG-mdist.txt │ ├── LG-English │ │ └── poc-english_noAmb-parses-silver.txt │ ├── MST-fixed-manually │ │ └── poc-english_noAmb-parses-gold.txt │ ├── R=6-Weight=1-mst-weight=+1:R │ │ └── poc-english-parses-win6-mdist.txt │ ├── R=6-Weight=6:R-mst-weight=+1:R │ │ └── poc-english_noAmb-parses-win6-omdist.txt │ ├── poc-english_noAmb-parses-gold.txt │ ├── poc_english_noamb_corpus.txt │ └── poc_english_noamb_parse_ideal.txt ├── POC-English-disAmb │ ├── EnglishPOC.txt_disamb_gold │ ├── EnglishPOC_disamb-fmi-lg24-mdist.txt │ ├── EnglishPOC_disamb-fmi-lg24.txt │ ├── EnglishPOC_disamb-fmi-lgAll.txt │ ├── EnglishPOC_disamb-fmi-lgAll_mdist.txt │ ├── EnglishPOC_disamb-fmi-win6-mdist.txt │ ├── EnglishPOC_disamb-fmi-win6-odist.txt │ ├── EnglishPOC_disamb-fmi-win6-omdist.txt │ ├── EnglishPOC_disamb-fmi-win6.txt │ ├── EnglishPOC_disamb-parses-lg24-mdist.txt │ ├── EnglishPOC_disamb-parses-lg24.txt │ ├── EnglishPOC_disamb-parses-lgAll.txt │ ├── EnglishPOC_disamb-parses-lgAll_mdist.txt │ ├── EnglishPOC_disamb-parses-win6-mdist.txt │ ├── EnglishPOC_disamb-parses-win6-odist.txt │ ├── EnglishPOC_disamb-parses-win6-omdist.txt │ ├── EnglishPOC_disamb-parses-win6.txt │ ├── LG-ANY-all-parses-agm-100 │ │ └── EnglishPOC.txtadagram_EnglishPOC.txt_WO8D300E1000000M5A1.3W3_disamb.ull │ ├── LG-ANY-all-parses-agm-opt │ │ └── EnglishPOC.txtadagramWO8D50E1000000M1A1.3W3R0_disamb_lgAll.ull │ ├── LG-ANY-all-parses │ │ └── EnglishPOC_disamb-parses-lgAll.ull │ ├── R=6-Weight=1-mst-weight=+1:R-agm-100 │ │ └── EnglishPOC.txtadagram_EnglishPOC.txt_WO8D300E1000000M5A1.3W3_disamb.ull │ ├── R=6-Weight=1-mst-weight=+1:R-agm-opt │ │ └── EnglishPOC.txtadagramWO8D50E1000000M1A1.3W3R0_disamb_win6_mdist.ull │ ├── R=6-Weight=1-mst-weight=+1:R │ │ └── EnglishPOC_disamb-parses-win6-mdist.ull │ ├── R=6-Weight=6:R-mst-weight=+1:R-agm-100 │ │ └── EnglishPOC.txtadagram_EnglishPOC.txt_WO8D300E1000000M5A1.3W3_disamb.ull │ ├── R=6-Weight=6:R-mst-weight=+1:R-agm-opt │ │ └── EnglishPOC.txtadagramWO8D50E1000000M1A1.3W3R0_disamb_win6_omdist.ull │ ├── R=6-Weight=6:R-mst-weight=+1:R │ │ └── EnglishPOC_disamb-parses-win6-omdist.ull │ ├── poc-english_ex-parses-gold.txt │ └── poc-english_ex-parses-silver.txt └── POC-Turtle │ ├── LG-ANY-all-parses │ └── poc-turtle-parses-allLG.txt │ ├── MST-fixed-manually │ └── poc-turtle-parses-gold.txt │ ├── R=6-Weight=1-no-mst-weighting │ └── poc-turtle-parses-win6.txt │ ├── R=6-Weight=6:R-mst-weight=+1:R │ └── poc-turtle-parses-win6-omdist.txt │ ├── poc-turtle-corpus.txt │ └── poc-turtle-parses-expected.txt ├── env-LG-5.4.4.yml ├── env-LG-5.5.1.yml ├── environment.yml ├── notebooks ├── Agglomerative-Clustering-2018-11-16.ipynb ├── Alternative_F1_for_ALE_ILE clustering_2019-04-12.ipynb ├── Child-Directed-Speech-2018-08-14.ipynb ├── Child-Directed-Speech-2019-01-03.ipynb ├── Child-Directed-Speech-LG.5.5.1-2018-11-08.ipynb ├── Corpora-statistics-2018-08-31.ipynb ├── GCB-LG-E-clean-MWC=1-MSL=10-2019-02-17.ipynb ├── GCB-LG-E-clean-MWC=1-MSL=10-2019-02-17_LGParseError.ipynb ├── GCB-LG-E-clean-MWC=1-MSL=5-2019-02-17.ipynb ├── GCB-LG-E-clean-MWC=1-MSL=5-2019-02-17_LGParseError.ipynb ├── GCB_test_sets_with_MWC=[11...51]_2019-04-08.ipynb ├── Grammar-Rules-Generalization-2018-11-26.ipynb ├── Grammar_Learner_Tutorial_01_2019-02-22_.ipynb ├── Gutenberg-Children-Books-LG-E-clean-MWC=2-2019-01-03.ipynb ├── Gutenberg-Children-Books-LG-English-2018-12-08.ipynb ├── Gutenberg-Children-Books-LG-English-2018-12-11.ipynb ├── Gutenberg-Children-Books-LG-English-2018-12-14.ipynb ├── ILE-clustering-research-GCB-LG-E-noQuotes-2019-04-19.ipynb ├── Iterative-clustering-ILE-POCE-CDS-2019-02-27.ipynb ├── Mean-shift-clustering-GCB-LG-E-clean-2018-02-20.ipynb ├── Mean-shift-clustering-GCB-LG-E-clean-2019-02-18.ipynb ├── POC-English-2018-12-31.ipynb ├── POC-English-NoAmb-AGI-paper-2018-04-22.ipynb ├── POC-Turtle-2018-08-05.ipynb ├── POC-Turtle-8-AGI-paper-2018-04-22.ipynb ├── POC-Turtle-LG-5.5.1-2018-11-08.ipynb ├── Parses_filtering_issue_2019-04-10_.ipynb ├── README.md ├── Random-Clusters-CDS-2018-08-28.ipynb ├── WSD_option_tests_2019-04-09_.ipynb ├── issue_209_CDS-ALE_ILE-LG-English-clean-2019-04-25.ipynb └── issue_209_cALEd-500-GCB-sequential_parses-MWC=1-2019-04-24.ipynb ├── pipeline.md ├── pipeline ├── CDS-LG-E-Clean-11-50.json ├── CT-CDS-LG-E-551.json ├── CT-CDS-LG-E-clean.json ├── Check-GCB-2018-12-14-500c-mwc=1+.json ├── Check-GCB-2018-12-14-500c-mwc=1.json ├── GCB-MST-agm-opt-mwc=11-500-clusters.json ├── GCB-MST-agm-opt-mwc=31-500-clusters.json ├── GCB-MST-agm-opt-mwc=51-500-clusters.json ├── GT-CDS-LG-E-551-cDRKc-90119.json ├── GT-GCB-2018-12-14-500c-mwc=1.json ├── README.md ├── category_tagger ├── issue_01.json ├── ppln.py ├── sample_config.json ├── tests │ └── test-data │ │ └── dict │ │ └── poc-turtle │ │ ├── .lg_history │ │ ├── 4.0.affix │ │ ├── 4.0.constituent-knowledge │ │ ├── 4.0.dict │ │ ├── 4.0.knowledge │ │ └── 4.0.regex └── tstr.py ├── run-tests.sh ├── setup.py ├── src ├── __init__.py ├── cli_scripts │ ├── dict-transformer │ ├── grammar-tester │ ├── parse-evaluator │ ├── sentence-counter │ ├── token-counter │ ├── ull-cli │ └── word-counter ├── common │ ├── __init__.py │ ├── absclient.py │ ├── add_LEFTWALL.sh │ ├── cliutils.py │ ├── dirhelper.py │ ├── fileconfman.py │ ├── freq_table.sh │ ├── optconst.py │ ├── parse_counter.sh │ ├── parsemetrics.py │ ├── pearson_coeff.py │ ├── rm_LEFTWALL.sh │ ├── sedcommands.py │ ├── sentence_getter.sh │ ├── sentencecount.py │ ├── textprogress.py │ ├── tokencount.py │ └── tree2links.py ├── dash_board │ ├── __init__.py │ └── textdashboard.py ├── grammar_learner │ ├── README.md │ ├── __init__.py │ ├── category_learner.py │ ├── clustering.py │ ├── corpus_stats.py │ ├── generalization.py │ ├── grammar_checker.py │ ├── grammar_inducer.py │ ├── hyperwords.py │ ├── incremental_clustering.py │ ├── kmeans.py │ ├── learner.py │ ├── pparser.py │ ├── pqa_table.py │ ├── preprocessing.py │ ├── read_files.py │ ├── skl_clustering.py │ ├── sparse_word_space.py │ ├── utl.py │ ├── widgets.py │ └── write_files.py ├── grammar_tester │ ├── README.md │ ├── __init__.py │ ├── artificialparser.py │ ├── grammartester.py │ ├── gt_component.py │ ├── lgapiparser.py │ ├── lginprocparser.py │ ├── lgmisc.py │ ├── lgpcommands.py │ ├── linkgrammarver.py │ ├── parsestat.py │ ├── parsevaluate.py │ ├── psparse.py │ └── textfiledashb.py ├── link_grammar │ ├── __init__.py │ ├── dicttools.py │ ├── lgdatastructures.py │ ├── lginprocparser2.py │ ├── lgparsequalityestimator.py │ └── lgpsstreamparser.py ├── observer │ ├── lgobserver.py │ └── wordpairs.py ├── parse_evaluator │ ├── README.md │ ├── __init__.py │ ├── func_words.txt │ └── parse_evaluator.py ├── pipeline │ ├── __init__.py │ ├── pipelineexceptions.py │ ├── pipelinetree.py │ ├── pipelinetreenode.py │ └── varhelper.py ├── pre_cleaner │ ├── README.md │ ├── __init__.py │ ├── cleaner_pipeline.sh │ ├── header_remover.sh │ ├── msansi2utf8.sh │ ├── nonbreaking_prefixes │ │ ├── README.txt │ │ ├── nonbreaking_prefix.ca │ │ ├── nonbreaking_prefix.cs │ │ ├── nonbreaking_prefix.de │ │ ├── nonbreaking_prefix.el │ │ ├── nonbreaking_prefix.en │ │ ├── nonbreaking_prefix.es │ │ ├── nonbreaking_prefix.fr │ │ ├── nonbreaking_prefix.hu │ │ ├── nonbreaking_prefix.is │ │ ├── nonbreaking_prefix.it │ │ ├── nonbreaking_prefix.lt │ │ ├── nonbreaking_prefix.lv │ │ ├── nonbreaking_prefix.nl │ │ ├── nonbreaking_prefix.pl │ │ ├── nonbreaking_prefix.pt │ │ ├── nonbreaking_prefix.ro │ │ ├── nonbreaking_prefix.ru │ │ ├── nonbreaking_prefix.sk │ │ ├── nonbreaking_prefix.sl │ │ ├── nonbreaking_prefix.sv │ │ └── nonbreaking_prefix.yue │ ├── pre_cleaner.py │ ├── run_cleaner.sh │ ├── split-sentences.pl │ └── tokenizer.py ├── readme.txt ├── samples │ └── notebooks │ │ ├── grammar-tester-use-case-2018-07-11.ipynb │ │ └── grammar-tester-use-case.ipynb ├── text_parser │ ├── __init__.py │ └── observer.py ├── web │ ├── api │ │ ├── README.md │ │ ├── examples │ │ │ ├── clscallback.py │ │ │ └── fncallback.py │ │ ├── lgclient.py │ │ └── lgrestparser.py │ └── html │ │ ├── check │ │ └── check.html │ │ ├── graph.html │ │ ├── img │ │ ├── OpenCog.png │ │ └── SingularityNET.png │ │ ├── index.html │ │ ├── test │ │ └── nlp │ │ │ ├── 26_cat_tree.txt │ │ │ ├── 28_cat_tree.txt │ │ │ ├── 49_cat_tree.txt │ │ │ ├── atom_types.script │ │ │ ├── cat_tree.txt │ │ │ ├── cat_tree2.txt │ │ │ ├── cat_tree_demo.txt │ │ │ ├── cat_tree_test.txt │ │ │ ├── grammar_test_dict.txt │ │ │ ├── index.html │ │ │ ├── mi_test.txt │ │ │ ├── no_parent.txt │ │ │ ├── poc-english_4C_2018-06-06_0004.4.0.dict.txt │ │ │ ├── poc-english_5C_2018-06-06_0004.4.0.dict.txt │ │ │ ├── poc-english_ex-fmi-allLG.txt │ │ │ ├── poc-turtle-fmi-win6-omdist.txt │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ └── senses_demo.txt │ │ └── ui │ │ ├── aigents-al.js │ │ ├── aigents-graph.js │ │ ├── jquery-1.11.1.js │ │ └── jquery-ui-1.11.4.custom │ │ ├── external │ │ └── jquery │ │ │ └── jquery.js │ │ ├── images │ │ ├── ui-bg_glass_45_0078ae_1x400.png │ │ ├── ui-bg_glass_55_f8da4e_1x400.png │ │ ├── ui-bg_glass_75_79c9ec_1x400.png │ │ ├── ui-bg_gloss-wave_45_e14f1c_500x100.png │ │ ├── ui-bg_gloss-wave_50_6eac2c_500x100.png │ │ ├── ui-bg_gloss-wave_75_2191c0_500x100.png │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ ├── ui-icons_0078ae_256x240.png │ │ ├── ui-icons_056b93_256x240.png │ │ ├── ui-icons_d8e7f3_256x240.png │ │ ├── ui-icons_e0fdff_256x240.png │ │ ├── ui-icons_f5e175_256x240.png │ │ ├── ui-icons_f7a50d_256x240.png │ │ └── ui-icons_fcd113_256x240.png │ │ ├── index.html │ │ ├── jquery-ui.css │ │ ├── jquery-ui.js │ │ ├── jquery-ui.min.css │ │ ├── jquery-ui.min.js │ │ ├── jquery-ui.structure.css │ │ ├── jquery-ui.structure.min.css │ │ ├── jquery-ui.theme.css │ │ └── jquery-ui.theme.min.css └── word_senser │ ├── README.md │ ├── annotate_corpus.jl │ ├── annotate_corpus.sh │ ├── evaluate_SCWS.jl │ ├── evaluate_SCWS.sh │ ├── evaluate_WSD.py │ ├── output_senses.jl │ ├── output_senses.sh │ └── train_multiple_adagram.sh ├── tests ├── README.md ├── __init__.py ├── data │ ├── POC-English-NoAmb │ │ ├── MST-fixed-manually │ │ │ └── poc-english_noAmb-parses-gold.txt │ │ └── poc_english_noamb_corpus.txt │ └── POC-Turtle │ │ ├── 2018-04-25 │ │ ├── turtle_cDRKd_LW+dot+_2018-04-25_0008.4.0.dict │ │ ├── turtle_cDRKd_LW-dot-_2018-04-25_0008.4.0.dict │ │ ├── turtle_dILEd_LW+dot+_2018-04-25_0008.4.0.dict │ │ └── turtle_dILEd_LW-dot-_2018-04-25_0008.4.0.dict │ │ ├── MST-fixed-manually │ │ └── poc-turtle-parses-gold.txt │ │ ├── MST_fixed_manually │ │ ├── poc-turtle-parses-expected.txt │ │ └── poc-turtle-parses-gold.txt │ │ ├── generalized_categories │ │ ├── 6_cat_tree.txt │ │ ├── corpus_stats.txt │ │ ├── dict_6C_2018-07-06_0005.4.0.dict │ │ ├── dict_6C_2018-09-29_0006.4.0.dict │ │ ├── dict_6C_2018-10-03_0006.4.0.dict │ │ └── poc-turtle_6C_2018-06-08_0004.4.0.dict │ │ ├── generalized_categories_and_rules │ │ ├── 6_cat_tree.txt │ │ ├── corpus_stats.txt │ │ ├── dict_6C_2018-07-06_0005.4.0.dict │ │ ├── dict_6C_2018-09-29_0006.4.0.dict │ │ ├── dict_6C_2018-10-03_0006.4.0.dict │ │ └── poc-turtle_6C_2018-06-08_0004.4.0.dict │ │ ├── generalized_rules │ │ ├── 6_cat_tree.txt │ │ ├── corpus_stats.txt │ │ ├── dict_6C_2018-07-06_0005.4.0.dict │ │ ├── dict_6C_2018-09-29_0006.4.0.dict │ │ ├── dict_6C_2018-10-03_0006.4.0.dict │ │ └── poc-turtle_6C_2018-06-08_0004.4.0.dict │ │ ├── no_generalization │ │ ├── 8_cat_tree.txt │ │ ├── corpus_stats.txt │ │ ├── dict_8C_2018-07-06_0005.4.0.dict │ │ ├── dict_8C_2018-09-29_0006.4.0.dict │ │ ├── dict_8C_2018-10-03_0006.4.0.dict │ │ ├── dict_8C_2018-10-21_0006.4.0.dict │ │ └── poc-turtle_8C_2018-06-08_0004.4.0.dict │ │ ├── poc-turtle-corpus.txt │ │ ├── poc-turtle-parses-expected.txt │ │ └── read.me ├── pipeline_integration.py ├── script_integration.py ├── test-data │ ├── cli-scripts │ │ └── parse-evaluator │ │ │ ├── alt-flt-mode │ │ │ ├── 1332-0.txt.ull │ │ │ └── accepted_parses.ull.expected │ │ │ ├── alt-seq-mode │ │ │ ├── alt-output.txt.expected │ │ │ └── sequential_parses.ull.expected │ │ │ ├── alt-tok-mode │ │ │ ├── sentence-1.txt.ull │ │ │ ├── sentence-2.txt.ull │ │ │ └── tok_diff.txt.expected │ │ │ ├── ord-eval-mode │ │ │ ├── poc_english.txt.ull.stat.expected │ │ │ └── poc_english.txt.ull.stat.expected.2nd │ │ │ ├── ord-eval-multi │ │ │ └── poc-english-multi-ref.stat.expected │ │ │ ├── ord-flt-mode │ │ │ ├── 1332-0.txt.ull │ │ │ ├── 1332-0.txt.ull.flt.expected │ │ │ └── 1332-0.txt.ull.stat.expected │ │ │ ├── ord-rnd-single │ │ │ ├── poc_english.txt.ull.stat.expected │ │ │ └── poc_english.txt.ull.ull.expected │ │ │ ├── ord-seq-mode │ │ │ ├── poc_english.txt.ull.expected │ │ │ └── poc_english.txt.ull.stat.expected │ │ │ └── ord-tok-mode │ │ │ ├── sentence-1.txt.ull │ │ │ ├── sentence-2.txt.ull │ │ │ ├── sentence-2.txt.ull.diff.expected │ │ │ └── sentence-2.txt.ull.stat │ ├── config │ │ ├── AGI-2018-grammar-learner.json │ │ ├── AGI-2018-no-dashboard.json │ │ ├── AGI-2018.json │ │ ├── Child-Directed-Speech-2018-06-26.json │ │ ├── POC-Turtle-grammar-learner.json │ │ ├── config-example-01.json │ │ └── pipeline │ │ │ ├── POC-Turtle-GL-GT-DB-PC.json │ │ │ └── POC-Turtle-GL-GT-DB.json │ ├── corpora │ │ ├── poc-english-multi │ │ │ ├── poc_english.txt-01 │ │ │ ├── poc_english.txt-02 │ │ │ ├── poc_english.txt-03 │ │ │ ├── poc_english.txt-04 │ │ │ ├── poc_english.txt-05 │ │ │ ├── poc_english.txt-06 │ │ │ ├── poc_english.txt-07 │ │ │ ├── poc_english.txt-08 │ │ │ └── poc_english.txt-09 │ │ ├── poc-english.1st │ │ │ ├── poc_english.txt │ │ │ ├── poc_english_1s.txt │ │ │ ├── poc_english_noamb.txt │ │ │ ├── poc_english_noamb_parses_1s_2.txt │ │ │ ├── poc_english_noamb_parses_ideal_1s_2.txt │ │ │ ├── poc_english_noamb_parses_lg.txt │ │ │ ├── poc_english_parses_1s.txt │ │ │ └── poc_english_parses_lg.txt │ │ ├── poc-english │ │ │ ├── poc-corpora-with-left-wall.txt │ │ │ ├── poc-english_noAmb-parses-gold.txt │ │ │ ├── poc_corpora.sql │ │ │ ├── poc_corpora.txt │ │ │ ├── poc_corpora_with_left_wall.sql │ │ │ ├── poc_english.txt │ │ │ ├── poc_english_1s.txt │ │ │ ├── poc_english_ex.txt │ │ │ ├── poc_english_links.txt │ │ │ ├── poc_english_noamb.txt │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ ├── poc_english_noamb_parses_1s_2.txt │ │ │ ├── poc_english_noamb_parses_ideal_1s_2.txt │ │ │ ├── poc_english_noamb_parses_ideal_1s_2.txt.stat │ │ │ ├── poc_english_noamb_parses_lg.txt │ │ │ ├── poc_english_parses_1s.txt │ │ │ ├── poc_english_parses_lg.txt │ │ │ ├── poc_mi.txt │ │ │ └── readme.txt │ │ └── poc-turtle │ │ │ ├── poc-turtle-dot-separated.txt │ │ │ ├── poc-turtle-no-dot.txt │ │ │ └── poc-turtle.txt │ ├── dash-board-multi │ │ └── test-summary.txt │ ├── dict-files │ │ ├── poc-turtle_2C_2018-03-14_0007.4.0.dict │ │ ├── poc-turtle_2C_2018-03-15_0007.4.0.dict │ │ ├── poc-turtle_6C_2018-03-15_0007.4.0.dict │ │ ├── poc-turtle_8C_2018-03-14_0007.4.0.dict │ │ └── poc-turtle_8C_2018-03-15_0007.4.0.dict │ ├── dict │ │ └── poc-turtle │ │ │ ├── .lg_history │ │ │ ├── 4.0.affix │ │ │ ├── 4.0.constituent-knowledge │ │ │ ├── 4.0.dict │ │ │ ├── 4.0.knowledge │ │ │ └── 4.0.regex │ ├── metrics-test │ │ ├── 1 │ │ │ └── dict_6C_2018-10-21_0006.4.0.dict │ │ ├── 2 │ │ │ └── dict_11C_2018-10-21_0006.4.0.dict │ │ ├── poc-turtle-parses-gold.txt │ │ └── poc-turtle-parses-win6.txt │ ├── parses │ │ ├── AGI-2018-paper-data-2018-04-22 │ │ │ ├── AGI-2018.html │ │ │ ├── AGI-2018.txt │ │ │ ├── POC-English-NoAmb-LEFT-WALL+period │ │ │ │ ├── LG_ANY_all_parses │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 11_categories.txt │ │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 11_categories.txt │ │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 16_categories.txt │ │ │ │ │ │ ├── poc-english_16C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_16C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ ├── LG_English │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 14_categories.txt │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 14_categories.txt │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 13_categories.txt │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 14_categories.txt │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 15_categories.txt │ │ │ │ │ │ ├── poc-english_15C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_15C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ ├── MST_fixed_manually │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 13_categories.txt │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 13_categories.txt │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 15_categories.txt │ │ │ │ │ │ ├── poc-english_15C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_15C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ ├── R=6_distance=1 │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 11_categories.txt │ │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-window6.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-window6.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 15_categories.txt │ │ │ │ │ │ ├── poc-english_15C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_15C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-window6.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 14_categories.txt │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-window6.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 20_categories.txt │ │ │ │ │ │ ├── poc-english_20C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_20C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-window6.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ └── R=6_distance=6:R │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ ├── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ ├── 11_categories.txt │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ ├── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ ├── 11_categories.txt │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ ├── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ ├── 11_categories.txt │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ ├── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ ├── 16_categories.txt │ │ │ │ │ ├── poc-english_16C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-english_16C_2018-04-22_0008 │ │ │ │ │ ├── .lg_history │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ └── 4.0.regex │ │ │ │ │ ├── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ ├── POC-English-NoAmb-no-LEFT-WALL-no-period │ │ │ │ ├── LG_ANY_all_parses │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 13_categories.txt │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 13_categories.txt │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 14_categories.txt │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc-english_noAmb-parses-allLG.txt │ │ │ │ ├── LG_English │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 11_categories.txt │ │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 11_categories.txt │ │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 13_categories.txt │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ ├── MST_fixed_manually │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 8_categories.txt │ │ │ │ │ │ ├── poc-english_8C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 9_categories.txt │ │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 13_categories.txt │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt │ │ │ │ ├── R=6_distance=1 │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 9_categories.txt │ │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc-english_noAmb-parses-window6.txt │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 9_categories.txt │ │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc-english_noAmb-parses-window6.txt │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 14_categories.txt │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc-english_noAmb-parses-window6.txt │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 13_categories.txt │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc-english_noAmb-parses-window6.txt │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 18_categories.txt │ │ │ │ │ │ ├── poc-english_18C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ └── poc-english_noAmb-parses-window6.txt │ │ │ │ └── R=6_distance=6:R │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ ├── 9_categories.txt │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008.4.0.dict │ │ │ │ │ └── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ ├── 9_categories.txt │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008.4.0.dict │ │ │ │ │ └── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ └── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ └── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ ├── 14_categories.txt │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008.4.0.dict │ │ │ │ │ └── poc-english_noAmb-parses-window6-distance.txt │ │ │ ├── POC-English-Noamb-no-LEFT-WALL │ │ │ │ ├── LG_ANY_all_parses │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 9_categories.txt │ │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 9_categories.txt │ │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 15_categories.txt │ │ │ │ │ │ ├── poc-english_15C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_15C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-allLG.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ ├── LG_English │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 13_categories.txt │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ │ └── poc_english_noamb_parses_lg.txt │ │ │ │ ├── MST_fixed_manually │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 9_categories.txt │ │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_12C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 13_categories.txt │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_13C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ ├── R=6_distance=1 │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-window6.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-window6.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 14_categories.txt │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-window6.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 14_categories.txt │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_14C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-window6.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 19_categories.txt │ │ │ │ │ │ ├── poc-english_19C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-english_19C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ ├── poc-english_noAmb-parses-window6.txt │ │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ └── R=6_distance=6:R │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-english_10C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ ├── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ ├── 9_categories.txt │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-english_9C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ ├── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ ├── 11_categories.txt │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ ├── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ ├── 11_categories.txt │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-english_11C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ ├── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ ├── 15_categories.txt │ │ │ │ │ ├── poc-english_15C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-english_15C_2018-04-22_0008 │ │ │ │ │ ├── .lg_history │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ └── 4.0.regex │ │ │ │ │ ├── poc-english_noAmb-parses-window6-distance.txt │ │ │ │ │ ├── poc_english_noamb.txt.ull │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.diag │ │ │ │ │ ├── poc_english_noamb_parse_ideal.txt.post │ │ │ │ │ └── poc_english_noamb_parse_ideal.txt.ull │ │ │ ├── POC-Turtle-LEFT-WALL+period │ │ │ │ ├── LG_ANY_all_parses │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 6_categories.txt │ │ │ │ │ │ ├── poc-turtle-parses-allLG.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 6_categories.txt │ │ │ │ │ │ ├── poc-turtle-parses-allLG.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ │ ├── poc-turtle-parses-allLG.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ │ ├── poc-turtle_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-turtle_10C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── MST_fixed_manually │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 6_categories.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 6_categories.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ │ ├── 4_categories.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ │ ├── poc-turtle_4C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-turtle_4C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ │ ├── 4_categories.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ │ ├── poc-turtle_4C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-turtle_4C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 8_categories.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── R=6_Weight=1 │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ │ ├── 8_categories.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ │ ├── poc-turtle-parses-window6.txt │ │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ │ ├── 7_categories.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ │ ├── poc-turtle-parses-window6.txt │ │ │ │ │ │ ├── poc-turtle_7C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-turtle_7C_2018-04-22_0008 │ │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ │ ├── 13_categories.txt │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ │ ├── poc-turtle-parses-window6.txt │ │ │ │ │ │ ├── poc-turtle_13C_2018-04-22_0008.4.0.dict │ │ │ │ │ │ ├── poc-turtle_13C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ └── R=6_Weight=6:R │ │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ ├── 6_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle-parses-window6-distance.txt │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ ├── 6_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle-parses-window6-distance.txt │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_6C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ ├── 10_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle-parses-window6-distance.txt │ │ │ │ │ ├── poc-turtle_10C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_10C_2018-04-22_0008 │ │ │ │ │ ├── .lg_history │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ └── POC-Turtle-no-LEFT-WALL │ │ │ │ ├── LG_ANY_all_parses │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ ├── 5_categories.txt │ │ │ │ │ ├── poc-turtle-parses-allLG.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ ├── 5_categories.txt │ │ │ │ │ ├── poc-turtle-parses-allLG.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ ├── 8_categories.txt │ │ │ │ │ ├── poc-turtle-parses-allLG.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ ├── 8_categories.txt │ │ │ │ │ ├── poc-turtle-parses-allLG.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ ├── 9_categories.txt │ │ │ │ │ ├── poc-turtle-parses-allLG.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle_9C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_9C_2018-04-22_0008 │ │ │ │ │ ├── .lg_history │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── MST_fixed_manually │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ ├── 5_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ ├── 5_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ ├── 5_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ ├── 5_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ ├── 7_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle_7C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_7C_2018-04-22_0008 │ │ │ │ │ ├── .lg_history │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── R=6_Weight=1 │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ │ ├── 8_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle-parses-window6.txt │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ │ ├── 8_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle-parses-window6.txt │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle-parses-window6.txt │ │ │ │ │ ├── poc-turtle_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_12C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle-parses-window6.txt │ │ │ │ │ ├── poc-turtle_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_12C_2018-04-22_0008 │ │ │ │ │ │ ├── .lg_history │ │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ │ ├── 12_categories.txt │ │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ │ ├── poc-turtle-parses-window6.txt │ │ │ │ │ ├── poc-turtle_12C_2018-04-22_0008.4.0.dict │ │ │ │ │ ├── poc-turtle_12C_2018-04-22_0008 │ │ │ │ │ ├── .lg_history │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ └── 4.0.regex │ │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ └── R=6_Weight=6:R │ │ │ │ ├── connectors-DRK-connectors │ │ │ │ ├── 5_categories.txt │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ ├── poc-turtle-parses-window6-distance.txt │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008.4.0.dict │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008 │ │ │ │ │ ├── .lg_history │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ └── 4.0.regex │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── connectors-DRK-disjuncts │ │ │ │ ├── 5_categories.txt │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ ├── poc-turtle-parses-window6-distance.txt │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008.4.0.dict │ │ │ │ ├── poc-turtle_5C_2018-04-22_0008 │ │ │ │ │ ├── .lg_history │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ └── 4.0.regex │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── disjuncts-DRK-connectors │ │ │ │ ├── 8_categories.txt │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ ├── poc-turtle-parses-window6-distance.txt │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008.4.0.dict │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008 │ │ │ │ │ ├── .lg_history │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ └── 4.0.regex │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ ├── disjuncts-DRK-disjuncts │ │ │ │ ├── 8_categories.txt │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ ├── poc-turtle-parses-window6-distance.txt │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008.4.0.dict │ │ │ │ ├── poc-turtle_8C_2018-04-22_0008 │ │ │ │ │ ├── .lg_history │ │ │ │ │ ├── 4.0.affix │ │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ │ ├── 4.0.dict │ │ │ │ │ ├── 4.0.knowledge │ │ │ │ │ └── 4.0.regex │ │ │ │ └── poc_english_noamb.txt.ull │ │ │ │ └── disjuncts-ILE-disjuncts │ │ │ │ ├── 9_categories.txt │ │ │ │ ├── poc-turtle-parses-expected.txt.diag │ │ │ │ ├── poc-turtle-parses-expected.txt.post │ │ │ │ ├── poc-turtle-parses-expected.txt.ull │ │ │ │ ├── poc-turtle-parses-window6-distance.txt │ │ │ │ ├── poc-turtle_9C_2018-04-22_0008.4.0.dict │ │ │ │ ├── poc-turtle_9C_2018-04-22_0008 │ │ │ │ ├── .lg_history │ │ │ │ ├── 4.0.affix │ │ │ │ ├── 4.0.constituent-knowledge │ │ │ │ ├── 4.0.dict │ │ │ │ ├── 4.0.knowledge │ │ │ │ └── 4.0.regex │ │ │ │ └── poc_english_noamb.txt.ull │ │ ├── poc-english-lg │ │ │ ├── poc_english_noamb_parses_lg.txt │ │ │ └── poc_english_parses_lg.txt │ │ ├── poc-english-mst │ │ │ └── poc_english_noamb_parse_ideal.txt │ │ ├── poc-english-multi-ref │ │ │ ├── poc_english.txt-01.ull │ │ │ ├── poc_english.txt-02.ull │ │ │ ├── poc_english.txt-03.ull │ │ │ ├── poc_english.txt-04.ull │ │ │ ├── poc_english.txt-05.ull │ │ │ ├── poc_english.txt-06.ull │ │ │ ├── poc_english.txt-07.ull │ │ │ ├── poc_english.txt-08.ull │ │ │ └── poc_english.txt-09.ull │ │ ├── poc-english-ref │ │ │ ├── poc_english.txt.ull │ │ │ └── poc_english_noamb.txt.ull │ │ ├── poc-turtle-mst │ │ │ ├── one-parse-expected-mi.txt │ │ │ ├── one-parse-expected.txt │ │ │ ├── one-parse-no-wall.txt │ │ │ └── poc-turtle-parses-expected.txt │ │ └── start-from-digit │ │ │ └── start-from-digit.ull │ ├── pipeline │ │ ├── GL-DJCT-COSTS-CDS │ │ │ ├── GL-DJCT-COSTS-CDS-summary.txt.expected │ │ │ └── GL-DJCT-COSTS-CDS.json │ │ ├── GL-GT-ALE │ │ │ ├── GL-GT-ALE-summary.txt.expected │ │ │ ├── GL-GT-ALE-summary.txt.expected.old │ │ │ ├── GL-GT-ALE-summary.txt.expected.old2 │ │ │ ├── GL-GT-ALE.json │ │ │ ├── GL_context:1_db-row:1_f1-col:4_max-sentence-length:99_min-word-count:1_pa-col:2_word-space:sparse │ │ │ │ └── dict_50C_2019-05-19_0007.4.0.dict.expected │ │ │ ├── GL_context:1_db-row:2_f1-col:4_max-sentence-length:3_min-word-count:1_pa-col:2_word-space:sparse │ │ │ │ └── dict_50C_2019-05-19_0007.4.0.dict.expected │ │ │ ├── GL_context:1_db-row:3_f1-col:4_max-sentence-length:99_min-word-count:3_pa-col:2_word-space:sparse │ │ │ │ └── dict_50C_2019-05-19_0007.4.0.dict.expected │ │ │ ├── GL_context:2_db-row:1_f1-col:5_max-sentence-length:99_min-word-count:1_pa-col:3_word-space:discrete │ │ │ │ └── dict_301C_2019-05-19_0007.4.0.dict.expected │ │ │ ├── GL_context:2_db-row:2_f1-col:5_max-sentence-length:3_min-word-count:1_pa-col:3_word-space:discrete │ │ │ │ └── dict_83C_2019-05-19_0007.4.0.dict.expected │ │ │ └── GL_context:2_db-row:3_f1-col:5_max-sentence-length:99_min-word-count:3_pa-col:3_word-space:discrete │ │ │ │ └── dict_289C_2019-05-19_0007.4.0.dict.expected │ │ ├── PE │ │ │ ├── PE-summary.txt.expected │ │ │ ├── PE.json │ │ │ ├── multi.stat.expected │ │ │ └── single.stat.expected │ │ ├── TP-TXT-CORPUS │ │ │ ├── TP-TXT-CORPUS.json │ │ │ ├── TP_parser-type:link-grammar-exe │ │ │ │ ├── CDS-LG-English-clean.ull.expected │ │ │ │ └── corpus.stat.expected │ │ │ ├── TP_parser-type:sequential │ │ │ │ ├── CDS-LG-English-clean.ull.expected │ │ │ │ └── corpus.stat.expected │ │ │ └── corpus │ │ │ │ └── CDS-LG-English-clean │ │ └── TP │ │ │ ├── TP.json │ │ │ ├── TP_parser-type:link-grammar-exe │ │ │ ├── CDS-LG-English-clean.ull.expected │ │ │ └── data.stat.expected │ │ │ └── TP_parser-type:sequential │ │ │ ├── CDS-LG-English-clean.ull.expected │ │ │ └── data.stat.expected │ ├── pre-cleaner │ │ ├── expected-books │ │ │ └── pg9212.txt │ │ ├── split-books │ │ │ └── pg9212.txt │ │ └── whole-books │ │ │ └── pg9212.txt │ ├── raw │ │ └── debug-msg.txt │ ├── regex-test │ │ ├── regex-test-result-lcase.txt │ │ ├── regex-test-result.txt │ │ ├── regex-test.txt.ull │ │ └── ull-new.txt.ull │ ├── second-linkage-test │ │ ├── GCB-NQ.txt │ │ └── GCB-NQ.txt.raw │ └── sentence-skip-test │ │ └── issue-184.txt ├── test_cliutils.py ├── test_dashboard.py ├── test_dicttools.py ├── test_dirhelper.py ├── test_fileconfman.py ├── test_grammar_learner.py ├── test_grammartester.py ├── test_grammartester_input.py ├── test_lgapiparser.py ├── test_lginprocparser.py ├── test_lginprocparser2.py ├── test_linkgrammarver.py ├── test_parsemetrics.py ├── test_parsestat.py ├── test_parsevaluate.py ├── test_pipeline.py ├── test_pipelinetree.py ├── test_precleaner.py ├── test_psparse.py ├── test_scripts.py ├── test_sedcommands.py ├── test_textfiledashb.py ├── test_textprogress.py ├── test_tokencount.py └── test_varhelper.py └── tmp └── README.md /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/README.md -------------------------------------------------------------------------------- /cli-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/cli-scripts.md -------------------------------------------------------------------------------- /conda/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/README.md -------------------------------------------------------------------------------- /conda/lg-5.4.3-minisat-bundled/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.4.3-minisat-bundled/build.sh -------------------------------------------------------------------------------- /conda/lg-5.4.3-minisat-bundled/meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.4.3-minisat-bundled/meta.yaml -------------------------------------------------------------------------------- /conda/lg-5.4.4-minisat-bundled/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.4.4-minisat-bundled/build.sh -------------------------------------------------------------------------------- /conda/lg-5.4.4-minisat-bundled/meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.4.4-minisat-bundled/meta.yaml -------------------------------------------------------------------------------- /conda/lg-5.5.0-minisat-bundled/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.5.0-minisat-bundled/build.sh -------------------------------------------------------------------------------- /conda/lg-5.5.0-minisat-bundled/meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.5.0-minisat-bundled/meta.yaml -------------------------------------------------------------------------------- /conda/lg-5.5.1-minisat-bundled/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.5.1-minisat-bundled/build.sh -------------------------------------------------------------------------------- /conda/lg-5.5.1-minisat-bundled/meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.5.1-minisat-bundled/meta.yaml -------------------------------------------------------------------------------- /conda/lg-5.6.0-minisat-bundled/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.6.0-minisat-bundled/build.sh -------------------------------------------------------------------------------- /conda/lg-5.6.0-minisat-bundled/meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.6.0-minisat-bundled/meta.yaml -------------------------------------------------------------------------------- /conda/lg-5.6.2-minisat-bundled/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.6.2-minisat-bundled/build.sh -------------------------------------------------------------------------------- /conda/lg-5.6.2-minisat-bundled/meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/lg-5.6.2-minisat-bundled/meta.yaml -------------------------------------------------------------------------------- /conda/sparsesvd-0.2.2/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/sparsesvd-0.2.2/build.sh -------------------------------------------------------------------------------- /conda/sparsesvd-0.2.2/meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/conda/sparsesvd-0.2.2/meta.yaml -------------------------------------------------------------------------------- /data/CDS-caps-br-text+brent9mos/LG-English/br-text.txt_U.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/CDS-caps-br-text+brent9mos/LG-English/br-text.txt_U.ull -------------------------------------------------------------------------------- /data/CDS-caps-br-text+brent9mos/LG-English/brent9mos.txt_U.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/CDS-caps-br-text+brent9mos/LG-English/brent9mos.txt_U.ull -------------------------------------------------------------------------------- /data/CDS-caps-br-text+brent9mos/R=6-Weight=6:R-mst-weight=+1:R/br-text-parses-win6-omdist.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/CDS-caps-br-text+brent9mos/R=6-Weight=6:R-mst-weight=+1:R/br-text-parses-win6-omdist.ull -------------------------------------------------------------------------------- /data/CDS-caps-br-text+brent9mos/R=6-Weight=6:R-mst-weight=+1:R/brent9mos-parses-win6-omdist.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/CDS-caps-br-text+brent9mos/R=6-Weight=6:R-mst-weight=+1:R/brent9mos-parses-win6-omdist.ull -------------------------------------------------------------------------------- /data/CDS-caps-br-text/LG-English-clean-clean/br-text-clean-clean.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/CDS-caps-br-text/LG-English-clean-clean/br-text-clean-clean.ull -------------------------------------------------------------------------------- /data/CDS-caps-br-text/LG-English-clean/br-text-txt_U-clean.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/CDS-caps-br-text/LG-English-clean/br-text-txt_U-clean.ull -------------------------------------------------------------------------------- /data/CDS-caps-br-text/LG-English/br-text.txt_U.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/CDS-caps-br-text/LG-English/br-text.txt_U.ull -------------------------------------------------------------------------------- /data/CDS-caps-br-text/R=6-Weight=6:R-mst-weight=+1:R/br-text-parses-win6-omdist.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/CDS-caps-br-text/R=6-Weight=6:R-mst-weight=+1:R/br-text-parses-win6-omdist.ull -------------------------------------------------------------------------------- /data/CDS/LG-E-551/br-text.txt_U.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/CDS/LG-E-551/br-text.txt_U.ull -------------------------------------------------------------------------------- /data/CDS/LG-E-551/brent9mos.txt_U.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/CDS/LG-E-551/brent9mos.txt_U.ull -------------------------------------------------------------------------------- /data/CDS/LG-E-clean/CDS-LG-English-clean.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/CDS/LG-E-clean/CDS-LG-English-clean.ull -------------------------------------------------------------------------------- /data/POC-English-Amb/LG-ANY-all-parses/poc-english_ex-parses-allLG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-Amb/LG-ANY-all-parses/poc-english_ex-parses-allLG.txt -------------------------------------------------------------------------------- /data/POC-English-Amb/LG-E-551/EnglishPOC.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-Amb/LG-E-551/EnglishPOC.txt.ull -------------------------------------------------------------------------------- /data/POC-English-Amb/LG-English/poc_english-LG-silver.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-Amb/LG-English/poc_english-LG-silver.txt.ull -------------------------------------------------------------------------------- /data/POC-English-Amb/MST-fixed-manually/poc-english_ex-parses-gold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-Amb/MST-fixed-manually/poc-english_ex-parses-gold.txt -------------------------------------------------------------------------------- /data/POC-English-Amb/R=6-Weight=1-mst-weight=+1:R/poc-english_ex-parses-win6-mdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-Amb/R=6-Weight=1-mst-weight=+1:R/poc-english_ex-parses-win6-mdist.txt -------------------------------------------------------------------------------- /data/POC-English-Amb/R=6-Weight=6:R-mst-weight=+1:R/poc-english_ex-parses-win6-omdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-Amb/R=6-Weight=6:R-mst-weight=+1:R/poc-english_ex-parses-win6-omdist.txt -------------------------------------------------------------------------------- /data/POC-English-NoAmb/LG-ANY-all-parses/poc-english_noAmb-parses-allLG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-NoAmb/LG-ANY-all-parses/poc-english_noAmb-parses-allLG.txt -------------------------------------------------------------------------------- /data/POC-English-NoAmb/LG-ANY-mst-weight=+1:R/poc-english_noAmb-parses-allLG-mdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-NoAmb/LG-ANY-mst-weight=+1:R/poc-english_noAmb-parses-allLG-mdist.txt -------------------------------------------------------------------------------- /data/POC-English-NoAmb/LG-English/poc-english_noAmb-parses-silver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-NoAmb/LG-English/poc-english_noAmb-parses-silver.txt -------------------------------------------------------------------------------- /data/POC-English-NoAmb/MST-fixed-manually/poc-english_noAmb-parses-gold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-NoAmb/MST-fixed-manually/poc-english_noAmb-parses-gold.txt -------------------------------------------------------------------------------- /data/POC-English-NoAmb/R=6-Weight=1-mst-weight=+1:R/poc-english-parses-win6-mdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-NoAmb/R=6-Weight=1-mst-weight=+1:R/poc-english-parses-win6-mdist.txt -------------------------------------------------------------------------------- /data/POC-English-NoAmb/R=6-Weight=6:R-mst-weight=+1:R/poc-english_noAmb-parses-win6-omdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-NoAmb/R=6-Weight=6:R-mst-weight=+1:R/poc-english_noAmb-parses-win6-omdist.txt -------------------------------------------------------------------------------- /data/POC-English-NoAmb/poc-english_noAmb-parses-gold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-NoAmb/poc-english_noAmb-parses-gold.txt -------------------------------------------------------------------------------- /data/POC-English-NoAmb/poc_english_noamb_corpus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-NoAmb/poc_english_noamb_corpus.txt -------------------------------------------------------------------------------- /data/POC-English-NoAmb/poc_english_noamb_parse_ideal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-NoAmb/poc_english_noamb_parse_ideal.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC.txt_disamb_gold: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC.txt_disamb_gold -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-fmi-lg24-mdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-fmi-lg24-mdist.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-fmi-lg24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-fmi-lg24.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-fmi-lgAll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-fmi-lgAll.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-fmi-lgAll_mdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-fmi-lgAll_mdist.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-fmi-win6-mdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-fmi-win6-mdist.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-fmi-win6-odist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-fmi-win6-odist.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-fmi-win6-omdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-fmi-win6-omdist.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-fmi-win6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-fmi-win6.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-parses-lg24-mdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-parses-lg24-mdist.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-parses-lg24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-parses-lg24.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-parses-lgAll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-parses-lgAll.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-parses-lgAll_mdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-parses-lgAll_mdist.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-parses-win6-mdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-parses-win6-mdist.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-parses-win6-odist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-parses-win6-odist.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-parses-win6-omdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-parses-win6-omdist.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/EnglishPOC_disamb-parses-win6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/EnglishPOC_disamb-parses-win6.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/LG-ANY-all-parses-agm-100/EnglishPOC.txtadagram_EnglishPOC.txt_WO8D300E1000000M5A1.3W3_disamb.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/LG-ANY-all-parses-agm-100/EnglishPOC.txtadagram_EnglishPOC.txt_WO8D300E1000000M5A1.3W3_disamb.ull -------------------------------------------------------------------------------- /data/POC-English-disAmb/LG-ANY-all-parses-agm-opt/EnglishPOC.txtadagramWO8D50E1000000M1A1.3W3R0_disamb_lgAll.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/LG-ANY-all-parses-agm-opt/EnglishPOC.txtadagramWO8D50E1000000M1A1.3W3R0_disamb_lgAll.ull -------------------------------------------------------------------------------- /data/POC-English-disAmb/LG-ANY-all-parses/EnglishPOC_disamb-parses-lgAll.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/LG-ANY-all-parses/EnglishPOC_disamb-parses-lgAll.ull -------------------------------------------------------------------------------- /data/POC-English-disAmb/R=6-Weight=1-mst-weight=+1:R-agm-100/EnglishPOC.txtadagram_EnglishPOC.txt_WO8D300E1000000M5A1.3W3_disamb.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/R=6-Weight=1-mst-weight=+1:R-agm-100/EnglishPOC.txtadagram_EnglishPOC.txt_WO8D300E1000000M5A1.3W3_disamb.ull -------------------------------------------------------------------------------- /data/POC-English-disAmb/R=6-Weight=1-mst-weight=+1:R-agm-opt/EnglishPOC.txtadagramWO8D50E1000000M1A1.3W3R0_disamb_win6_mdist.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/R=6-Weight=1-mst-weight=+1:R-agm-opt/EnglishPOC.txtadagramWO8D50E1000000M1A1.3W3R0_disamb_win6_mdist.ull -------------------------------------------------------------------------------- /data/POC-English-disAmb/R=6-Weight=1-mst-weight=+1:R/EnglishPOC_disamb-parses-win6-mdist.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/R=6-Weight=1-mst-weight=+1:R/EnglishPOC_disamb-parses-win6-mdist.ull -------------------------------------------------------------------------------- /data/POC-English-disAmb/R=6-Weight=6:R-mst-weight=+1:R-agm-100/EnglishPOC.txtadagram_EnglishPOC.txt_WO8D300E1000000M5A1.3W3_disamb.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/R=6-Weight=6:R-mst-weight=+1:R-agm-100/EnglishPOC.txtadagram_EnglishPOC.txt_WO8D300E1000000M5A1.3W3_disamb.ull -------------------------------------------------------------------------------- /data/POC-English-disAmb/R=6-Weight=6:R-mst-weight=+1:R-agm-opt/EnglishPOC.txtadagramWO8D50E1000000M1A1.3W3R0_disamb_win6_omdist.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/R=6-Weight=6:R-mst-weight=+1:R-agm-opt/EnglishPOC.txtadagramWO8D50E1000000M1A1.3W3R0_disamb_win6_omdist.ull -------------------------------------------------------------------------------- /data/POC-English-disAmb/R=6-Weight=6:R-mst-weight=+1:R/EnglishPOC_disamb-parses-win6-omdist.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/R=6-Weight=6:R-mst-weight=+1:R/EnglishPOC_disamb-parses-win6-omdist.ull -------------------------------------------------------------------------------- /data/POC-English-disAmb/poc-english_ex-parses-gold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/poc-english_ex-parses-gold.txt -------------------------------------------------------------------------------- /data/POC-English-disAmb/poc-english_ex-parses-silver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-English-disAmb/poc-english_ex-parses-silver.txt -------------------------------------------------------------------------------- /data/POC-Turtle/LG-ANY-all-parses/poc-turtle-parses-allLG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-Turtle/LG-ANY-all-parses/poc-turtle-parses-allLG.txt -------------------------------------------------------------------------------- /data/POC-Turtle/MST-fixed-manually/poc-turtle-parses-gold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-Turtle/MST-fixed-manually/poc-turtle-parses-gold.txt -------------------------------------------------------------------------------- /data/POC-Turtle/R=6-Weight=1-no-mst-weighting/poc-turtle-parses-win6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-Turtle/R=6-Weight=1-no-mst-weighting/poc-turtle-parses-win6.txt -------------------------------------------------------------------------------- /data/POC-Turtle/R=6-Weight=6:R-mst-weight=+1:R/poc-turtle-parses-win6-omdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-Turtle/R=6-Weight=6:R-mst-weight=+1:R/poc-turtle-parses-win6-omdist.txt -------------------------------------------------------------------------------- /data/POC-Turtle/poc-turtle-corpus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-Turtle/poc-turtle-corpus.txt -------------------------------------------------------------------------------- /data/POC-Turtle/poc-turtle-parses-expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/data/POC-Turtle/poc-turtle-parses-expected.txt -------------------------------------------------------------------------------- /env-LG-5.4.4.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/env-LG-5.4.4.yml -------------------------------------------------------------------------------- /env-LG-5.5.1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/env-LG-5.5.1.yml -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/environment.yml -------------------------------------------------------------------------------- /notebooks/Agglomerative-Clustering-2018-11-16.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Agglomerative-Clustering-2018-11-16.ipynb -------------------------------------------------------------------------------- /notebooks/Alternative_F1_for_ALE_ILE clustering_2019-04-12.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Alternative_F1_for_ALE_ILE clustering_2019-04-12.ipynb -------------------------------------------------------------------------------- /notebooks/Child-Directed-Speech-2018-08-14.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Child-Directed-Speech-2018-08-14.ipynb -------------------------------------------------------------------------------- /notebooks/Child-Directed-Speech-2019-01-03.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Child-Directed-Speech-2019-01-03.ipynb -------------------------------------------------------------------------------- /notebooks/Child-Directed-Speech-LG.5.5.1-2018-11-08.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Child-Directed-Speech-LG.5.5.1-2018-11-08.ipynb -------------------------------------------------------------------------------- /notebooks/Corpora-statistics-2018-08-31.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Corpora-statistics-2018-08-31.ipynb -------------------------------------------------------------------------------- /notebooks/GCB-LG-E-clean-MWC=1-MSL=10-2019-02-17.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/GCB-LG-E-clean-MWC=1-MSL=10-2019-02-17.ipynb -------------------------------------------------------------------------------- /notebooks/GCB-LG-E-clean-MWC=1-MSL=10-2019-02-17_LGParseError.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/GCB-LG-E-clean-MWC=1-MSL=10-2019-02-17_LGParseError.ipynb -------------------------------------------------------------------------------- /notebooks/GCB-LG-E-clean-MWC=1-MSL=5-2019-02-17.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/GCB-LG-E-clean-MWC=1-MSL=5-2019-02-17.ipynb -------------------------------------------------------------------------------- /notebooks/GCB-LG-E-clean-MWC=1-MSL=5-2019-02-17_LGParseError.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/GCB-LG-E-clean-MWC=1-MSL=5-2019-02-17_LGParseError.ipynb -------------------------------------------------------------------------------- /notebooks/GCB_test_sets_with_MWC=[11...51]_2019-04-08.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/GCB_test_sets_with_MWC=[11...51]_2019-04-08.ipynb -------------------------------------------------------------------------------- /notebooks/Grammar-Rules-Generalization-2018-11-26.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Grammar-Rules-Generalization-2018-11-26.ipynb -------------------------------------------------------------------------------- /notebooks/Grammar_Learner_Tutorial_01_2019-02-22_.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Grammar_Learner_Tutorial_01_2019-02-22_.ipynb -------------------------------------------------------------------------------- /notebooks/Gutenberg-Children-Books-LG-E-clean-MWC=2-2019-01-03.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Gutenberg-Children-Books-LG-E-clean-MWC=2-2019-01-03.ipynb -------------------------------------------------------------------------------- /notebooks/Gutenberg-Children-Books-LG-English-2018-12-08.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Gutenberg-Children-Books-LG-English-2018-12-08.ipynb -------------------------------------------------------------------------------- /notebooks/Gutenberg-Children-Books-LG-English-2018-12-11.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Gutenberg-Children-Books-LG-English-2018-12-11.ipynb -------------------------------------------------------------------------------- /notebooks/Gutenberg-Children-Books-LG-English-2018-12-14.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Gutenberg-Children-Books-LG-English-2018-12-14.ipynb -------------------------------------------------------------------------------- /notebooks/ILE-clustering-research-GCB-LG-E-noQuotes-2019-04-19.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/ILE-clustering-research-GCB-LG-E-noQuotes-2019-04-19.ipynb -------------------------------------------------------------------------------- /notebooks/Iterative-clustering-ILE-POCE-CDS-2019-02-27.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Iterative-clustering-ILE-POCE-CDS-2019-02-27.ipynb -------------------------------------------------------------------------------- /notebooks/Mean-shift-clustering-GCB-LG-E-clean-2018-02-20.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Mean-shift-clustering-GCB-LG-E-clean-2018-02-20.ipynb -------------------------------------------------------------------------------- /notebooks/Mean-shift-clustering-GCB-LG-E-clean-2019-02-18.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Mean-shift-clustering-GCB-LG-E-clean-2019-02-18.ipynb -------------------------------------------------------------------------------- /notebooks/POC-English-2018-12-31.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/POC-English-2018-12-31.ipynb -------------------------------------------------------------------------------- /notebooks/POC-English-NoAmb-AGI-paper-2018-04-22.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/POC-English-NoAmb-AGI-paper-2018-04-22.ipynb -------------------------------------------------------------------------------- /notebooks/POC-Turtle-2018-08-05.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/POC-Turtle-2018-08-05.ipynb -------------------------------------------------------------------------------- /notebooks/POC-Turtle-8-AGI-paper-2018-04-22.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/POC-Turtle-8-AGI-paper-2018-04-22.ipynb -------------------------------------------------------------------------------- /notebooks/POC-Turtle-LG-5.5.1-2018-11-08.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/POC-Turtle-LG-5.5.1-2018-11-08.ipynb -------------------------------------------------------------------------------- /notebooks/Parses_filtering_issue_2019-04-10_.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Parses_filtering_issue_2019-04-10_.ipynb -------------------------------------------------------------------------------- /notebooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/README.md -------------------------------------------------------------------------------- /notebooks/Random-Clusters-CDS-2018-08-28.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/Random-Clusters-CDS-2018-08-28.ipynb -------------------------------------------------------------------------------- /notebooks/WSD_option_tests_2019-04-09_.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/WSD_option_tests_2019-04-09_.ipynb -------------------------------------------------------------------------------- /notebooks/issue_209_CDS-ALE_ILE-LG-English-clean-2019-04-25.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/issue_209_CDS-ALE_ILE-LG-English-clean-2019-04-25.ipynb -------------------------------------------------------------------------------- /notebooks/issue_209_cALEd-500-GCB-sequential_parses-MWC=1-2019-04-24.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/notebooks/issue_209_cALEd-500-GCB-sequential_parses-MWC=1-2019-04-24.ipynb -------------------------------------------------------------------------------- /pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline.md -------------------------------------------------------------------------------- /pipeline/CDS-LG-E-Clean-11-50.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/CDS-LG-E-Clean-11-50.json -------------------------------------------------------------------------------- /pipeline/CT-CDS-LG-E-551.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/CT-CDS-LG-E-551.json -------------------------------------------------------------------------------- /pipeline/CT-CDS-LG-E-clean.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/CT-CDS-LG-E-clean.json -------------------------------------------------------------------------------- /pipeline/Check-GCB-2018-12-14-500c-mwc=1+.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/Check-GCB-2018-12-14-500c-mwc=1+.json -------------------------------------------------------------------------------- /pipeline/Check-GCB-2018-12-14-500c-mwc=1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/Check-GCB-2018-12-14-500c-mwc=1.json -------------------------------------------------------------------------------- /pipeline/GCB-MST-agm-opt-mwc=11-500-clusters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/GCB-MST-agm-opt-mwc=11-500-clusters.json -------------------------------------------------------------------------------- /pipeline/GCB-MST-agm-opt-mwc=31-500-clusters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/GCB-MST-agm-opt-mwc=31-500-clusters.json -------------------------------------------------------------------------------- /pipeline/GCB-MST-agm-opt-mwc=51-500-clusters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/GCB-MST-agm-opt-mwc=51-500-clusters.json -------------------------------------------------------------------------------- /pipeline/GT-CDS-LG-E-551-cDRKc-90119.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/GT-CDS-LG-E-551-cDRKc-90119.json -------------------------------------------------------------------------------- /pipeline/GT-GCB-2018-12-14-500c-mwc=1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/GT-GCB-2018-12-14-500c-mwc=1.json -------------------------------------------------------------------------------- /pipeline/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/README.md -------------------------------------------------------------------------------- /pipeline/category_tagger: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/category_tagger -------------------------------------------------------------------------------- /pipeline/issue_01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/issue_01.json -------------------------------------------------------------------------------- /pipeline/ppln.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/ppln.py -------------------------------------------------------------------------------- /pipeline/sample_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/sample_config.json -------------------------------------------------------------------------------- /pipeline/tests/test-data/dict/poc-turtle/.lg_history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/tests/test-data/dict/poc-turtle/.lg_history -------------------------------------------------------------------------------- /pipeline/tests/test-data/dict/poc-turtle/4.0.affix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/tests/test-data/dict/poc-turtle/4.0.affix -------------------------------------------------------------------------------- /pipeline/tests/test-data/dict/poc-turtle/4.0.constituent-knowledge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/tests/test-data/dict/poc-turtle/4.0.constituent-knowledge -------------------------------------------------------------------------------- /pipeline/tests/test-data/dict/poc-turtle/4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/tests/test-data/dict/poc-turtle/4.0.dict -------------------------------------------------------------------------------- /pipeline/tests/test-data/dict/poc-turtle/4.0.knowledge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/tests/test-data/dict/poc-turtle/4.0.knowledge -------------------------------------------------------------------------------- /pipeline/tests/test-data/dict/poc-turtle/4.0.regex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/tests/test-data/dict/poc-turtle/4.0.regex -------------------------------------------------------------------------------- /pipeline/tstr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/pipeline/tstr.py -------------------------------------------------------------------------------- /run-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/run-tests.sh -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/setup.py -------------------------------------------------------------------------------- /src/__init__.py: -------------------------------------------------------------------------------- 1 | __import__('pkg_resources').declare_namespace("ull") -------------------------------------------------------------------------------- /src/cli_scripts/dict-transformer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/cli_scripts/dict-transformer -------------------------------------------------------------------------------- /src/cli_scripts/grammar-tester: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/cli_scripts/grammar-tester -------------------------------------------------------------------------------- /src/cli_scripts/parse-evaluator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/cli_scripts/parse-evaluator -------------------------------------------------------------------------------- /src/cli_scripts/sentence-counter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/cli_scripts/sentence-counter -------------------------------------------------------------------------------- /src/cli_scripts/token-counter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/cli_scripts/token-counter -------------------------------------------------------------------------------- /src/cli_scripts/ull-cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/cli_scripts/ull-cli -------------------------------------------------------------------------------- /src/cli_scripts/word-counter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/cli_scripts/word-counter -------------------------------------------------------------------------------- /src/common/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/__init__.py -------------------------------------------------------------------------------- /src/common/absclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/absclient.py -------------------------------------------------------------------------------- /src/common/add_LEFTWALL.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/add_LEFTWALL.sh -------------------------------------------------------------------------------- /src/common/cliutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/cliutils.py -------------------------------------------------------------------------------- /src/common/dirhelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/dirhelper.py -------------------------------------------------------------------------------- /src/common/fileconfman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/fileconfman.py -------------------------------------------------------------------------------- /src/common/freq_table.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/freq_table.sh -------------------------------------------------------------------------------- /src/common/optconst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/optconst.py -------------------------------------------------------------------------------- /src/common/parse_counter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/parse_counter.sh -------------------------------------------------------------------------------- /src/common/parsemetrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/parsemetrics.py -------------------------------------------------------------------------------- /src/common/pearson_coeff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/pearson_coeff.py -------------------------------------------------------------------------------- /src/common/rm_LEFTWALL.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/rm_LEFTWALL.sh -------------------------------------------------------------------------------- /src/common/sedcommands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/sedcommands.py -------------------------------------------------------------------------------- /src/common/sentence_getter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/sentence_getter.sh -------------------------------------------------------------------------------- /src/common/sentencecount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/sentencecount.py -------------------------------------------------------------------------------- /src/common/textprogress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/textprogress.py -------------------------------------------------------------------------------- /src/common/tokencount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/tokencount.py -------------------------------------------------------------------------------- /src/common/tree2links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/common/tree2links.py -------------------------------------------------------------------------------- /src/dash_board/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/dash_board/textdashboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/dash_board/textdashboard.py -------------------------------------------------------------------------------- /src/grammar_learner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/README.md -------------------------------------------------------------------------------- /src/grammar_learner/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/__init__.py -------------------------------------------------------------------------------- /src/grammar_learner/category_learner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/category_learner.py -------------------------------------------------------------------------------- /src/grammar_learner/clustering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/clustering.py -------------------------------------------------------------------------------- /src/grammar_learner/corpus_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/corpus_stats.py -------------------------------------------------------------------------------- /src/grammar_learner/generalization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/generalization.py -------------------------------------------------------------------------------- /src/grammar_learner/grammar_checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/grammar_checker.py -------------------------------------------------------------------------------- /src/grammar_learner/grammar_inducer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/grammar_inducer.py -------------------------------------------------------------------------------- /src/grammar_learner/hyperwords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/hyperwords.py -------------------------------------------------------------------------------- /src/grammar_learner/incremental_clustering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/incremental_clustering.py -------------------------------------------------------------------------------- /src/grammar_learner/kmeans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/kmeans.py -------------------------------------------------------------------------------- /src/grammar_learner/learner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/learner.py -------------------------------------------------------------------------------- /src/grammar_learner/pparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/pparser.py -------------------------------------------------------------------------------- /src/grammar_learner/pqa_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/pqa_table.py -------------------------------------------------------------------------------- /src/grammar_learner/preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/preprocessing.py -------------------------------------------------------------------------------- /src/grammar_learner/read_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/read_files.py -------------------------------------------------------------------------------- /src/grammar_learner/skl_clustering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/skl_clustering.py -------------------------------------------------------------------------------- /src/grammar_learner/sparse_word_space.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/sparse_word_space.py -------------------------------------------------------------------------------- /src/grammar_learner/utl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/utl.py -------------------------------------------------------------------------------- /src/grammar_learner/widgets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/widgets.py -------------------------------------------------------------------------------- /src/grammar_learner/write_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_learner/write_files.py -------------------------------------------------------------------------------- /src/grammar_tester/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/README.md -------------------------------------------------------------------------------- /src/grammar_tester/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/__init__.py -------------------------------------------------------------------------------- /src/grammar_tester/artificialparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/artificialparser.py -------------------------------------------------------------------------------- /src/grammar_tester/grammartester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/grammartester.py -------------------------------------------------------------------------------- /src/grammar_tester/gt_component.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/gt_component.py -------------------------------------------------------------------------------- /src/grammar_tester/lgapiparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/lgapiparser.py -------------------------------------------------------------------------------- /src/grammar_tester/lginprocparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/lginprocparser.py -------------------------------------------------------------------------------- /src/grammar_tester/lgmisc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/lgmisc.py -------------------------------------------------------------------------------- /src/grammar_tester/lgpcommands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/lgpcommands.py -------------------------------------------------------------------------------- /src/grammar_tester/linkgrammarver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/linkgrammarver.py -------------------------------------------------------------------------------- /src/grammar_tester/parsestat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/parsestat.py -------------------------------------------------------------------------------- /src/grammar_tester/parsevaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/parsevaluate.py -------------------------------------------------------------------------------- /src/grammar_tester/psparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/psparse.py -------------------------------------------------------------------------------- /src/grammar_tester/textfiledashb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/grammar_tester/textfiledashb.py -------------------------------------------------------------------------------- /src/link_grammar/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/link_grammar/__init__.py -------------------------------------------------------------------------------- /src/link_grammar/dicttools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/link_grammar/dicttools.py -------------------------------------------------------------------------------- /src/link_grammar/lgdatastructures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/link_grammar/lgdatastructures.py -------------------------------------------------------------------------------- /src/link_grammar/lginprocparser2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/link_grammar/lginprocparser2.py -------------------------------------------------------------------------------- /src/link_grammar/lgparsequalityestimator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/link_grammar/lgparsequalityestimator.py -------------------------------------------------------------------------------- /src/link_grammar/lgpsstreamparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/link_grammar/lgpsstreamparser.py -------------------------------------------------------------------------------- /src/observer/lgobserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/observer/lgobserver.py -------------------------------------------------------------------------------- /src/observer/wordpairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/observer/wordpairs.py -------------------------------------------------------------------------------- /src/parse_evaluator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/parse_evaluator/README.md -------------------------------------------------------------------------------- /src/parse_evaluator/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/parse_evaluator/__init__.py -------------------------------------------------------------------------------- /src/parse_evaluator/func_words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/parse_evaluator/func_words.txt -------------------------------------------------------------------------------- /src/parse_evaluator/parse_evaluator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/parse_evaluator/parse_evaluator.py -------------------------------------------------------------------------------- /src/pipeline/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pipeline/__init__.py -------------------------------------------------------------------------------- /src/pipeline/pipelineexceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pipeline/pipelineexceptions.py -------------------------------------------------------------------------------- /src/pipeline/pipelinetree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pipeline/pipelinetree.py -------------------------------------------------------------------------------- /src/pipeline/pipelinetreenode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pipeline/pipelinetreenode.py -------------------------------------------------------------------------------- /src/pipeline/varhelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pipeline/varhelper.py -------------------------------------------------------------------------------- /src/pre_cleaner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/README.md -------------------------------------------------------------------------------- /src/pre_cleaner/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/__init__.py -------------------------------------------------------------------------------- /src/pre_cleaner/cleaner_pipeline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/cleaner_pipeline.sh -------------------------------------------------------------------------------- /src/pre_cleaner/header_remover.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/header_remover.sh -------------------------------------------------------------------------------- /src/pre_cleaner/msansi2utf8.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/msansi2utf8.sh -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/README.txt -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.ca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.ca -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.cs -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.de -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.el -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.en -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.es -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.fr -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.hu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.hu -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.is: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.is -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.it -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.lt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.lt -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.lv -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.nl -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.pl -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.pt -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.ro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.ro -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.ru -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.sk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.sk -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.sl -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.sv -------------------------------------------------------------------------------- /src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.yue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/nonbreaking_prefixes/nonbreaking_prefix.yue -------------------------------------------------------------------------------- /src/pre_cleaner/pre_cleaner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/pre_cleaner.py -------------------------------------------------------------------------------- /src/pre_cleaner/run_cleaner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/run_cleaner.sh -------------------------------------------------------------------------------- /src/pre_cleaner/split-sentences.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/split-sentences.pl -------------------------------------------------------------------------------- /src/pre_cleaner/tokenizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/pre_cleaner/tokenizer.py -------------------------------------------------------------------------------- /src/readme.txt: -------------------------------------------------------------------------------- 1 | /src - directory for libraries 2 | -------------------------------------------------------------------------------- /src/samples/notebooks/grammar-tester-use-case-2018-07-11.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/samples/notebooks/grammar-tester-use-case-2018-07-11.ipynb -------------------------------------------------------------------------------- /src/samples/notebooks/grammar-tester-use-case.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/samples/notebooks/grammar-tester-use-case.ipynb -------------------------------------------------------------------------------- /src/text_parser/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/text_parser/__init__.py -------------------------------------------------------------------------------- /src/text_parser/observer.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/web/api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/api/README.md -------------------------------------------------------------------------------- /src/web/api/examples/clscallback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/api/examples/clscallback.py -------------------------------------------------------------------------------- /src/web/api/examples/fncallback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/api/examples/fncallback.py -------------------------------------------------------------------------------- /src/web/api/lgclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/api/lgclient.py -------------------------------------------------------------------------------- /src/web/api/lgrestparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/api/lgrestparser.py -------------------------------------------------------------------------------- /src/web/html/check/check.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/check/check.html -------------------------------------------------------------------------------- /src/web/html/graph.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/graph.html -------------------------------------------------------------------------------- /src/web/html/img/OpenCog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/img/OpenCog.png -------------------------------------------------------------------------------- /src/web/html/img/SingularityNET.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/img/SingularityNET.png -------------------------------------------------------------------------------- /src/web/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/index.html -------------------------------------------------------------------------------- /src/web/html/test/nlp/26_cat_tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/26_cat_tree.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/28_cat_tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/28_cat_tree.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/49_cat_tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/49_cat_tree.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/atom_types.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/atom_types.script -------------------------------------------------------------------------------- /src/web/html/test/nlp/cat_tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/cat_tree.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/cat_tree2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/cat_tree2.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/cat_tree_demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/cat_tree_demo.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/cat_tree_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/cat_tree_test.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/grammar_test_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/grammar_test_dict.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/index.html -------------------------------------------------------------------------------- /src/web/html/test/nlp/mi_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/mi_test.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/no_parent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/no_parent.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/poc-english_4C_2018-06-06_0004.4.0.dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/poc-english_4C_2018-06-06_0004.4.0.dict.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/poc-english_5C_2018-06-06_0004.4.0.dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/poc-english_5C_2018-06-06_0004.4.0.dict.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/poc-english_ex-fmi-allLG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/poc-english_ex-fmi-allLG.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/poc-turtle-fmi-win6-omdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/poc-turtle-fmi-win6-omdist.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/poc_english_noamb_parse_ideal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/poc_english_noamb_parse_ideal.txt -------------------------------------------------------------------------------- /src/web/html/test/nlp/senses_demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/test/nlp/senses_demo.txt -------------------------------------------------------------------------------- /src/web/html/ui/aigents-al.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/aigents-al.js -------------------------------------------------------------------------------- /src/web/html/ui/aigents-graph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/aigents-graph.js -------------------------------------------------------------------------------- /src/web/html/ui/jquery-1.11.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-1.11.1.js -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/external/jquery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/external/jquery/jquery.js -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_glass_45_0078ae_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_glass_45_0078ae_1x400.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_glass_55_f8da4e_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_glass_55_f8da4e_1x400.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_glass_75_79c9ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_glass_75_79c9ec_1x400.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_gloss-wave_45_e14f1c_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_gloss-wave_45_e14f1c_500x100.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_gloss-wave_50_6eac2c_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_gloss-wave_50_6eac2c_500x100.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_gloss-wave_75_2191c0_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_gloss-wave_75_2191c0_500x100.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_0078ae_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_0078ae_256x240.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_056b93_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_056b93_256x240.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_e0fdff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_e0fdff_256x240.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_f5e175_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_f5e175_256x240.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_f7a50d_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_f7a50d_256x240.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_fcd113_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/images/ui-icons_fcd113_256x240.png -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/index.html -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.css -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.js -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.min.css -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.min.js -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.structure.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.structure.css -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.structure.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.structure.min.css -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.theme.css -------------------------------------------------------------------------------- /src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/web/html/ui/jquery-ui-1.11.4.custom/jquery-ui.theme.min.css -------------------------------------------------------------------------------- /src/word_senser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/word_senser/README.md -------------------------------------------------------------------------------- /src/word_senser/annotate_corpus.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/word_senser/annotate_corpus.jl -------------------------------------------------------------------------------- /src/word_senser/annotate_corpus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/word_senser/annotate_corpus.sh -------------------------------------------------------------------------------- /src/word_senser/evaluate_SCWS.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/word_senser/evaluate_SCWS.jl -------------------------------------------------------------------------------- /src/word_senser/evaluate_SCWS.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/word_senser/evaluate_SCWS.sh -------------------------------------------------------------------------------- /src/word_senser/evaluate_WSD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/word_senser/evaluate_WSD.py -------------------------------------------------------------------------------- /src/word_senser/output_senses.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/word_senser/output_senses.jl -------------------------------------------------------------------------------- /src/word_senser/output_senses.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/word_senser/output_senses.sh -------------------------------------------------------------------------------- /src/word_senser/train_multiple_adagram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/src/word_senser/train_multiple_adagram.sh -------------------------------------------------------------------------------- /tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/README.md -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/data/POC-English-NoAmb/MST-fixed-manually/poc-english_noAmb-parses-gold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-English-NoAmb/MST-fixed-manually/poc-english_noAmb-parses-gold.txt -------------------------------------------------------------------------------- /tests/data/POC-English-NoAmb/poc_english_noamb_corpus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-English-NoAmb/poc_english_noamb_corpus.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/2018-04-25/turtle_cDRKd_LW+dot+_2018-04-25_0008.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/2018-04-25/turtle_cDRKd_LW+dot+_2018-04-25_0008.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/2018-04-25/turtle_cDRKd_LW-dot-_2018-04-25_0008.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/2018-04-25/turtle_cDRKd_LW-dot-_2018-04-25_0008.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/2018-04-25/turtle_dILEd_LW+dot+_2018-04-25_0008.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/2018-04-25/turtle_dILEd_LW+dot+_2018-04-25_0008.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/2018-04-25/turtle_dILEd_LW-dot-_2018-04-25_0008.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/2018-04-25/turtle_dILEd_LW-dot-_2018-04-25_0008.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/MST-fixed-manually/poc-turtle-parses-gold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/MST-fixed-manually/poc-turtle-parses-gold.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/MST_fixed_manually/poc-turtle-parses-expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/MST_fixed_manually/poc-turtle-parses-expected.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/MST_fixed_manually/poc-turtle-parses-gold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/MST_fixed_manually/poc-turtle-parses-gold.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories/6_cat_tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories/6_cat_tree.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories/corpus_stats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories/corpus_stats.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories/dict_6C_2018-07-06_0005.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories/dict_6C_2018-07-06_0005.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories/dict_6C_2018-09-29_0006.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories/dict_6C_2018-09-29_0006.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories/dict_6C_2018-10-03_0006.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories/dict_6C_2018-10-03_0006.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories/poc-turtle_6C_2018-06-08_0004.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories/poc-turtle_6C_2018-06-08_0004.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories_and_rules/6_cat_tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories_and_rules/6_cat_tree.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories_and_rules/corpus_stats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories_and_rules/corpus_stats.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories_and_rules/dict_6C_2018-07-06_0005.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories_and_rules/dict_6C_2018-07-06_0005.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories_and_rules/dict_6C_2018-09-29_0006.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories_and_rules/dict_6C_2018-09-29_0006.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories_and_rules/dict_6C_2018-10-03_0006.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories_and_rules/dict_6C_2018-10-03_0006.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_categories_and_rules/poc-turtle_6C_2018-06-08_0004.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_categories_and_rules/poc-turtle_6C_2018-06-08_0004.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_rules/6_cat_tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_rules/6_cat_tree.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_rules/corpus_stats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_rules/corpus_stats.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_rules/dict_6C_2018-07-06_0005.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_rules/dict_6C_2018-07-06_0005.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_rules/dict_6C_2018-09-29_0006.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_rules/dict_6C_2018-09-29_0006.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_rules/dict_6C_2018-10-03_0006.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_rules/dict_6C_2018-10-03_0006.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/generalized_rules/poc-turtle_6C_2018-06-08_0004.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/generalized_rules/poc-turtle_6C_2018-06-08_0004.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/no_generalization/8_cat_tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/no_generalization/8_cat_tree.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/no_generalization/corpus_stats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/no_generalization/corpus_stats.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/no_generalization/dict_8C_2018-07-06_0005.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/no_generalization/dict_8C_2018-07-06_0005.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/no_generalization/dict_8C_2018-09-29_0006.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/no_generalization/dict_8C_2018-09-29_0006.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/no_generalization/dict_8C_2018-10-03_0006.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/no_generalization/dict_8C_2018-10-03_0006.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/no_generalization/dict_8C_2018-10-21_0006.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/no_generalization/dict_8C_2018-10-21_0006.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/no_generalization/poc-turtle_8C_2018-06-08_0004.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/no_generalization/poc-turtle_8C_2018-06-08_0004.4.0.dict -------------------------------------------------------------------------------- /tests/data/POC-Turtle/poc-turtle-corpus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/poc-turtle-corpus.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/poc-turtle-parses-expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/poc-turtle-parses-expected.txt -------------------------------------------------------------------------------- /tests/data/POC-Turtle/read.me: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/data/POC-Turtle/read.me -------------------------------------------------------------------------------- /tests/pipeline_integration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/pipeline_integration.py -------------------------------------------------------------------------------- /tests/script_integration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/script_integration.py -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/alt-flt-mode/1332-0.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/alt-flt-mode/1332-0.txt.ull -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/alt-flt-mode/accepted_parses.ull.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/alt-flt-mode/accepted_parses.ull.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/alt-seq-mode/alt-output.txt.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/alt-seq-mode/alt-output.txt.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/alt-seq-mode/sequential_parses.ull.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/alt-seq-mode/sequential_parses.ull.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/alt-tok-mode/sentence-1.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/alt-tok-mode/sentence-1.txt.ull -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/alt-tok-mode/sentence-2.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/alt-tok-mode/sentence-2.txt.ull -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/alt-tok-mode/tok_diff.txt.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/alt-tok-mode/tok_diff.txt.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-eval-mode/poc_english.txt.ull.stat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-eval-mode/poc_english.txt.ull.stat.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-eval-mode/poc_english.txt.ull.stat.expected.2nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-eval-mode/poc_english.txt.ull.stat.expected.2nd -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-eval-multi/poc-english-multi-ref.stat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-eval-multi/poc-english-multi-ref.stat.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-flt-mode/1332-0.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-flt-mode/1332-0.txt.ull -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-flt-mode/1332-0.txt.ull.flt.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-flt-mode/1332-0.txt.ull.flt.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-flt-mode/1332-0.txt.ull.stat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-flt-mode/1332-0.txt.ull.stat.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-rnd-single/poc_english.txt.ull.stat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-rnd-single/poc_english.txt.ull.stat.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-rnd-single/poc_english.txt.ull.ull.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-rnd-single/poc_english.txt.ull.ull.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-seq-mode/poc_english.txt.ull.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-seq-mode/poc_english.txt.ull.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-seq-mode/poc_english.txt.ull.stat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-seq-mode/poc_english.txt.ull.stat.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-tok-mode/sentence-1.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-tok-mode/sentence-1.txt.ull -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-tok-mode/sentence-2.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-tok-mode/sentence-2.txt.ull -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-tok-mode/sentence-2.txt.ull.diff.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-tok-mode/sentence-2.txt.ull.diff.expected -------------------------------------------------------------------------------- /tests/test-data/cli-scripts/parse-evaluator/ord-tok-mode/sentence-2.txt.ull.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/cli-scripts/parse-evaluator/ord-tok-mode/sentence-2.txt.ull.stat -------------------------------------------------------------------------------- /tests/test-data/config/AGI-2018-grammar-learner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/config/AGI-2018-grammar-learner.json -------------------------------------------------------------------------------- /tests/test-data/config/AGI-2018-no-dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/config/AGI-2018-no-dashboard.json -------------------------------------------------------------------------------- /tests/test-data/config/AGI-2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/config/AGI-2018.json -------------------------------------------------------------------------------- /tests/test-data/config/Child-Directed-Speech-2018-06-26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/config/Child-Directed-Speech-2018-06-26.json -------------------------------------------------------------------------------- /tests/test-data/config/POC-Turtle-grammar-learner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/config/POC-Turtle-grammar-learner.json -------------------------------------------------------------------------------- /tests/test-data/config/config-example-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/config/config-example-01.json -------------------------------------------------------------------------------- /tests/test-data/config/pipeline/POC-Turtle-GL-GT-DB-PC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/config/pipeline/POC-Turtle-GL-GT-DB-PC.json -------------------------------------------------------------------------------- /tests/test-data/config/pipeline/POC-Turtle-GL-GT-DB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/config/pipeline/POC-Turtle-GL-GT-DB.json -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english-multi/poc_english.txt-01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english-multi/poc_english.txt-01 -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english-multi/poc_english.txt-02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english-multi/poc_english.txt-02 -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english-multi/poc_english.txt-03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english-multi/poc_english.txt-03 -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english-multi/poc_english.txt-04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english-multi/poc_english.txt-04 -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english-multi/poc_english.txt-05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english-multi/poc_english.txt-05 -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english-multi/poc_english.txt-06: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english-multi/poc_english.txt-06 -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english-multi/poc_english.txt-07: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english-multi/poc_english.txt-07 -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english-multi/poc_english.txt-08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english-multi/poc_english.txt-08 -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english-multi/poc_english.txt-09: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english-multi/poc_english.txt-09 -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english.1st/poc_english.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english.1st/poc_english.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english.1st/poc_english_1s.txt: -------------------------------------------------------------------------------- 1 | Daughter is a child. 2 | -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english.1st/poc_english_noamb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english.1st/poc_english_noamb.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english.1st/poc_english_noamb_parses_1s_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english.1st/poc_english_noamb_parses_1s_2.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english.1st/poc_english_noamb_parses_ideal_1s_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english.1st/poc_english_noamb_parses_ideal_1s_2.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english.1st/poc_english_noamb_parses_lg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english.1st/poc_english_noamb_parses_lg.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english.1st/poc_english_parses_1s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english.1st/poc_english_parses_1s.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english.1st/poc_english_parses_lg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english.1st/poc_english_parses_lg.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc-corpora-with-left-wall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc-corpora-with-left-wall.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc-english_noAmb-parses-gold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc-english_noAmb-parses-gold.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_corpora.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_corpora.sql -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_corpora.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_corpora.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_corpora_with_left_wall.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_corpora_with_left_wall.sql -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_english.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english_1s.txt: -------------------------------------------------------------------------------- 1 | Daughter is a child. 2 | -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english_ex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_english_ex.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english_links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_english_links.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english_noamb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_english_noamb.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english_noamb_parse_ideal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_english_noamb_parse_ideal.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english_noamb_parses_1s_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_english_noamb_parses_1s_2.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english_noamb_parses_ideal_1s_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_english_noamb_parses_ideal_1s_2.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english_noamb_parses_ideal_1s_2.txt.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_english_noamb_parses_ideal_1s_2.txt.stat -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english_noamb_parses_lg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_english_noamb_parses_lg.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english_parses_1s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_english_parses_1s.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_english_parses_lg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_english_parses_lg.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/poc_mi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/poc_mi.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-english/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-english/readme.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-turtle/poc-turtle-dot-separated.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-turtle/poc-turtle-dot-separated.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-turtle/poc-turtle-no-dot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-turtle/poc-turtle-no-dot.txt -------------------------------------------------------------------------------- /tests/test-data/corpora/poc-turtle/poc-turtle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/corpora/poc-turtle/poc-turtle.txt -------------------------------------------------------------------------------- /tests/test-data/dash-board-multi/test-summary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dash-board-multi/test-summary.txt -------------------------------------------------------------------------------- /tests/test-data/dict-files/poc-turtle_2C_2018-03-14_0007.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dict-files/poc-turtle_2C_2018-03-14_0007.4.0.dict -------------------------------------------------------------------------------- /tests/test-data/dict-files/poc-turtle_2C_2018-03-15_0007.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dict-files/poc-turtle_2C_2018-03-15_0007.4.0.dict -------------------------------------------------------------------------------- /tests/test-data/dict-files/poc-turtle_6C_2018-03-15_0007.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dict-files/poc-turtle_6C_2018-03-15_0007.4.0.dict -------------------------------------------------------------------------------- /tests/test-data/dict-files/poc-turtle_8C_2018-03-14_0007.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dict-files/poc-turtle_8C_2018-03-14_0007.4.0.dict -------------------------------------------------------------------------------- /tests/test-data/dict-files/poc-turtle_8C_2018-03-15_0007.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dict-files/poc-turtle_8C_2018-03-15_0007.4.0.dict -------------------------------------------------------------------------------- /tests/test-data/dict/poc-turtle/.lg_history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dict/poc-turtle/.lg_history -------------------------------------------------------------------------------- /tests/test-data/dict/poc-turtle/4.0.affix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dict/poc-turtle/4.0.affix -------------------------------------------------------------------------------- /tests/test-data/dict/poc-turtle/4.0.constituent-knowledge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dict/poc-turtle/4.0.constituent-knowledge -------------------------------------------------------------------------------- /tests/test-data/dict/poc-turtle/4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dict/poc-turtle/4.0.dict -------------------------------------------------------------------------------- /tests/test-data/dict/poc-turtle/4.0.knowledge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dict/poc-turtle/4.0.knowledge -------------------------------------------------------------------------------- /tests/test-data/dict/poc-turtle/4.0.regex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/dict/poc-turtle/4.0.regex -------------------------------------------------------------------------------- /tests/test-data/metrics-test/1/dict_6C_2018-10-21_0006.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/metrics-test/1/dict_6C_2018-10-21_0006.4.0.dict -------------------------------------------------------------------------------- /tests/test-data/metrics-test/2/dict_11C_2018-10-21_0006.4.0.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/metrics-test/2/dict_11C_2018-10-21_0006.4.0.dict -------------------------------------------------------------------------------- /tests/test-data/metrics-test/poc-turtle-parses-gold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/metrics-test/poc-turtle-parses-gold.txt -------------------------------------------------------------------------------- /tests/test-data/metrics-test/poc-turtle-parses-win6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/metrics-test/poc-turtle-parses-win6.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/AGI-2018.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/AGI-2018.html -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/AGI-2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/AGI-2018.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_ANY_all_parses/connectors-DRK-connectors/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_ANY_all_parses/connectors-DRK-connectors/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_ANY_all_parses/connectors-DRK-disjuncts/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_ANY_all_parses/connectors-DRK-disjuncts/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_ANY_all_parses/disjuncts-DRK-connectors/11_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_ANY_all_parses/disjuncts-DRK-connectors/11_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_ANY_all_parses/disjuncts-DRK-disjuncts/11_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_ANY_all_parses/disjuncts-DRK-disjuncts/11_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_ANY_all_parses/disjuncts-ILE-disjuncts/16_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_ANY_all_parses/disjuncts-ILE-disjuncts/16_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/connectors-DRK-connectors/14_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/connectors-DRK-connectors/14_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/connectors-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/connectors-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/connectors-DRK-disjuncts/14_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/connectors-DRK-disjuncts/14_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/connectors-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/connectors-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-DRK-connectors/13_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-DRK-connectors/13_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-DRK-disjuncts/14_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-DRK-disjuncts/14_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-ILE-disjuncts/15_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-ILE-disjuncts/15_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/LG_English/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/MST_fixed_manually/connectors-DRK-connectors/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/MST_fixed_manually/connectors-DRK-connectors/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/MST_fixed_manually/connectors-DRK-disjuncts/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/MST_fixed_manually/connectors-DRK-disjuncts/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/MST_fixed_manually/disjuncts-DRK-connectors/13_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/MST_fixed_manually/disjuncts-DRK-connectors/13_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/MST_fixed_manually/disjuncts-DRK-disjuncts/13_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/MST_fixed_manually/disjuncts-DRK-disjuncts/13_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/MST_fixed_manually/disjuncts-ILE-disjuncts/15_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/MST_fixed_manually/disjuncts-ILE-disjuncts/15_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=1/connectors-DRK-connectors/11_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=1/connectors-DRK-connectors/11_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=1/connectors-DRK-disjuncts/10_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=1/connectors-DRK-disjuncts/10_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=1/disjuncts-DRK-connectors/15_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=1/disjuncts-DRK-connectors/15_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=1/disjuncts-DRK-disjuncts/14_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=1/disjuncts-DRK-disjuncts/14_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=1/disjuncts-ILE-disjuncts/20_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=1/disjuncts-ILE-disjuncts/20_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=6:R/connectors-DRK-connectors/10_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=6:R/connectors-DRK-connectors/10_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=6:R/connectors-DRK-disjuncts/11_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=6:R/connectors-DRK-disjuncts/11_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=6:R/disjuncts-DRK-connectors/11_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=6:R/disjuncts-DRK-connectors/11_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=6:R/disjuncts-DRK-disjuncts/11_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=6:R/disjuncts-DRK-disjuncts/11_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=6:R/disjuncts-ILE-disjuncts/16_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-LEFT-WALL+period/R=6_distance=6:R/disjuncts-ILE-disjuncts/16_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/LG_English/connectors-DRK-connectors/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/LG_English/connectors-DRK-connectors/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/LG_English/connectors-DRK-disjuncts/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/LG_English/connectors-DRK-disjuncts/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/LG_English/disjuncts-DRK-connectors/11_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/LG_English/disjuncts-DRK-connectors/11_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/LG_English/disjuncts-DRK-disjuncts/11_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/LG_English/disjuncts-DRK-disjuncts/11_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/LG_English/disjuncts-ILE-disjuncts/13_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/LG_English/disjuncts-ILE-disjuncts/13_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/R=6_distance=1/connectors-DRK-disjuncts/9_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/R=6_distance=1/connectors-DRK-disjuncts/9_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/R=6_distance=1/disjuncts-DRK-disjuncts/13_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/R=6_distance=1/disjuncts-DRK-disjuncts/13_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/R=6_distance=1/disjuncts-ILE-disjuncts/18_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-NoAmb-no-LEFT-WALL-no-period/R=6_distance=1/disjuncts-ILE-disjuncts/18_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-connectors/10_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-connectors/10_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-disjuncts/10_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-disjuncts/10_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-connectors/9_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-connectors/9_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-disjuncts/9_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-disjuncts/9_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-ILE-disjuncts/15_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-ILE-disjuncts/15_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/connectors-DRK-connectors/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/connectors-DRK-connectors/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/connectors-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/connectors-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/connectors-DRK-disjuncts/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/connectors-DRK-disjuncts/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/connectors-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/connectors-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-DRK-connectors/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-DRK-connectors/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-DRK-disjuncts/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-DRK-disjuncts/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-DRK-disjuncts/poc_english_noamb_parses_lg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-DRK-disjuncts/poc_english_noamb_parses_lg.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-ILE-disjuncts/13_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-ILE-disjuncts/13_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-ILE-disjuncts/poc_english_noamb_parses_lg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/LG_English/disjuncts-ILE-disjuncts/poc_english_noamb_parses_lg.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-connectors/9_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-connectors/9_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-disjuncts/10_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-disjuncts/10_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-connectors/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-connectors/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-disjuncts/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-disjuncts/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/MST_fixed_manually/disjuncts-ILE-disjuncts/13_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/MST_fixed_manually/disjuncts-ILE-disjuncts/13_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=1/connectors-DRK-connectors/10_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=1/connectors-DRK-connectors/10_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=1/connectors-DRK-disjuncts/10_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=1/connectors-DRK-disjuncts/10_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=1/disjuncts-DRK-connectors/14_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=1/disjuncts-DRK-connectors/14_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=1/disjuncts-DRK-disjuncts/14_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=1/disjuncts-DRK-disjuncts/14_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=1/disjuncts-ILE-disjuncts/19_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=1/disjuncts-ILE-disjuncts/19_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=6:R/connectors-DRK-connectors/10_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=6:R/connectors-DRK-connectors/10_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=6:R/connectors-DRK-disjuncts/9_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=6:R/connectors-DRK-disjuncts/9_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=6:R/disjuncts-DRK-connectors/11_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=6:R/disjuncts-DRK-connectors/11_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=6:R/disjuncts-DRK-disjuncts/11_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=6:R/disjuncts-DRK-disjuncts/11_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=6:R/disjuncts-ILE-disjuncts/15_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-English-Noamb-no-LEFT-WALL/R=6_distance=6:R/disjuncts-ILE-disjuncts/15_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/LG_ANY_all_parses/connectors-DRK-connectors/6_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/LG_ANY_all_parses/connectors-DRK-connectors/6_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/LG_ANY_all_parses/connectors-DRK-disjuncts/6_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/LG_ANY_all_parses/connectors-DRK-disjuncts/6_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/LG_ANY_all_parses/disjuncts-ILE-disjuncts/10_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/LG_ANY_all_parses/disjuncts-ILE-disjuncts/10_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/MST_fixed_manually/connectors-DRK-connectors/6_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/MST_fixed_manually/connectors-DRK-connectors/6_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/MST_fixed_manually/connectors-DRK-disjuncts/6_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/MST_fixed_manually/connectors-DRK-disjuncts/6_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/MST_fixed_manually/disjuncts-DRK-connectors/4_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/MST_fixed_manually/disjuncts-DRK-connectors/4_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/MST_fixed_manually/disjuncts-DRK-disjuncts/4_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/MST_fixed_manually/disjuncts-DRK-disjuncts/4_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/MST_fixed_manually/disjuncts-ILE-disjuncts/8_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/MST_fixed_manually/disjuncts-ILE-disjuncts/8_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/connectors-DRK-connectors/8_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/connectors-DRK-connectors/8_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/connectors-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/connectors-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/connectors-DRK-disjuncts/7_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/connectors-DRK-disjuncts/7_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/connectors-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/connectors-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/disjuncts-ILE-disjuncts/13_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/disjuncts-ILE-disjuncts/13_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/disjuncts-ILE-disjuncts/poc-turtle-parses-window6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/disjuncts-ILE-disjuncts/poc-turtle-parses-window6.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=1/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/connectors-DRK-connectors/6_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/connectors-DRK-connectors/6_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/connectors-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/connectors-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/connectors-DRK-disjuncts/6_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/connectors-DRK-disjuncts/6_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/connectors-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/connectors-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/disjuncts-ILE-disjuncts/10_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/disjuncts-ILE-disjuncts/10_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-LEFT-WALL+period/R=6_Weight=6:R/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-connectors/5_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-connectors/5_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-disjuncts/5_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-disjuncts/5_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-disjuncts/poc-turtle-parses-allLG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-disjuncts/poc-turtle-parses-allLG.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/connectors-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-connectors/8_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-connectors/8_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-connectors/poc-turtle-parses-allLG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-connectors/poc-turtle-parses-allLG.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-disjuncts/8_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-disjuncts/8_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-disjuncts/poc-turtle-parses-allLG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-disjuncts/poc-turtle-parses-allLG.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-ILE-disjuncts/9_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-ILE-disjuncts/9_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-ILE-disjuncts/poc-turtle-parses-allLG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-ILE-disjuncts/poc-turtle-parses-allLG.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/LG_ANY_all_parses/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-connectors/5_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-connectors/5_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-disjuncts/5_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-disjuncts/5_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/connectors-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-connectors/5_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-connectors/5_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-disjuncts/5_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-disjuncts/5_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-ILE-disjuncts/7_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-ILE-disjuncts/7_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/MST_fixed_manually/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-connectors/8_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-connectors/8_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-connectors/poc-turtle-parses-window6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-connectors/poc-turtle-parses-window6.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-disjuncts/8_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-disjuncts/8_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-disjuncts/poc-turtle-parses-window6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-disjuncts/poc-turtle-parses-window6.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/connectors-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-connectors/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-connectors/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-connectors/poc-turtle-parses-window6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-connectors/poc-turtle-parses-window6.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-disjuncts/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-disjuncts/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-disjuncts/poc-turtle-parses-window6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-disjuncts/poc-turtle-parses-window6.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-ILE-disjuncts/12_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-ILE-disjuncts/12_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-ILE-disjuncts/poc-turtle-parses-window6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-ILE-disjuncts/poc-turtle-parses-window6.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=1/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/connectors-DRK-connectors/5_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/connectors-DRK-connectors/5_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/connectors-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/connectors-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/connectors-DRK-disjuncts/5_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/connectors-DRK-disjuncts/5_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/connectors-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/connectors-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-DRK-connectors/8_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-DRK-connectors/8_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-DRK-connectors/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-DRK-connectors/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-DRK-disjuncts/8_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-DRK-disjuncts/8_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-DRK-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-ILE-disjuncts/9_categories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-ILE-disjuncts/9_categories.txt -------------------------------------------------------------------------------- /tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/AGI-2018-paper-data-2018-04-22/POC-Turtle-no-LEFT-WALL/R=6_Weight=6:R/disjuncts-ILE-disjuncts/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-lg/poc_english_noamb_parses_lg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-lg/poc_english_noamb_parses_lg.txt -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-lg/poc_english_parses_lg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-lg/poc_english_parses_lg.txt -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-mst/poc_english_noamb_parse_ideal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-mst/poc_english_noamb_parse_ideal.txt -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-multi-ref/poc_english.txt-01.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-multi-ref/poc_english.txt-01.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-multi-ref/poc_english.txt-02.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-multi-ref/poc_english.txt-02.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-multi-ref/poc_english.txt-03.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-multi-ref/poc_english.txt-03.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-multi-ref/poc_english.txt-04.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-multi-ref/poc_english.txt-04.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-multi-ref/poc_english.txt-05.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-multi-ref/poc_english.txt-05.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-multi-ref/poc_english.txt-06.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-multi-ref/poc_english.txt-06.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-multi-ref/poc_english.txt-07.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-multi-ref/poc_english.txt-07.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-multi-ref/poc_english.txt-08.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-multi-ref/poc_english.txt-08.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-multi-ref/poc_english.txt-09.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-multi-ref/poc_english.txt-09.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-ref/poc_english.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-ref/poc_english.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-english-ref/poc_english_noamb.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-english-ref/poc_english_noamb.txt.ull -------------------------------------------------------------------------------- /tests/test-data/parses/poc-turtle-mst/one-parse-expected-mi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-turtle-mst/one-parse-expected-mi.txt -------------------------------------------------------------------------------- /tests/test-data/parses/poc-turtle-mst/one-parse-expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-turtle-mst/one-parse-expected.txt -------------------------------------------------------------------------------- /tests/test-data/parses/poc-turtle-mst/one-parse-no-wall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-turtle-mst/one-parse-no-wall.txt -------------------------------------------------------------------------------- /tests/test-data/parses/poc-turtle-mst/poc-turtle-parses-expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/poc-turtle-mst/poc-turtle-parses-expected.txt -------------------------------------------------------------------------------- /tests/test-data/parses/start-from-digit/start-from-digit.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/parses/start-from-digit/start-from-digit.ull -------------------------------------------------------------------------------- /tests/test-data/pipeline/GL-DJCT-COSTS-CDS/GL-DJCT-COSTS-CDS-summary.txt.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/GL-DJCT-COSTS-CDS/GL-DJCT-COSTS-CDS-summary.txt.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/GL-DJCT-COSTS-CDS/GL-DJCT-COSTS-CDS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/GL-DJCT-COSTS-CDS/GL-DJCT-COSTS-CDS.json -------------------------------------------------------------------------------- /tests/test-data/pipeline/GL-GT-ALE/GL-GT-ALE-summary.txt.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/GL-GT-ALE/GL-GT-ALE-summary.txt.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/GL-GT-ALE/GL-GT-ALE-summary.txt.expected.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/GL-GT-ALE/GL-GT-ALE-summary.txt.expected.old -------------------------------------------------------------------------------- /tests/test-data/pipeline/GL-GT-ALE/GL-GT-ALE-summary.txt.expected.old2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/GL-GT-ALE/GL-GT-ALE-summary.txt.expected.old2 -------------------------------------------------------------------------------- /tests/test-data/pipeline/GL-GT-ALE/GL-GT-ALE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/GL-GT-ALE/GL-GT-ALE.json -------------------------------------------------------------------------------- /tests/test-data/pipeline/PE/PE-summary.txt.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/PE/PE-summary.txt.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/PE/PE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/PE/PE.json -------------------------------------------------------------------------------- /tests/test-data/pipeline/PE/multi.stat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/PE/multi.stat.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/PE/single.stat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/PE/single.stat.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/TP-TXT-CORPUS/TP-TXT-CORPUS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/TP-TXT-CORPUS/TP-TXT-CORPUS.json -------------------------------------------------------------------------------- /tests/test-data/pipeline/TP-TXT-CORPUS/TP_parser-type:link-grammar-exe/CDS-LG-English-clean.ull.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/TP-TXT-CORPUS/TP_parser-type:link-grammar-exe/CDS-LG-English-clean.ull.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/TP-TXT-CORPUS/TP_parser-type:link-grammar-exe/corpus.stat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/TP-TXT-CORPUS/TP_parser-type:link-grammar-exe/corpus.stat.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/TP-TXT-CORPUS/TP_parser-type:sequential/CDS-LG-English-clean.ull.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/TP-TXT-CORPUS/TP_parser-type:sequential/CDS-LG-English-clean.ull.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/TP-TXT-CORPUS/TP_parser-type:sequential/corpus.stat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/TP-TXT-CORPUS/TP_parser-type:sequential/corpus.stat.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/TP-TXT-CORPUS/corpus/CDS-LG-English-clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/TP-TXT-CORPUS/corpus/CDS-LG-English-clean -------------------------------------------------------------------------------- /tests/test-data/pipeline/TP/TP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/TP/TP.json -------------------------------------------------------------------------------- /tests/test-data/pipeline/TP/TP_parser-type:link-grammar-exe/CDS-LG-English-clean.ull.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/TP/TP_parser-type:link-grammar-exe/CDS-LG-English-clean.ull.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/TP/TP_parser-type:link-grammar-exe/data.stat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/TP/TP_parser-type:link-grammar-exe/data.stat.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/TP/TP_parser-type:sequential/CDS-LG-English-clean.ull.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/TP/TP_parser-type:sequential/CDS-LG-English-clean.ull.expected -------------------------------------------------------------------------------- /tests/test-data/pipeline/TP/TP_parser-type:sequential/data.stat.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pipeline/TP/TP_parser-type:sequential/data.stat.expected -------------------------------------------------------------------------------- /tests/test-data/pre-cleaner/expected-books/pg9212.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pre-cleaner/expected-books/pg9212.txt -------------------------------------------------------------------------------- /tests/test-data/pre-cleaner/split-books/pg9212.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pre-cleaner/split-books/pg9212.txt -------------------------------------------------------------------------------- /tests/test-data/pre-cleaner/whole-books/pg9212.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/pre-cleaner/whole-books/pg9212.txt -------------------------------------------------------------------------------- /tests/test-data/raw/debug-msg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/raw/debug-msg.txt -------------------------------------------------------------------------------- /tests/test-data/regex-test/regex-test-result-lcase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/regex-test/regex-test-result-lcase.txt -------------------------------------------------------------------------------- /tests/test-data/regex-test/regex-test-result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/regex-test/regex-test-result.txt -------------------------------------------------------------------------------- /tests/test-data/regex-test/regex-test.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/regex-test/regex-test.txt.ull -------------------------------------------------------------------------------- /tests/test-data/regex-test/ull-new.txt.ull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/regex-test/ull-new.txt.ull -------------------------------------------------------------------------------- /tests/test-data/second-linkage-test/GCB-NQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/second-linkage-test/GCB-NQ.txt -------------------------------------------------------------------------------- /tests/test-data/second-linkage-test/GCB-NQ.txt.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/second-linkage-test/GCB-NQ.txt.raw -------------------------------------------------------------------------------- /tests/test-data/sentence-skip-test/issue-184.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test-data/sentence-skip-test/issue-184.txt -------------------------------------------------------------------------------- /tests/test_cliutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_cliutils.py -------------------------------------------------------------------------------- /tests/test_dashboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_dashboard.py -------------------------------------------------------------------------------- /tests/test_dicttools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_dicttools.py -------------------------------------------------------------------------------- /tests/test_dirhelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_dirhelper.py -------------------------------------------------------------------------------- /tests/test_fileconfman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_fileconfman.py -------------------------------------------------------------------------------- /tests/test_grammar_learner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_grammar_learner.py -------------------------------------------------------------------------------- /tests/test_grammartester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_grammartester.py -------------------------------------------------------------------------------- /tests/test_grammartester_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_grammartester_input.py -------------------------------------------------------------------------------- /tests/test_lgapiparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_lgapiparser.py -------------------------------------------------------------------------------- /tests/test_lginprocparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_lginprocparser.py -------------------------------------------------------------------------------- /tests/test_lginprocparser2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_lginprocparser2.py -------------------------------------------------------------------------------- /tests/test_linkgrammarver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_linkgrammarver.py -------------------------------------------------------------------------------- /tests/test_parsemetrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_parsemetrics.py -------------------------------------------------------------------------------- /tests/test_parsestat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_parsestat.py -------------------------------------------------------------------------------- /tests/test_parsevaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_parsevaluate.py -------------------------------------------------------------------------------- /tests/test_pipeline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_pipeline.py -------------------------------------------------------------------------------- /tests/test_pipelinetree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_pipelinetree.py -------------------------------------------------------------------------------- /tests/test_precleaner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_precleaner.py -------------------------------------------------------------------------------- /tests/test_psparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_psparse.py -------------------------------------------------------------------------------- /tests/test_scripts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_scripts.py -------------------------------------------------------------------------------- /tests/test_sedcommands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_sedcommands.py -------------------------------------------------------------------------------- /tests/test_textfiledashb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_textfiledashb.py -------------------------------------------------------------------------------- /tests/test_textprogress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_textprogress.py -------------------------------------------------------------------------------- /tests/test_tokencount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_tokencount.py -------------------------------------------------------------------------------- /tests/test_varhelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tests/test_varhelper.py -------------------------------------------------------------------------------- /tmp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singnet/language-learning/HEAD/tmp/README.md --------------------------------------------------------------------------------