Commit Graph

3328 Commits

Author SHA1 Message Date
Matthew Honnibal
5d5742b773 Add sentiment field to doc, rename getters_for_tokens and getters_for_spans, add user_hooks field to Doc. 2016-10-19 20:54:22 +02:00
Matthew Honnibal
ed5e178817 Add sentiment property on lexeme object 2016-10-19 20:52:52 +02:00
Matthew Honnibal
7a26b8a100 Fix numpy header 2016-10-19 20:05:44 +02:00
Matthew Honnibal
909e65f2a3 Remove bad cygwin code from numpy header. 2016-10-19 20:02:14 +02:00
Matthew Honnibal
d4aaf2752c Fix issue #535: Pipeline elements added even when data not installed. 2016-10-19 19:55:19 +02:00
Matthew Honnibal
ca89fd0919 Update Keras deep learning tutorial 2016-10-19 19:37:09 +02:00
Matthew Honnibal
f60cefc048 Add first draft of spaCy+keras integration example. 2016-10-19 14:43:13 +02:00
Matthew Honnibal
04d1c959da Fix version 2016-10-19 03:45:37 +02:00
Ines Montani
ad66f65d94 Update README.rst 2016-10-19 03:45:07 +02:00
Ines Montani
1e5c17076d Update README.rst 2016-10-19 03:42:33 +02:00
Matthew Honnibal
2f9f375563 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-10-19 03:24:53 +02:00
Matthew Honnibal
d35aa7344e Change version ID to make PyPi happy 2016-10-19 03:24:39 +02:00
Ines Montani
f377ac2722 Update README.rst 2016-10-19 03:23:56 +02:00
Ines Montani
9c57aa7473 Update README.rst 2016-10-19 03:18:40 +02:00
Matthew Honnibal
33333ca5d4 Disable osx build. 2016-10-19 03:08:24 +02:00
Matthew Honnibal
9dd789d140 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-10-19 03:05:30 +02:00
Matthew Honnibal
89d2a5c8b3 Increment build version. 2016-10-19 03:05:17 +02:00
Ines Montani
3937d5a076 Update README.rst 2016-10-19 02:45:22 +02:00
Ines Montani
9b0fcc4ed0 Update README.rst 2016-10-19 02:35:12 +02:00
Ines Montani
18ea37f9eb Update README.rst 2016-10-19 02:32:08 +02:00
Ines Montani
fb99d0b684 Update website README.md 2016-10-19 01:24:22 +02:00
Ines Montani
da0985114d Update tutorials 2016-10-19 01:24:22 +02:00
Ines Montani
4f41a065fe 🔴 Use correct variables name and fix top navigation 2016-10-19 01:24:22 +02:00
Matthew Honnibal
622b0a9674 Tweak download script 2016-10-19 00:52:16 +02:00
Matthew Honnibal
5a5c7192a5 Fix download.py for GloVe vectors. 2016-10-19 00:47:44 +02:00
Matthew Honnibal
edc45c19d6 Update download script 2016-10-19 00:41:14 +02:00
Matthew Honnibal
47c4a8e317 Try to convince travis to build for OSX 2016-10-19 00:31:27 +02:00
Matthew Honnibal
a5c99a830a Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-10-19 00:28:23 +02:00
Matthew Honnibal
811dc4da75 Fix setup.py script 2016-10-19 00:27:57 +02:00
Ines Montani
e56dc9a075 Update website 2016-10-19 00:19:42 +02:00
Matthew Honnibal
6c15cf4193 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-10-19 00:16:28 +02:00
Matthew Honnibal
ae29b9bdfd Fix travis and README conflicts 2016-10-19 00:16:11 +02:00
Matthew Honnibal
818dc83e26 Fix encoding error in setup.py 2016-10-19 00:05:53 +02:00
Matthew Honnibal
2bbb050500 Fix default of serializer_freqs 2016-10-18 19:55:41 +02:00
Matthew Honnibal
1b651db9c5 Fix parser creation in Language class. 2016-10-18 19:36:44 +02:00
Matthew Honnibal
45a6f9b9c7 Fix loading of tagger. 2016-10-18 19:33:04 +02:00
Matthew Honnibal
76c815f40d Fix spacy.load 2016-10-18 19:23:31 +02:00
Matthew Honnibal
8c8f5c62c6 Add LANG attribute to English and German 2016-10-18 18:52:48 +02:00
Matthew Honnibal
05e2a589a4 Fix None label in matcher 2016-10-18 18:05:21 +02:00
Matthew Honnibal
c3a8a1cf51 Update serializer test. 2016-10-18 16:18:46 +02:00
Matthew Honnibal
7d5212f131 Refactor defaults 2016-10-18 16:18:25 +02:00
Matthew Honnibal
a45a9d5092 Remove stray .tensor attribute from Lexeme 2016-10-18 01:16:32 +02:00
Matthew Honnibal
9258db788a Revert "Have the matcher return character offsets, to handle the match better."
This reverts commit 049c937540.
2016-10-17 16:49:51 +02:00
Matthew Honnibal
7d446e5094 Revert "Update matcher test, to reflect character offset return instead of token offset."
This reverts commit f8d3e3bcfe.
2016-10-17 16:49:49 +02:00
Matthew Honnibal
4bf2c53c13 Revert "Hack on matcher tests, for new implementation."
This reverts commit dbe60644ab.
2016-10-17 16:49:48 +02:00
Matthew Honnibal
2fd97c71cc Revert "Don't try to pickle matcher."
This reverts commit 97bd0c9d00.
2016-10-17 16:49:43 +02:00
Matthew Honnibal
97bd0c9d00 Don't try to pickle matcher. 2016-10-17 16:38:40 +02:00
Matthew Honnibal
dbe60644ab Hack on matcher tests, for new implementation. 2016-10-17 16:12:22 +02:00
Matthew Honnibal
f8d3e3bcfe Update matcher test, to reflect character offset return instead of token offset. 2016-10-17 16:00:10 +02:00
Matthew Honnibal
049c937540 Have the matcher return character offsets, to handle the match better. 2016-10-17 15:58:57 +02:00