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
# pip install spacy | |
# python -m spacy download en_core_web_sm | |
import spacy | |
# Load English tokenizer, tagger, parser, NER and word vectors | |
nlp = spacy.load('en_core_web_sm') | |
# Process whole documents | |
text = ("I saw hem. He is a saw.") |
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
import collections | |
import csv | |
import itertools | |
# http://www.manythings.org/anki/ | |
# Russian - English rus-eng.zip (304513) | |
INPUT_FILE_1 = "rus.txt" | |
# Spanish - English spa-eng.zip (118964) |
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
""" | |
Extracts word transcriptions from En-En_Oxford Advanced Learners Dictionary.dsl | |
These words have invalid definitions: | |
shit, to | |
""" | |
import re |
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
package main | |
import ( | |
"bufio" | |
"io" | |
"io/ioutil" | |
"log" | |
"net/http" | |
"net/http/cookiejar" | |
"net/url" |
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
make[1]: Entering directory '/c/Develop/Go/projects2/libxlsxwriter/third_party/minizip' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/c/Develop/Go/projects2/libxlsxwriter/third_party/minizip' | |
make[1]: Entering directory '/c/Develop/Go/projects2/libxlsxwriter/src' | |
cp libxlsxwriter.a libxlsxwriter.dll ../lib | |
make[1]: Leaving directory '/c/Develop/Go/projects2/libxlsxwriter/src' | |
make[1]: Entering directory '/c/Develop/Go/projects2/libxlsxwriter/test/functional/src' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/c/Develop/Go/projects2/libxlsxwriter/test/functional/src' | |
C:/Develop/Python/Python27/Scripts/py.test test/functional -v |
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
// По русски | |
package main | |
import ( | |
"fmt" | |
) | |
func main() { | |
fmt.Println("Hello, world!") | |
} |
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
DPI scale: 1 | |
startup, version: 3083 windows x64 channel: stable | |
executable: /C/Apps/sublime3/sublime_text.exe | |
working dir: /C/Develop/Go/gopath/src/sql2cvs | |
packages path: /C/Apps/sublime3/Data/Packages | |
state path: /C/Apps/sublime3/Data/Local | |
zip path: /C/Apps/sublime3/Packages | |
zip path: /C/Apps/sublime3/Data/Installed Packages | |
ignored_packages: ["Vintage"] | |
Unable to parse binding {button: button1, command: gotools_goto_def, count: 1, modifiers: [ctrl]} |