Ines Montani
232cbd4f60
Update CONTRIBUTING.md
2017-04-08 13:26:48 +02:00
Matthew Honnibal
f5246831bb
Add code contribution guidelines
2017-04-08 12:56:46 +02:00
ines
7b3fe42be6
Add user survey badge to landing page
2017-04-08 10:09:43 +02:00
ines
aa680e0312
Add landing badge mixin
2017-04-08 10:09:43 +02:00
ines
4da11350f6
Add user survey badge SVG
2017-04-08 10:09:43 +02:00
ines
97d6f42136
Fix SVG formatting
2017-04-08 10:09:43 +02:00
Ines Montani
a9723a05f9
Update README.rst
2017-04-07 19:30:49 +02:00
ines
8bd7e641ab
Update README.rst
...
Skip v1.7.4 due to about.py mistake and semver
2017-04-07 19:02:35 +02:00
Matthew Honnibal
e482c369eb
Package converters module
2017-04-07 18:51:48 +02:00
Matthew Honnibal
e26577b202
Increment version
2017-04-07 18:45:06 +02:00
Matthew Honnibal
40bf7ecf27
Increment version
2017-04-07 18:44:20 +02:00
ines
9e19c7a139
Update README.rst
2017-04-07 18:34:35 +02:00
ines
5c7206c7f7
Add user survey link to website
2017-04-07 18:34:35 +02:00
Matthew Honnibal
1dca7eeb03
Add unicode declaration on new regression test
2017-04-07 18:09:23 +02:00
Matthew Honnibal
cc24b6d8d5
Fix setup.py
2017-04-07 17:53:22 +02:00
Matthew Honnibal
eedafd8d82
Fix regex version pin
2017-04-07 17:47:11 +02:00
ines
887827fc6a
Merge branch 'develop'
2017-04-07 17:36:23 +02:00
ines
444dd511c5
Fix xpassing URL test case
2017-04-07 17:36:05 +02:00
ines
c691caa9d3
Fix requests version
2017-04-07 17:35:35 +02:00
ines
bf0f15e762
Add / to tokenizer infixes ( resolves #891 )
2017-04-07 17:30:44 +02:00
ines
00b9011a49
Fix whitespace
2017-04-07 17:29:59 +02:00
ines
f9869e4dc5
Merge branch 'master' into develop
2017-04-07 17:23:40 +02:00
Matthew Honnibal
4a6204dbad
Merge remote-tracking branch 'origin/develop'
2017-04-07 17:20:09 +02:00
Matthew Honnibal
0513c43bf0
Merge branch 'master' of https://github.com/explosion/spaCy
2017-04-07 17:07:10 +02:00
Matthew Honnibal
cc36c308f4
Fix noun_chunk rules around coordination
...
Closes #693 .
2017-04-07 17:06:40 +02:00
Matthew Honnibal
2dc0d28cc4
Install pytest-timeout in travis
2017-04-07 17:06:18 +02:00
ines
1f501af602
Add file name shadowing module issue to troubleshooting guide (see #953 )
2017-04-07 16:21:32 +02:00
Matthew Honnibal
ab846256cf
Merge pull request #966 from recognai/master
...
Prepare Spanish language for training models, including configuration, rich-UD tag map and tests
2017-04-07 16:12:29 +02:00
Matthew Honnibal
83dca920d4
Rename test #913 -> #957 , comment
...
Make test for #957 reference correct bug. Add comment.
Previous commit closes #957 .
2017-04-07 15:54:25 +02:00
Matthew Honnibal
be204ed714
Merge branch 'master' of https://github.com/explosion/spaCy
2017-04-07 15:50:14 +02:00
Matthew Honnibal
e7b1ee9efd
Switch to regex module for URL identification
...
The URL detection regex was failing on input such as 0.1.2.3, as this
input triggered excessive back-tracking in the builtin re module.
The solution was to switch to the regex module, which behaves better.
Closes #913 .
2017-04-07 15:47:36 +02:00
Matthew Honnibal
5887383fc0
Add test for Issue #913 : Hang from bad regex
2017-04-07 15:47:27 +02:00
Matthew Honnibal
a001365c42
Require regex library
2017-04-07 15:43:34 +02:00
Matthew Honnibal
a5538d93d0
Merge pull request #955 from kumaranvpl/fix_keras_parikh_entailment_bugs
...
Fix keras_parikh_entailment example bugs
2017-04-07 14:59:57 +02:00
Ines Montani
2a60597089
Update CONTRIBUTORS.md
2017-04-07 13:34:05 +02:00
ines
7ea1673072
Fix whitespace
2017-04-07 13:28:48 +02:00
ines
2f38c1d77f
Add documentation for new convert and model commands
2017-04-07 13:27:55 +02:00
ines
255650dbc2
Add connlu2json converter from explosion/spacy-dev-resources/#11
2017-04-07 13:05:12 +02:00
ines
789ce8a45e
Add convert command
2017-04-07 13:04:17 +02:00
ines
9952d3b08a
Fix whitespace
2017-04-07 13:02:05 +02:00
ines
47ddce6eb7
Remove unused variable
2017-04-07 13:01:48 +02:00
ines
7dd134718a
Merge branch 'master' into develop
2017-04-07 12:00:26 +02:00
ines
dcf8ab0c47
Merge branch 'develop'
2017-04-07 12:00:09 +02:00
oeg
b10bc1a177
Adds contributor agreement dvsrepo
2017-04-07 11:58:28 +02:00
ines
f33c4cbae1
Add --no-cache-dir error to troubleshooting docs (see #958 )
2017-04-07 10:22:18 +02:00
ines
d6bbc3ffcd
Fix formatting
2017-04-07 10:22:18 +02:00
ines
75f9b4c6e2
Fix whitespace
2017-04-07 10:22:18 +02:00
oeg
c693d40791
feature(model): Add support for creating the Spanish model, including rich tagset, configuration, and basich tests
2017-04-06 18:48:45 +02:00
Matthew Honnibal
5e621b9862
Merge pull request #960 from recognai/master
...
Fixes typo in method calling Pseudoprojectivity method in create_pipeline method of BaseDefaults class
2017-04-06 17:57:27 +02:00
oeg
010293fb2f
fix(typo): Fixes typo in method calling PseudoProjectivity.deprojectivize, failing with new train cli
2017-04-06 17:33:15 +02:00