Matthew Honnibal
67ddce68d8
Unskip test
2018-10-02 23:47:55 +02:00
Matthew Honnibal
4cf5ce2cc2
Revert "Remove problematic test"
...
This reverts commit bdebbef455
.
2018-10-02 23:47:24 +02:00
Matthew Honnibal
e4fd2ccd07
Try previous version of regex
2018-10-02 23:37:17 +02:00
Matthew Honnibal
bdebbef455
Remove problematic test
2018-10-02 23:16:29 +02:00
Matthew Honnibal
6afc6ffe56
Skip seemingly problematic test
2018-10-02 22:33:40 +02:00
Matthew Honnibal
9e4079ddb2
Merge branch 'master' of https://github.com/explosion/spaCy
2018-10-02 19:44:43 +02:00
Matthew Honnibal
40f228c2f2
Set version to 2.0.13.dev3
2018-10-02 19:44:25 +02:00
Matthew Honnibal
9937ff93e5
Update regex version dependency
2018-10-02 19:43:59 +02:00
Ines Montani
7806deceb4
Fix typo ( closes #2815 ) [ci skip]
2018-10-01 10:49:29 +02:00
Ines Montani
ea20b72c08
💫 Make like_num work for prefixed numbers ( #2808 )
...
* Only split + prefix if not numbers
* Make like_num work for prefixed numbers
* Add test for like_num
2018-10-01 10:49:14 +02:00
John Stewart
9faea3ff10
Update Keras Example for (Parikh et al, 2016) implementation ( #2803 )
...
* bug fixes in keras example
* created contributor agreement
* baseline for Parikh model
* initial version of parikh 2016 implemented
* tested asymmetric models
* fixed grevious error in normalization
* use standard SNLI test file
* begin to rework parikh example
* initial version of running example
* start to document the new version
* start to document the new version
* Update Decompositional Attention.ipynb
* fixed calls to similarity
* updated the README
* import sys package duh
* simplified indexing on mapping word to IDs
* stupid python indent error
* added code from https://github.com/tensorflow/tensorflow/issues/3388 for tf bug workaround
2018-10-01 10:28:45 +02:00
Ioannis Daras
405a826436
Correct error in spacy universe docs concerning spacy-lookup ( #2814 )
2018-10-01 10:24:50 +02:00
Filipe Caixeta
6c498f9ff4
Update Portuguese Language ( #2790 )
...
* Add words to portuguese language _num_words
* Add words to portuguese language _num_words
* Portuguese - Add/remove stopwords, fix tokenizer, add currency symbols
* Extended punctuation and norm_exceptions in the Portuguese language
2018-09-29 09:51:45 +02:00
Matthew Honnibal
b39810d692
Fix copy_reg compatibility on _serialize module
2018-09-28 15:23:14 +02:00
Matthew Honnibal
f82f8ba5dd
Fix serialization when empty parser model. Closes #2482
2018-09-28 15:18:52 +02:00
Matthew Honnibal
d5a6c63b62
Add regression test for #2482
2018-09-28 15:18:30 +02:00
Matthew Honnibal
e3e9fe18d4
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
2018-09-28 14:27:35 +02:00
Matthew Honnibal
0323f5be0c
Fix _serialize module
2018-09-28 14:27:24 +02:00
Matthew Honnibal
05b6103a0c
Try to fix version pin for msgpack-numpy
2018-09-28 14:07:00 +02:00
Ines Montani
5d56eb70d7
Tidy up tests
2018-09-27 16:41:57 +02:00
Ines Montani
1f1bab9264
Remove unused import
2018-09-27 16:41:37 +02:00
Matthew Honnibal
6430b1fe64
Restore encoding arg on msgpack-numpy
2018-09-27 15:58:21 +02:00
Matthew Honnibal
276aa83d1a
Require older msgpack-numpy
2018-09-27 15:34:24 +02:00
Matthew Honnibal
2ac69facc6
Fix Python 2 test failure
2018-09-27 15:34:16 +02:00
Matthew Honnibal
b9ef8ac616
Fix GoldParse class when no entities
2018-09-27 15:14:27 +02:00
Matthew Honnibal
72778375fb
Merge branch 'master' of https://github.com/explosion/spaCy
2018-09-27 13:54:49 +02:00
Matthew Honnibal
96fe314d8d
Fix bug when too many entity types. Fixes #2800
2018-09-27 13:54:34 +02:00
Suraj Rajan
bbdc6456c6
Set up dependency tree pattern matching skeleton ( #2732 )
2018-09-27 13:27:18 +02:00
Matthew Honnibal
8809dc4514
Remove deprecated encoding argument to msgpack
2018-09-27 12:56:23 +02:00
Matthew Honnibal
bae6b3e2b3
Merge branch 'master' of https://github.com/explosion/spaCy
2018-09-27 12:50:31 +02:00
Ines Montani
71cdbeada7
Revert "Also include lowercase norm exceptions"
...
This reverts commit 70f4e8adf3
.
2018-09-27 12:29:25 +02:00
Charles-Axel Dein
014dd47c70
Add jupyter=True to displacy.render in documentation ( #2806 )
2018-09-27 12:28:04 +02:00
Przemysław Hojnacki
966b583d5e
agreement of contributor, may I introduce a tiny pl languge contribution ( #2799 )
...
* Contributors agreement
* Contributors agreement
* Contributors agreement
2018-09-27 12:25:22 +02:00
Charles-Axel Dein
94ad3c55f1
Add charlax's contributor agreement ( #2805 )
2018-09-27 12:24:42 +02:00
darindf
8227566805
Fix error ( #2802 )
...
* Fix error
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
* added spaCy Contributor Agreement
2018-09-26 21:31:03 +02:00
Matthew Honnibal
c8a2841308
Add property to get morph key on token
2018-09-26 21:04:29 +02:00
Matthew Honnibal
823cc4127a
Update morphology tests
2018-09-26 21:04:13 +02:00
Matthew Honnibal
2b8a53ebdc
Fix morphology functions
2018-09-26 21:03:57 +02:00
Matthew Honnibal
022dcda964
Fix morphology enum
2018-09-26 21:03:44 +02:00
Matthew Honnibal
6350234929
Add morphologizer pipeline component to Language
2018-09-26 21:03:20 +02:00
Matthew Honnibal
6f98313254
Fix disjunctive features in English tag map
2018-09-26 21:03:03 +02:00
Matthew Honnibal
f03640b41f
Fix morphology task in ud-train
2018-09-26 21:02:42 +02:00
Matthew Honnibal
1f9f834dc0
Fix morphologizer
2018-09-26 21:02:13 +02:00
Matthew Honnibal
3b6b018904
Fix loading of gold morphology
2018-09-26 21:01:48 +02:00
Ines Montani
5e0dfb34fa
Merge branch 'master' of https://github.com/explosion/spaCy
2018-09-26 11:13:58 +02:00
Matthew Honnibal
2be15fa7d2
Fix Python feature enum in morphology
2018-09-25 23:03:43 +02:00
Matthew Honnibal
031b0d2a3a
Build morphologizer in setup.py
2018-09-25 22:13:22 +02:00
Matthew Honnibal
a4fc397880
Add helper to parse features into field and column IDs
2018-09-25 22:13:10 +02:00
Matthew Honnibal
d0dc032842
Fill in missing morphologizer methods
2018-09-25 22:12:54 +02:00
Matthew Honnibal
53eb96db09
Fix definition of morphology model
2018-09-25 22:12:32 +02:00