Commit Graph

3423 Commits

Author SHA1 Message Date
Matthew Honnibal
6eb73a095f Fix JSON in tagger 2016-10-21 01:44:10 +02:00
Ines Montani
296897ad42 Move example sputnik package.json to examples directory 2016-10-21 01:10:33 +02:00
Ines Montani
e619aba8df Move WordNet license to correct place 2016-10-21 01:07:16 +02:00
Ines Montani
d1c0b1feb7 Add v1.0 release announcement to landing page 2016-10-21 01:00:34 +02:00
Ines Montani
ace0b2de92 Remove contributors folder (temporary, until copy is fixed) 2016-10-21 01:00:34 +02:00
Ines Montani
4c3682a362 Update version number and stargazers 2016-10-21 01:00:34 +02:00
Ines Montani
cd5e470508 Add section object with larger margin 2016-10-21 01:00:34 +02:00
Ines Montani
593f7eb413 Update installation docs 2016-10-21 01:00:34 +02:00
Ines Montani
0373d23727 Update code in rule-based matcher tutorial 2016-10-21 01:00:34 +02:00
Ines Montani
2251abb236 Update training tutorial 2016-10-21 01:00:34 +02:00
Ines Montani
f8322a69e7 Rename "English" section to "Language" 2016-10-21 01:00:34 +02:00
Matthew Honnibal
e16e78a737 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-10-21 00:00:15 +02:00
Matthew Honnibal
147373c807 Increment version 2016-10-21 00:00:03 +02:00
Matthew Honnibal
fd0587d369 Merge pull request #545 from adamhadani/feature/ah-fix-ujson-deps
added ujson dependency to setup.py
2016-10-21 08:58:48 +11:00
Adam Ever Hadani
452b766d82 added ujson dependency to setup.py 2016-10-20 14:57:18 -07:00
Matthew Honnibal
e80944276f Fix Span.vector_norm 2016-10-20 21:58:56 +02:00
Matthew Honnibal
6d301fa06f Merge branch 'master' of https://github.com/explosion/spaCy 2016-10-20 21:32:34 +02:00
Matthew Honnibal
1ae3bde58f Fix deep learning example code 2016-10-20 21:32:26 +02:00
Matthew Honnibal
f5fe4f595b Fix json loading, for Python 3. 2016-10-20 21:23:26 +02:00
Matthew Honnibal
2e92c6fb3a Fix JSON encoding issue on load 2016-10-20 21:06:48 +02:00
Matthew Honnibal
b5a74f8ad2 Don't automatically include a data/ directory. 2016-10-20 20:50:32 +02:00
Matthew Honnibal
4ad7bb96c9 Increment version. 2016-10-20 20:48:30 +02:00
Matthew Honnibal
5ec32f5d97 Fix loading of GloVe vectors, to address Issue #541 2016-10-20 18:27:48 +02:00
Matthew Honnibal
06b83d8f40 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-10-20 16:58:11 +02:00
Matthew Honnibal
ddeabd76c4 Fix mistake loading GloVe vectors. GloVe vectors now loaded by default if present, as promised. 2016-10-20 16:57:53 +02:00
Matthew Honnibal
1e3c1d6044 Merge pull request #540 from kendricktan/master
Fixed train_parser examples when model_dir isn't None
2016-10-21 00:49:39 +11:00
kendricktan
f77b3dc677 Fixed train_parser examples when model_dir isn't None 2016-10-20 23:40:51 +10:00
Matthew Honnibal
bfe5cb1244 Increment version. 2016-10-20 14:52:00 +02:00
Matthew Honnibal
212b68de81 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-10-20 14:43:09 +02:00
Matthew Honnibal
f189a3cb00 Fix encoding when opening files in Python 2.7, re Issue #539 2016-10-20 14:42:56 +02:00
Matthew Honnibal
7e4e46f3c1 Merge pull request #538 from kendricktan/master
Fixed train_ner examples when model_dir isn't None
2016-10-20 23:38:45 +11:00
Matthew Honnibal
339b56eb1f Try to get travis to test LC_ALL=en_US.ascii 2016-10-20 14:32:16 +02:00
kendricktan
d817d57219 Fixed train_ner examples when model_dir isn't None 2016-10-20 21:09:07 +10:00
Matthew Honnibal
213027a1a1 Fix deep learning example 2016-10-20 04:39:54 +02:00
Matthew Honnibal
5378949326 Fix example 2016-10-20 03:42:34 +02:00
Matthew Honnibal
d17546681c Fix deep learning tutorial 2016-10-20 03:21:56 +02:00
Matthew Honnibal
a660585b12 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-10-20 03:00:18 +02:00
Matthew Honnibal
4c27958990 Fix bugs in deep_learning_keras example. 2016-10-20 02:49:14 +02:00
Ines Montani
f1a535e9c0 Update README.rst 2016-10-20 00:09:52 +02:00
Matthew Honnibal
3f545f50b5 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-10-19 23:51:15 +02:00
Ines Montani
0931d340ef Update README.rst 2016-10-19 23:51:02 +02:00
Matthew Honnibal
c353a5214d Increment version 2016-10-19 23:51:01 +02:00
Matthew Honnibal
d10c17f2a4 Fix Issue #536: oov_prob was 0 for OOV words. 2016-10-19 23:38:47 +02:00
Matthew Honnibal
dfa752d064 Increment version 2016-10-19 23:19:13 +02:00
Matthew Honnibal
3588a18fb8 Fix hook names in doc 2016-10-19 21:15:16 +02:00
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