This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"word": "die Abbildung, -en", | |
"sentence": "Hier in ___ Abbildung sehen Sie, wie man das Gerät einschaltet.", | |
"true": "der", | |
"options": [ | |
"das", | |
"der", | |
"dem" | |
] |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"word": "ab", | |
"correct": "from, off", | |
"correct_ru": "от, выключен", | |
"correct_ar": "من ، قبالة", | |
"sentence": "Die Fahrt kostet ab Hamburg 200 Euro.", | |
"options": [ | |
"from, off", | |
"participant", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"word": "giftig", | |
"correct": "poisonous(ly)", | |
"options": [ | |
"to tolerate, stand s.t. (I can\u2018t stand it when", | |
"to move out, dispatch (Firefighters are", | |
"poisonous(ly)" | |
] | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import numpy as np | |
from sklearn import cross_validation | |
from sklearn import svm | |
import pandas as pd | |
import math as m | |
from sklearn import preprocessing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#script for preprocessing html files using bash | |
####BETTER PERFORMANCE THAN PYTHON/R######## | |
#Check for time | |
date | |
#loop through files | |
for file in `ls ./Train1/*.txt` | |
do | |
#Remove html tags |