Matthew Honnibal
|
7ab03050d4
|
Add resize_vectors method to Vocab
|
2016-10-21 01:44:50 +02:00 |
|
Matthew Honnibal
|
8ce8803824
|
Fix JSON in tokenizer
|
2016-10-21 01:44:20 +02:00 |
|
Matthew Honnibal
|
6eb73a095f
|
Fix JSON in tagger
|
2016-10-21 01:44:10 +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 |
|
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 |
|