Tiberiu Cristian Leon
Tiberiu Cristian Leon
Concerning the logic: Is this a viable response? ```bash >>> doc = nlp("This is a majour mistaken.") >>> print(doc._.outcome_spellCheck) This is a fact mistaken. >>> doc = nlp("This is a...
File: applications.py change line df = pd.read_csv(self.csv_path) to whatever separator you might need df = pd.read_csv(self.csv_path, sep='\t') In your case: df = pd.read_csv(self.csv_path, sep='~') And thank you to the developer...
ltc@ltc-VirtualBox:~$ python Python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] on linux2 I see now it works with python3. The same happened on my Windows machine, I needed...
Yes, but still have problems with the German chars: This is the AHK line: RunWait, %Comspec% /c /U & chcp 1250 & python dpl.py -s EN -t DE %searchtexturlencoded% |...