gitextract_3rltpp20/ ├── .gitignore ├── .pylintrc ├── .travis.yml ├── LICENSE.txt ├── README.md ├── __init__.py ├── docs/ │ ├── clips.css │ ├── html/ │ │ ├── mbsp-tags.html │ │ ├── pattern-canvas.html │ │ ├── pattern-db.html │ │ ├── pattern-de.html │ │ ├── pattern-dev.html │ │ ├── pattern-en.html │ │ ├── pattern-es.html │ │ ├── pattern-fr.html │ │ ├── pattern-graph.html │ │ ├── pattern-it.html │ │ ├── pattern-metrics.html │ │ ├── pattern-nl.html │ │ ├── pattern-search.html │ │ ├── pattern-shell.html │ │ ├── pattern-vector.html │ │ ├── pattern-web.html │ │ ├── pattern.html │ │ └── stop-words.html │ ├── index.html │ ├── js/ │ │ ├── shBrushJScript.js │ │ ├── shBrushPython.js │ │ ├── shBrushXml.js │ │ ├── shCore.css │ │ ├── shCore.js │ │ └── shThemeDefault.css │ └── update.py ├── examples/ │ ├── 01-web/ │ │ ├── 01-google.py │ │ ├── 02-google-translate.py │ │ ├── 03-bing.py │ │ ├── 04-twitter.py │ │ ├── 05-twitter-stream.py │ │ ├── 06-feed.py │ │ ├── 07-wikipedia.py │ │ ├── 08-wiktionary.py │ │ ├── 09-wikia.py │ │ ├── 10-dbpedia.py │ │ ├── 11-facebook.py │ │ ├── 12-dom.py │ │ ├── 13-crawler.py │ │ ├── 14-flickr.py │ │ └── 15-sort.py │ ├── 02-db/ │ │ ├── 01-database.py │ │ ├── 02-datasheet.py │ │ ├── 03-date.py │ │ └── food.txt │ ├── 03-en/ │ │ ├── 01-inflect.py │ │ ├── 02-quantify.py │ │ ├── 03-parse.py │ │ ├── 04-tree.py │ │ ├── 05-tagset.py │ │ ├── 06-wordnet.py │ │ ├── 07-sentiment.py │ │ ├── 08-topmine_ngrammer.py │ │ └── texts/ │ │ ├── 1701.00002.txt │ │ ├── 1701.00003.txt │ │ ├── 1701.00004.txt │ │ ├── 1701.00005.txt │ │ ├── 1701.00006.txt │ │ ├── 1701.00007.txt │ │ ├── 1701.00008.txt │ │ ├── 1701.00009.txt │ │ ├── 1701.00010.txt │ │ ├── 1701.00011.txt │ │ ├── 1701.00012.txt │ │ ├── 1701.00013.txt │ │ ├── 1701.00014.txt │ │ ├── 1701.00015.txt │ │ ├── 1701.00016.txt │ │ ├── 1701.00017.txt │ │ ├── 1701.00018.txt │ │ ├── 1701.00019.txt │ │ ├── 1701.00020.txt │ │ ├── 1701.00021.txt │ │ ├── 1701.00022.txt │ │ ├── 1701.00023.txt │ │ ├── 1701.00024.txt │ │ ├── 1701.00025.txt │ │ ├── 1701.00026.txt │ │ ├── 1701.00027.txt │ │ ├── 1701.00028.txt │ │ ├── 1701.00029.txt │ │ ├── 1701.00030.txt │ │ ├── 1701.00031.txt │ │ ├── 1701.00032.txt │ │ ├── 1701.00033.txt │ │ ├── 1701.00034.txt │ │ ├── 1701.00035.txt │ │ ├── 1701.00037.txt │ │ ├── 1701.00038.txt │ │ ├── 1701.00039.txt │ │ ├── 1701.00043.txt │ │ ├── 1701.00044.txt │ │ ├── 1701.00045.txt │ │ ├── 1701.00046.txt │ │ ├── 1701.00047.txt │ │ ├── 1701.00049.txt │ │ ├── 1701.00050.txt │ │ ├── 1701.00051.txt │ │ ├── 1701.00052.txt │ │ ├── 1701.00053.txt │ │ ├── 1701.00054.txt │ │ ├── 1701.00055.txt │ │ ├── 1701.00056.txt │ │ ├── 1701.00057.txt │ │ ├── 1701.00058.txt │ │ ├── 1701.00060.txt │ │ ├── 1701.00061.txt │ │ ├── 1701.00062.txt │ │ ├── 1701.00063.txt │ │ ├── 1701.00064.txt │ │ ├── 1701.00065.txt │ │ ├── 1701.00066.txt │ │ ├── 1701.00067.txt │ │ ├── 1701.00068.txt │ │ ├── 1701.00069.txt │ │ ├── 1701.00072.txt │ │ ├── 1701.00073.txt │ │ ├── 1701.00074.txt │ │ ├── 1701.00075.txt │ │ ├── 1701.00076.txt │ │ ├── 1701.00077.txt │ │ ├── 1701.00078.txt │ │ ├── 1701.00079.txt │ │ ├── 1701.00081.txt │ │ ├── 1701.00082.txt │ │ ├── 1701.00083.txt │ │ ├── 1701.00084.txt │ │ ├── 1701.00085.txt │ │ ├── 1701.00086.txt │ │ ├── 1701.00087.txt │ │ ├── 1701.00088.txt │ │ ├── 1701.00089.txt │ │ ├── 1701.00090.txt │ │ ├── 1701.00091.txt │ │ ├── 1701.00092.txt │ │ ├── 1701.00094.txt │ │ ├── 1701.00095.txt │ │ ├── 1701.00096.txt │ │ ├── 1701.00097.txt │ │ ├── 1701.00098.txt │ │ ├── 1701.00099.txt │ │ ├── 1701.00100.txt │ │ ├── 1701.00101.txt │ │ ├── 1701.00102.txt │ │ ├── 1701.00103.txt │ │ ├── 1701.00104.txt │ │ ├── 1701.00105.txt │ │ ├── 1701.00106.txt │ │ ├── 1701.00107.txt │ │ ├── 1701.00109.txt │ │ ├── 1701.00110.txt │ │ ├── 1701.00111.txt │ │ └── 1701.00112.txt │ ├── 04-search/ │ │ ├── 01-search.py │ │ ├── 02-constraint.py │ │ ├── 03-lemmata.py │ │ ├── 04-taxonomy.py │ │ ├── 05-multiple.py │ │ ├── 06-optional.py │ │ ├── 07-exclude.py │ │ ├── 08-group.py │ │ └── 09-web.py │ ├── 05-vector/ │ │ ├── 01-document.py │ │ ├── 02-model.py │ │ ├── 03-lsa.py │ │ ├── 04-KNN.py │ │ ├── 05-nb.py │ │ ├── 06-svm.py │ │ ├── 07-slp.py │ │ └── corpus/ │ │ ├── badger.txt │ │ ├── bear.txt │ │ ├── dog.txt │ │ ├── dolphin.txt │ │ ├── lion.txt │ │ ├── parakeet.txt │ │ ├── rabbit.txt │ │ ├── shark.txt │ │ ├── sparrow.txt │ │ ├── tiger.txt │ │ └── wolf.txt │ ├── 06-graph/ │ │ ├── 01-graph.py │ │ ├── 02-export.py │ │ ├── 03-template.py │ │ ├── 04-canvas.html │ │ ├── 05-trends.py │ │ ├── 06-commonsense.py │ │ ├── 07-graphml.py │ │ └── test.graphml │ ├── 07-canvas/ │ │ ├── 01-basic.html │ │ ├── 02-basic.html │ │ ├── 03-transformation.html │ │ ├── 04-path.html │ │ ├── 05-points.html │ │ ├── 06-image.html │ │ ├── 08-widget.html │ │ ├── 09-class.html │ │ ├── 10-pack.html │ │ ├── 11-graph.html │ │ └── data-url.html │ └── 08-server/ │ ├── 01-basic/ │ │ └── basic.py │ ├── 02-api/ │ │ └── api.py │ ├── 03-wiki/ │ │ ├── data/ │ │ │ └── index.html.txt │ │ └── wiki.py │ └── 04-db/ │ └── db.py ├── pattern/ │ ├── __init__.py │ ├── canvas.js │ ├── db/ │ │ └── __init__.py │ ├── graph/ │ │ ├── __init__.py │ │ ├── commonsense.csv │ │ ├── commonsense.py │ │ └── graph.js │ ├── helpers.py │ ├── metrics.py │ ├── server/ │ │ ├── __init__.py │ │ └── static/ │ │ └── robots.txt │ ├── text/ │ │ ├── __init__.py │ │ ├── de/ │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── de-context.txt │ │ │ ├── de-frequency.txt │ │ │ ├── de-lexicon.txt │ │ │ ├── de-morphology.txt │ │ │ ├── de-spelling.txt │ │ │ ├── de-verbs.txt │ │ │ └── inflect.py │ │ ├── en/ │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── en-context.txt │ │ │ ├── en-entities.txt │ │ │ ├── en-frequency.txt │ │ │ ├── en-lexicon.txt │ │ │ ├── en-model.slp │ │ │ ├── en-morphology.txt │ │ │ ├── en-sentiment.xml │ │ │ ├── en-spelling.txt │ │ │ ├── en-verbs.txt │ │ │ ├── inflect.py │ │ │ ├── inflect_quantify.py │ │ │ ├── modality.py │ │ │ ├── wordlist/ │ │ │ │ ├── __init__.py │ │ │ │ ├── academic.txt │ │ │ │ ├── basic.txt │ │ │ │ ├── profanity.txt │ │ │ │ ├── stopwords.txt │ │ │ │ └── time.txt │ │ │ └── wordnet/ │ │ │ ├── __init__.py │ │ │ ├── dict/ │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── data.adj │ │ │ │ ├── data.adv │ │ │ │ ├── data.noun1 │ │ │ │ ├── data.noun2 │ │ │ │ ├── data.verb │ │ │ │ ├── index.32 │ │ │ │ ├── index.adj │ │ │ │ ├── index.adv │ │ │ │ ├── index.noun │ │ │ │ ├── index.sense │ │ │ │ ├── index.verb │ │ │ │ └── lexnames │ │ │ ├── resnik-ic2.txt │ │ │ └── resnik-ic3.txt │ │ ├── es/ │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── es-context.txt │ │ │ ├── es-frequency.txt │ │ │ ├── es-lexicon.txt │ │ │ ├── es-morphology.txt │ │ │ ├── es-spelling.txt │ │ │ ├── es-verbs.txt │ │ │ └── inflect.py │ │ ├── fr/ │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── fr-context.txt │ │ │ ├── fr-frequency.txt │ │ │ ├── fr-lexicon.txt │ │ │ ├── fr-morphology.txt │ │ │ ├── fr-sentiment.xml │ │ │ ├── fr-spelling.txt │ │ │ ├── fr-verbs.txt │ │ │ └── inflect.py │ │ ├── it/ │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── inflect.py │ │ │ ├── it-context.txt │ │ │ ├── it-frequency.txt │ │ │ ├── it-lexicon.txt │ │ │ ├── it-morphology.txt │ │ │ ├── it-sentiment.xml │ │ │ ├── it-spelling.txt │ │ │ └── it-verbs.txt │ │ ├── nl/ │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── inflect.py │ │ │ ├── nl-context.txt │ │ │ ├── nl-frequency.txt │ │ │ ├── nl-lexicon.txt │ │ │ ├── nl-morphology.txt │ │ │ ├── nl-sentiment.xml │ │ │ ├── nl-spelling.txt │ │ │ └── nl-verbs.txt │ │ ├── ru/ │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── ru-entities.txt │ │ │ ├── ru-frequency.txt │ │ │ ├── ru-lexicon.txt │ │ │ ├── ru-model.slp │ │ │ ├── ru-spelling.txt │ │ │ └── wordlist/ │ │ │ ├── __init__.py │ │ │ └── stopwords.txt │ │ ├── search.py │ │ ├── tree.py │ │ └── xx/ │ │ ├── __init__.py │ │ ├── __main__.py │ │ ├── inflect.py │ │ ├── xx-context.txt │ │ ├── xx-frequency.txt │ │ ├── xx-lexicon.txt │ │ ├── xx-morphology.txt │ │ ├── xx-sentiment.xml │ │ └── xx-verbs.txt │ ├── vector/ │ │ ├── __init__.py │ │ ├── stemmer.py │ │ ├── stopwords-de.txt │ │ ├── stopwords-en.txt │ │ ├── stopwords-es.txt │ │ ├── stopwords-fr.txt │ │ ├── stopwords-nl.txt │ │ └── svm/ │ │ ├── COPYRIGHT-liblinear.txt │ │ ├── COPYRIGHT-libsvm.txt │ │ ├── INSTALL.txt │ │ ├── README.txt │ │ ├── __init__.py │ │ ├── liblinear.py │ │ ├── liblinearutil.py │ │ ├── libsvm.py │ │ ├── libsvmutil.py │ │ ├── macos/ │ │ │ ├── liblinear-2.20/ │ │ │ │ └── liblinear.so.3 │ │ │ └── libsvm-3.22/ │ │ │ └── libsvm.so.2 │ │ └── ubuntu/ │ │ ├── liblinear-2.20/ │ │ │ └── liblinear.so.3 │ │ └── libsvm-3.22/ │ │ └── libsvm.so.2 │ └── web/ │ ├── __init__.py │ ├── api.py │ ├── cache/ │ │ └── __init__.py │ ├── imap/ │ │ └── __init__.py │ ├── locale/ │ │ └── __init__.py │ ├── oauth/ │ │ └── __init__.py │ └── utils.py ├── setup.py └── test/ ├── corpora/ │ ├── README.txt │ ├── carroll-lookingglass.docx │ ├── plagiarism-clough&stevenson.csv │ ├── polarity-de-amazon.csv │ ├── polarity-en-pang&lee1.csv │ ├── polarity-en-pang&lee2.csv │ ├── polarity-fr-amazon.csv │ ├── polarity-nl-bol.com.csv │ ├── spam-apache.csv │ ├── spelling-birkbeck.csv │ ├── spelling-ru.csv │ ├── tagged-de-tiger.txt │ ├── tagged-en-oanc.txt │ ├── tagged-en-wsj.txt │ ├── tagged-es-wikicorpus.txt │ ├── tagged-fr-wikinews.txt │ ├── tagged-it-wacky.txt │ ├── tagged-nl-twnc.txt │ ├── uncertainty-conll2010.csv │ ├── wordforms-de-celex.csv │ ├── wordforms-en-celex.csv │ ├── wordforms-es-davies.csv │ ├── wordforms-fr-lexique.csv │ ├── wordforms-it-wiktionary.csv │ └── wordforms-nl-celex.csv ├── test.html ├── test.js ├── test_canvas.js ├── test_db.py ├── test_de.py ├── test_en.py ├── test_es.py ├── test_fr.py ├── test_graph.js ├── test_graph.py ├── test_it.py ├── test_metrics.py ├── test_nl.py ├── test_ru.py ├── test_search.py ├── test_text.py ├── test_vector.py └── test_web.py