ines
956dc36785
Move functions to deprecated
2017-04-15 12:12:31 +02:00
ines
c05ec4b89a
Add compat functions and remove old workarounds
...
Add ensure_path util function to handle checking instance of path
2017-04-15 12:11:16 +02:00
ines
26445ee304
Add compat module for Python2/3 and platform compatibility
2017-04-15 12:07:02 +02:00
ines
d24589aa72
Clean up imports, unused code, whitespace, docstrings
2017-04-15 12:05:47 +02:00
ines
561f2a3eb4
Use consistent formatting for docstrings
2017-04-15 11:59:21 +02:00
Matthew Honnibal
d13f0a7017
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
2017-04-14 23:54:57 +02:00
Matthew Honnibal
97b83c74dc
WIP on training example
2017-04-14 23:54:27 +02:00
Matthew Honnibal
354458484c
WIP on add_label bug during NER training
...
Currently when a new label is introduced to NER during training,
it causes the labels to be read in in an unexpected order. This
invalidates the model.
2017-04-14 23:52:17 +02:00
Matthew Honnibal
33ba5066eb
Refactor Language.end_training, making new save_to_directory method
2017-04-14 23:51:24 +02:00
ines
28a7de8100
Merge branch 'develop'
2017-04-14 16:48:24 +02:00
ines
84341c2975
Only compile list of models if data_path exists
2017-04-14 16:48:02 +02:00
ines
b4c583a8dd
Merge branch 'master' into develop
2017-04-14 16:29:04 +02:00
Ines Montani
21b33fcce1
Merge pull request #982 from oroszgy/cli_package_fix
...
Fixed python2 issue with the package command
2017-04-14 11:08:53 +02:00
Gyorgy Orosz
dd3244c08a
Made json dump to produce unicode strings in py2
2017-04-13 23:30:47 +02:00
Ines Montani
0c73af6943
Merge pull request #980 from oroszgy/cli_model_fix
...
Fixed typo in `spacy model` CLI
2017-04-13 21:44:36 +02:00
Gyorgy Orosz
a9469c8173
Fixed typo
2017-04-13 15:24:14 +02:00
ines
cf558e37c3
Update adding languages docs with new commands
2017-04-13 13:52:11 +02:00
ines
41037f0f07
Remove unused imports
2017-04-13 13:52:11 +02:00
Ines Montani
cb7821e3e3
Merge pull request #979 from tsohil/patch-1
...
Extra brace ")" creating error
2017-04-13 13:46:12 +02:00
Sohil
328678c7e9
Extra brace ")" creating error
...
There is an extra closing brace `)` which is creating error while running example.
2017-04-13 17:12:28 +05:30
ines
1b92c8d5d5
Use unicode paths on Windows/Python 2 and catch other errors ( resolves #970 )
...
try/except here is quite dirty, but it'll at least make sure users see
an error message that explains what's going on
2017-04-10 17:49:51 +02:00
ines
ecfbc0b621
Update user survey badge
2017-04-10 17:49:51 +02:00
Matthew Honnibal
49e2de900e
Add costs property to StepwiseState, to show which moves are gold.
2017-04-10 11:37:04 +02:00
Ines Montani
9d4624d372
Update CONTRIBUTING.md
2017-04-08 13:35:52 +02:00
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