Matthew Honnibal
49c117960c
Fix bug where huffman codec died if given empty freqs dict.
2016-10-23 16:28:05 +02:00
Matthew Honnibal
99ff8b902f
Test that huffman codec works with empty freqs dict
2016-10-23 16:27:45 +02:00
Matthew Honnibal
15c9b59f0e
Fix Issue #461 : O tag was being clobbered by doc.ents.__set__
2016-10-23 15:50:26 +02:00
Matthew Honnibal
e5627134d9
Test Issue #461 : ent_iob tag incorrect after setting entities.
2016-10-23 15:50:04 +02:00
Matthew Honnibal
f62088d646
Fix compile error
2016-10-23 14:50:50 +02:00
Matthew Honnibal
2c3a67b693
Fix calculation of vector norm, re Issue #522 . Need to consolidate the calculations into a helper function.
2016-10-23 14:49:31 +02:00
Matthew Honnibal
a0a4ada42a
Fix calculation of L2-norm for Lexeme
2016-10-23 14:44:45 +02:00
Matthew Honnibal
7638f439e5
Merge branch 'master' of ssh://github.com/explosion/spaCy
2016-10-23 14:33:54 +02:00
Matthew Honnibal
2989072aac
Add tests to verify that Issue #442 is fixed in 1.1
2016-10-23 14:33:13 +02:00
Matthew Honnibal
739213a8af
Fix create_pipeline keyword argument.
2016-10-23 14:24:16 +02:00
Matthew Honnibal
bea44bd3c4
Fix vector_norm when vector is assigned to Lexeme.
2016-10-23 14:23:56 +02:00
Matthew Honnibal
e838b6d53f
Add tests for using the new Entity ID tracking in the rule matcher
2016-10-23 14:04:01 +02:00
Matthew Honnibal
30ebb84e73
Merge pull request #561 from chssch/master
...
Working version of rule matcher tutorial
2016-10-23 02:52:20 +11:00
chssch
cf7b6f7a9d
Add merge phrases from https://github.com/explosion/spaCy/issues/523#issuecomment-255172782
2016-10-22 15:15:53 +02:00
chssch
6b30cbaf0b
Strings has be to on vocab object
2016-10-22 15:15:53 +02:00
Matthew Honnibal
8356a2893a
Merge pull request #551 from sixhobbits/patch-1
...
Add Windows Compiler installation instructions
2016-10-22 23:03:57 +11:00
Gareth Dwyer
6516cd4a19
Add Windows Compiler installation instructions
...
The ReadMe currently says that Windows Spacy Users should install a full Visual Studio version in order to compile Spacy. Some might prefer to only install the compiler provided by Microsoft (or MinGW if this is confirmed to work?). I added a link to the Wiki that points to the various Microsoft downloads, as these are quite difficult to find otherwise.
2016-10-22 13:28:27 +02:00
Matthew Honnibal
e7af75e0a9
Add test for vector resizing, re Issue #544
2016-10-21 17:07:21 +02:00
Matthew Honnibal
016cd5ab01
Merge branch 'master' of ssh://github.com/explosion/spaCy
2016-10-21 16:31:19 +02:00
Matthew Honnibal
ca8ea33abc
Bump version to 1.1.0
2016-10-21 16:30:57 +02:00
Matthew Honnibal
9132546c21
Update README.rst
2016-10-21 20:53:50 +11:00
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
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