commit e3fad681c5cdf88c002016ffd7a069c5f320b5bf Author: honnibal Date: Fri Jul 4 01:15:40 2014 +1000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..51cbe8525 --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +bin/ +build/ +develop-eggs/ +dist/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Rope +.ropeproject + +# Django stuff: +*.log +*.pot + +# Sphinx documentation +docs/_build/ + diff --git a/README.md b/README.md new file mode 100644 index 000000000..1fd909376 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +spaCy +===== + +Lightning fast, full-cream NL tokenization. Tokens are pointers to rich Lexeme structs.