mofosyne commited on
Commit
311e2c1
1 Parent(s): 04217d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -56,6 +56,7 @@ While the main source code may be outdated, the corpus may still be of some use
56
  * stupidfilter.sql - This is the original corpus which is a MySQL dumpfile
57
  * stupidfilter.sqlite - This is an sqlite database that was manually converted by me from the original MySQL dumpfile using <https://github.com/mysql2sqlite/mysql2sqlite>
58
  * train.csv - This is a csv corpus file that was converted manually by me from from stupidfilter.sqlite using *DB Browser for SQLite* linux program
 
59
 
60
  ------
61
 
 
56
  * stupidfilter.sql - This is the original corpus which is a MySQL dumpfile
57
  * stupidfilter.sqlite - This is an sqlite database that was manually converted by me from the original MySQL dumpfile using <https://github.com/mysql2sqlite/mysql2sqlite>
58
  * train.csv - This is a csv corpus file that was converted manually by me from from stupidfilter.sqlite using *DB Browser for SQLite* linux program
59
+ * stupidfilter.json - This is a tabular key referenced json file that was manually converted by me from train.csv using [this csv to json via jq technique](https://stackoverflow.com/questions/32960857/how-to-convert-arbitrary-simple-json-to-csv-using-jq)
60
 
61
  ------
62