├── .gitignore ├── README.md ├── SmartStoplist.txt ├── __init__.py ├── example.png ├── group contributions ├── .gitmodules ├── Isaac │ ├── DataFrames │ │ └── RedditData_Nov-06-2017 │ ├── PRAW.ipynb │ ├── READme.txt │ ├── SmartStoplist.txt │ ├── flaskTest │ │ ├── READme.txt │ │ └── flaskTest │ │ │ ├── SmartStoplist.txt │ │ │ ├── __init__.py │ │ │ ├── flask_session │ │ │ ├── 606f784a4e50e2c62bd2988e5a5378ea │ │ │ ├── d149ceaaaf93012427d506eb33b1a8fb │ │ │ └── dc1127ffee6208bf37499f62ca026a4b │ │ │ ├── main.py │ │ │ ├── rake.py │ │ │ ├── run.py │ │ │ └── templates │ │ │ ├── _navbar.html │ │ │ ├── docs_findings.html │ │ │ ├── docs_team.html │ │ │ ├── docs_tools.html │ │ │ ├── examples.html │ │ │ ├── home.html │ │ │ ├── layout.html │ │ │ └── program.html │ └── rake.py ├── bvacek2 │ ├── praw_test.ipynb │ ├── praw_test.py │ ├── reddit.py │ └── sqlTest │ │ ├── SQLTest.ipynb │ │ ├── Untitled.ipynb │ │ ├── reddit.db │ │ └── reddit_data.csv ├── garyab2 │ ├── PRAW_Keyword_Extraction_Visualization.ipynb │ ├── PRAW_test.ipynb │ └── dict_to_graph.py └── testFolder │ ├── CNN+Articles+Test.ipynb │ ├── Keyword_Extraction_Jayam.ipynb │ ├── Keyword_Extraction_Runtime_Testing.ipynb │ ├── Newspaper + RAKE Testing.ipynb │ ├── PRAW_test-Copy1.ipynb │ ├── SmartStoplist.txt │ ├── data │ ├── docs │ │ ├── fao_test │ │ │ ├── v9094e.key │ │ │ ├── v9094e.txt │ │ │ ├── v9570e.key │ │ │ ├── v9570e.txt │ │ │ ├── v9650e.key │ │ │ ├── v9650e.txt │ │ │ ├── w1750e.key │ │ │ ├── w1750e.txt │ │ │ ├── w2167e.key │ │ │ ├── w2167e.txt │ │ │ ├── w3727e.key │ │ │ ├── w3727e.txt │ │ │ ├── w4442e.key │ │ │ ├── w4442e.txt │ │ │ ├── w4979e.key │ │ │ ├── w4979e.txt │ │ │ ├── w5367e.key │ │ │ ├── w5367e.txt │ │ │ ├── w5631e.key │ │ │ ├── w5631e.txt │ │ │ ├── w6206e.key │ │ │ ├── w6206e.txt │ │ │ ├── w6864e.key │ │ │ ├── w6864e.txt │ │ │ ├── w7295e.key │ │ │ ├── w7295e.txt │ │ │ ├── w7415e.key │ │ │ ├── w7415e.txt │ │ │ ├── w7483e.key │ │ │ ├── w7483e.txt │ │ │ ├── w7519e.key │ │ │ └── w7519e.txt │ │ ├── fao_train │ │ │ ├── ab387e.key │ │ │ ├── ab387e.txt │ │ │ ├── ad692e.key │ │ │ ├── ad692e.txt │ │ │ ├── ae050e.key │ │ │ ├── ae050e.txt │ │ │ ├── ae190e.key │ │ │ ├── ae190e.txt │ │ │ ├── ae385e.key │ │ │ ├── ae385e.txt │ │ │ ├── faobetf_fb29fe.key │ │ │ ├── faobetf_fb29fe.txt │ │ │ ├── faobetf_fb35be.key │ │ │ ├── faobetf_fb35be.txt │ │ │ ├── foodfirst_ff08ne.key │ │ │ ├── foodfirst_ff08ne.txt │ │ │ ├── gtz_g16foe.key │ │ │ ├── gtz_g16foe.txt │ │ │ ├── gtz_g24ine.key │ │ │ ├── gtz_g24ine.txt │ │ │ ├── gtz_g32bie.key │ │ │ ├── gtz_g32bie.txt │ │ │ ├── nri_nr12me.key │ │ │ ├── nri_nr12me.txt │ │ │ ├── t0178e.key │ │ │ ├── t0178e.txt │ │ │ ├── t0512e.key │ │ │ ├── t0512e.txt │ │ │ ├── t0522e.key │ │ │ ├── t0522e.txt │ │ │ ├── t0715e.key │ │ │ ├── t0715e.txt │ │ │ ├── v3600e.key │ │ │ ├── v3600e.txt │ │ │ ├── v5030e.key │ │ │ ├── v5030e.txt │ │ │ ├── v6718e.key │ │ │ ├── v6718e.txt │ │ │ ├── v8047e.key │ │ │ ├── v8047e.txt │ │ │ ├── v9909e.key │ │ │ ├── v9909e.txt │ │ │ ├── w2227e.key │ │ │ ├── w2227e.txt │ │ │ ├── w3241e.key │ │ │ ├── w3241e.txt │ │ │ ├── w3618e.key │ │ │ ├── w3618e.txt │ │ │ ├── w4233e.key │ │ │ ├── w4233e.txt │ │ │ ├── w4338e.key │ │ │ ├── w4338e.txt │ │ │ ├── w6679e.key │ │ │ ├── w6679e.txt │ │ │ ├── w7407e.key │ │ │ ├── w7407e.txt │ │ │ ├── w7714e.key │ │ │ ├── w7714e.txt │ │ │ ├── w8302e.key │ │ │ ├── w8302e.txt │ │ │ ├── w8594e.key │ │ │ ├── w8594e.txt │ │ │ ├── w9900e.key │ │ │ ├── w9900e.txt │ │ │ ├── wb_wb01oe.key │ │ │ ├── wb_wb01oe.txt │ │ │ ├── wb_wb41me.key │ │ │ ├── wb_wb41me.txt │ │ │ ├── winrock_wi10ce.key │ │ │ ├── winrock_wi10ce.txt │ │ │ ├── x0176e.key │ │ │ ├── x0176e.txt │ │ │ ├── x0185e.key │ │ │ ├── x0185e.txt │ │ │ ├── x0198e.key │ │ │ ├── x0198e.txt │ │ │ ├── x0199e.key │ │ │ ├── x0199e.txt │ │ │ ├── x0451e.key │ │ │ ├── x0451e.txt │ │ │ ├── x5082e.key │ │ │ ├── x5082e.txt │ │ │ ├── x5352e.key │ │ │ ├── x5352e.txt │ │ │ ├── x5644e.key │ │ │ ├── x5644e.txt │ │ │ ├── x5668e.key │ │ │ ├── x5668e.txt │ │ │ ├── x5676e.key │ │ │ ├── x5676e.txt │ │ │ ├── x5681e.key │ │ │ ├── x5681e.txt │ │ │ ├── x6759e.key │ │ │ ├── x6759e.txt │ │ │ ├── x6802e.key │ │ │ ├── x6802e.txt │ │ │ ├── y0500e.key │ │ │ ├── y0500e.txt │ │ │ ├── y1128e.key │ │ │ └── y1128e.txt │ │ ├── french │ │ │ └── frwikinews-test-1000.txt │ │ └── spanish │ │ │ └── text.txt │ ├── models │ │ └── readme.txt │ └── vocabulary │ │ └── agrovoc_en.rdf.gz │ ├── dict_to_graph.py │ ├── evaluate_rake.py │ ├── rake.py │ ├── test.py │ ├── testFolder2 │ └── thisIsATextFile.txt │ ├── test_data.py │ └── times.csv ├── libraries.md ├── main.py ├── rake.py ├── run.py └── templates ├── _navbar.html ├── docs_team.html ├── docs_tools.html ├── home.html ├── layout.html └── program.html /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/README.md -------------------------------------------------------------------------------- /SmartStoplist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/SmartStoplist.txt -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/example.png -------------------------------------------------------------------------------- /group contributions/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/.gitmodules -------------------------------------------------------------------------------- /group contributions/Isaac/DataFrames/RedditData_Nov-06-2017: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/DataFrames/RedditData_Nov-06-2017 -------------------------------------------------------------------------------- /group contributions/Isaac/PRAW.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/PRAW.ipynb -------------------------------------------------------------------------------- /group contributions/Isaac/READme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/READme.txt -------------------------------------------------------------------------------- /group contributions/Isaac/SmartStoplist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/SmartStoplist.txt -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/READme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/READme.txt -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/SmartStoplist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/SmartStoplist.txt -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/flask_session/606f784a4e50e2c62bd2988e5a5378ea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/flask_session/606f784a4e50e2c62bd2988e5a5378ea -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/flask_session/d149ceaaaf93012427d506eb33b1a8fb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/flask_session/d149ceaaaf93012427d506eb33b1a8fb -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/flask_session/dc1127ffee6208bf37499f62ca026a4b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/flask_session/dc1127ffee6208bf37499f62ca026a4b -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/main.py -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/rake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/rake.py -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/run.py -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/templates/_navbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/templates/_navbar.html -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/templates/docs_findings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/templates/docs_findings.html -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/templates/docs_team.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/templates/docs_team.html -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/templates/docs_tools.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/templates/docs_tools.html -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/templates/examples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/templates/examples.html -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/templates/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/templates/home.html -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/templates/layout.html -------------------------------------------------------------------------------- /group contributions/Isaac/flaskTest/flaskTest/templates/program.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/flaskTest/flaskTest/templates/program.html -------------------------------------------------------------------------------- /group contributions/Isaac/rake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/Isaac/rake.py -------------------------------------------------------------------------------- /group contributions/bvacek2/praw_test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/bvacek2/praw_test.ipynb -------------------------------------------------------------------------------- /group contributions/bvacek2/praw_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/bvacek2/praw_test.py -------------------------------------------------------------------------------- /group contributions/bvacek2/reddit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/bvacek2/reddit.py -------------------------------------------------------------------------------- /group contributions/bvacek2/sqlTest/SQLTest.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/bvacek2/sqlTest/SQLTest.ipynb -------------------------------------------------------------------------------- /group contributions/bvacek2/sqlTest/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/bvacek2/sqlTest/Untitled.ipynb -------------------------------------------------------------------------------- /group contributions/bvacek2/sqlTest/reddit.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/bvacek2/sqlTest/reddit.db -------------------------------------------------------------------------------- /group contributions/bvacek2/sqlTest/reddit_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/bvacek2/sqlTest/reddit_data.csv -------------------------------------------------------------------------------- /group contributions/garyab2/PRAW_Keyword_Extraction_Visualization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/garyab2/PRAW_Keyword_Extraction_Visualization.ipynb -------------------------------------------------------------------------------- /group contributions/garyab2/PRAW_test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/garyab2/PRAW_test.ipynb -------------------------------------------------------------------------------- /group contributions/garyab2/dict_to_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/garyab2/dict_to_graph.py -------------------------------------------------------------------------------- /group contributions/testFolder/CNN+Articles+Test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/CNN+Articles+Test.ipynb -------------------------------------------------------------------------------- /group contributions/testFolder/Keyword_Extraction_Jayam.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/Keyword_Extraction_Jayam.ipynb -------------------------------------------------------------------------------- /group contributions/testFolder/Keyword_Extraction_Runtime_Testing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/Keyword_Extraction_Runtime_Testing.ipynb -------------------------------------------------------------------------------- /group contributions/testFolder/Newspaper + RAKE Testing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/Newspaper + RAKE Testing.ipynb -------------------------------------------------------------------------------- /group contributions/testFolder/PRAW_test-Copy1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/PRAW_test-Copy1.ipynb -------------------------------------------------------------------------------- /group contributions/testFolder/SmartStoplist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/SmartStoplist.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/v9094e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/v9094e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/v9094e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/v9094e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/v9570e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/v9570e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/v9570e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/v9570e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/v9650e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/v9650e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/v9650e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/v9650e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w1750e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w1750e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w1750e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w1750e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w2167e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w2167e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w2167e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w2167e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w3727e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w3727e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w3727e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w3727e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w4442e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w4442e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w4442e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w4442e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w4979e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w4979e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w4979e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w4979e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w5367e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w5367e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w5367e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w5367e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w5631e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w5631e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w5631e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w5631e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w6206e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w6206e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w6206e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w6206e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w6864e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w6864e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w6864e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w6864e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w7295e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w7295e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w7295e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w7295e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w7415e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w7415e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w7415e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w7415e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w7483e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w7483e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w7483e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w7483e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w7519e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w7519e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_test/w7519e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_test/w7519e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/ab387e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/ab387e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/ab387e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/ab387e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/ad692e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/ad692e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/ad692e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/ad692e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/ae050e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/ae050e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/ae050e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/ae050e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/ae190e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/ae190e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/ae190e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/ae190e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/ae385e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/ae385e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/ae385e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/ae385e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/faobetf_fb29fe.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/faobetf_fb29fe.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/faobetf_fb29fe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/faobetf_fb29fe.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/faobetf_fb35be.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/faobetf_fb35be.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/faobetf_fb35be.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/faobetf_fb35be.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/foodfirst_ff08ne.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/foodfirst_ff08ne.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/foodfirst_ff08ne.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/foodfirst_ff08ne.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/gtz_g16foe.key: -------------------------------------------------------------------------------- 1 | CERAMICS 2 | CLAY 3 | DESIGN 4 | METHODS 5 | -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/gtz_g16foe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/gtz_g16foe.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/gtz_g24ine.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/gtz_g24ine.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/gtz_g24ine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/gtz_g24ine.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/gtz_g32bie.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/gtz_g32bie.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/gtz_g32bie.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/gtz_g32bie.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/nri_nr12me.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/nri_nr12me.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/nri_nr12me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/nri_nr12me.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/t0178e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/t0178e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/t0178e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/t0178e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/t0512e.key: -------------------------------------------------------------------------------- 1 | Biomass 2 | Charcoal 3 | Engines 4 | Equipment 5 | Fuelwood 6 | Gases 7 | -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/t0512e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/t0512e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/t0522e.key: -------------------------------------------------------------------------------- 1 | Drying 2 | Equipment 3 | Grain 4 | Postharvest technology 5 | Storage 6 | -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/t0522e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/t0522e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/t0715e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/t0715e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/t0715e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/t0715e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/v3600e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/v3600e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/v3600e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/v3600e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/v5030e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/v5030e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/v5030e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/v5030e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/v6718e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/v6718e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/v6718e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/v6718e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/v8047e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/v8047e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/v8047e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/v8047e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/v9909e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/v9909e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/v9909e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/v9909e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w2227e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w2227e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w2227e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w2227e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w3241e.key: -------------------------------------------------------------------------------- 1 | Information systems 2 | Marketing 3 | Rapid rural appraisal 4 | Research 5 | -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w3241e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w3241e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w3618e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w3618e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w3618e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w3618e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w4233e.key: -------------------------------------------------------------------------------- 1 | Agricultural development 2 | Europe 3 | Food production 4 | -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w4233e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w4233e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w4338e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w4338e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w4338e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w4338e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w6679e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w6679e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w6679e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w6679e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w7407e.key: -------------------------------------------------------------------------------- 1 | Energy consumption 2 | Europe 3 | Wood 4 | -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w7407e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w7407e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w7714e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w7714e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w7714e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w7714e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w8302e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w8302e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w8302e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w8302e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w8594e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w8594e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w8594e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w8594e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w9900e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w9900e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/w9900e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/w9900e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/wb_wb01oe.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/wb_wb01oe.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/wb_wb01oe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/wb_wb01oe.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/wb_wb41me.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/wb_wb41me.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/wb_wb41me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/wb_wb41me.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/winrock_wi10ce.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/winrock_wi10ce.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/winrock_wi10ce.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/winrock_wi10ce.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x0176e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x0176e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x0176e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x0176e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x0185e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x0185e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x0185e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x0185e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x0198e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x0198e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x0198e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x0198e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x0199e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x0199e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x0199e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x0199e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x0451e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x0451e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x0451e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x0451e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5082e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5082e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5082e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5082e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5352e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5352e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5352e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5352e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5644e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5644e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5644e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5644e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5668e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5668e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5668e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5668e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5676e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5676e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5676e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5676e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5681e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5681e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x5681e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x5681e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x6759e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x6759e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x6759e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x6759e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x6802e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x6802e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/x6802e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/x6802e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/y0500e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/y0500e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/y0500e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/y0500e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/y1128e.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/y1128e.key -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/fao_train/y1128e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/fao_train/y1128e.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/french/frwikinews-test-1000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/french/frwikinews-test-1000.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/docs/spanish/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/docs/spanish/text.txt -------------------------------------------------------------------------------- /group contributions/testFolder/data/models/readme.txt: -------------------------------------------------------------------------------- 1 | directory for storing models 2 | -------------------------------------------------------------------------------- /group contributions/testFolder/data/vocabulary/agrovoc_en.rdf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/data/vocabulary/agrovoc_en.rdf.gz -------------------------------------------------------------------------------- /group contributions/testFolder/dict_to_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/dict_to_graph.py -------------------------------------------------------------------------------- /group contributions/testFolder/evaluate_rake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/evaluate_rake.py -------------------------------------------------------------------------------- /group contributions/testFolder/rake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/rake.py -------------------------------------------------------------------------------- /group contributions/testFolder/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/test.py -------------------------------------------------------------------------------- /group contributions/testFolder/testFolder2/thisIsATextFile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/testFolder2/thisIsATextFile.txt -------------------------------------------------------------------------------- /group contributions/testFolder/test_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/test_data.py -------------------------------------------------------------------------------- /group contributions/testFolder/times.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/group contributions/testFolder/times.csv -------------------------------------------------------------------------------- /libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/libraries.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/main.py -------------------------------------------------------------------------------- /rake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/rake.py -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/run.py -------------------------------------------------------------------------------- /templates/_navbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/templates/_navbar.html -------------------------------------------------------------------------------- /templates/docs_team.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/templates/docs_team.html -------------------------------------------------------------------------------- /templates/docs_tools.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/templates/docs_tools.html -------------------------------------------------------------------------------- /templates/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/templates/home.html -------------------------------------------------------------------------------- /templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/templates/layout.html -------------------------------------------------------------------------------- /templates/program.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Parkkeo1/Reddit_Unlocked/HEAD/templates/program.html --------------------------------------------------------------------------------