зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 13:06:04 +02:00
* read in text from csv * add tests for csv reading * run textanalyzer in demo notebook * add text analyser in doc and demo * improve init TextDetector testing * more init tests * add csv encoding keyword * add utf16-csv file * skip csv reading on windows
32 строки
620 B
JSON
32 строки
620 B
JSON
{
|
|
"test.csvrow-1":
|
|
{
|
|
"filename": "test.csv",
|
|
"text": "this is a test"
|
|
},
|
|
"test.csvrow-2":
|
|
{
|
|
"filename": "test.csv",
|
|
"text": "bu bir denemedir"
|
|
},
|
|
"test.csvrow-3":
|
|
{
|
|
"filename": "test.csv",
|
|
"text": "dies ist ein Test"
|
|
},
|
|
"test.csvrow-4":
|
|
{
|
|
"filename": "test.csv",
|
|
"text": "c'est un test"
|
|
},
|
|
"test.csvrow-5":
|
|
{
|
|
"filename": "test.csv",
|
|
"text": "esto es una prueba"
|
|
},
|
|
"test.csvrow-6":
|
|
{
|
|
"filename": "test.csv",
|
|
"text": "detta är ett test"
|
|
}
|
|
} |