Henning Peters
1501ef58e0
Update README.md
2016-02-19 19:36:47 +01:00
Henning Peters
85f94fd314
get rid of pip-clear.py
2016-02-19 18:48:02 +01:00
Henning Peters
37a7020904
move displacy to its own subdomain
2016-02-19 14:03:52 +01:00
Henning Peters
59339d45e5
remove displacy
2016-02-19 13:30:49 +01:00
Henning Peters
0bb05ec7e1
Merge branch 'master' of github.com:spacy-io/spaCy
2016-02-19 13:30:14 +01:00
Henning Peters
d86a2a7a78
Update _installation.jade
...
with ```pip install -e .``` we don't need to set the PYTHONPATH anymore
also sync build instructions with travis script
2016-02-18 22:54:20 +01:00
Wolfgang Seeker
eae35e9b27
add tokenizer files for German, add/change code to train German pos tagger
...
- add files to specify rules for German tokenization
- change generate_specials.py to generate from an external file (abbrev.de.tab)
- copy gazetteer.json from lang_data/en/
- init_model.py
- change doc freq threshold to 0
- add train_german_tagger.py
- expects conll09-formatted input
2016-02-18 13:24:20 +01:00
Henning Peters
04e1054bfa
Merge branch 'master' of github.com:henningpeters/spaCy
2016-02-15 01:34:06 +01:00
Henning Peters
9cc4f8d5b3
avoid shadowing __name__
2016-02-15 01:33:39 +01:00
Henning Peters
135746947a
Update package.json
2016-02-14 20:19:26 +01:00
Henning Peters
4c9e3c7911
upgrade spuntik, enforce data api via model version constraints
2016-02-14 16:03:17 +01:00
Henning Peters
9d8966a2c0
Update test_tokenizer.py
2016-02-10 19:24:37 +01:00
Henning Peters
82c57f21a4
Update requirements.txt
2016-02-10 18:56:21 +01:00
Matthew Honnibal
cc66a63e0a
Merge pull request #255 from henningpeters/master
...
py26 compatibility
2016-02-11 03:24:52 +11:00
Henning Peters
3b5f1e753b
py26 compatibility
2016-02-10 14:32:54 +01:00
Henning Peters
5c60847341
remove appveyor
2016-02-10 11:29:29 +01:00
Henning Peters
7e0d1dd8d3
remove appveyor
2016-02-10 11:28:55 +01:00
Henning Peters
73251eddac
Update README.md
2016-02-10 11:05:08 +01:00
Henning Peters
66765d4d8f
Update .appveyor.yml
2016-02-10 08:04:11 +01:00
Henning Peters
ee1f1ac300
mark test_sentence_space() as model test
2016-02-10 07:49:11 +01:00
Henning Peters
2072120d7d
Update package.json
2016-02-09 19:54:52 +01:00
Henning Peters
1c0c2f565b
Update .travis.yml
2016-02-09 19:34:24 +01:00
Henning Peters
62a6adf33a
Update .travis.yml
2016-02-09 19:29:23 +01:00
Henning Peters
c00dd43fe0
add sun data
2016-02-09 16:42:55 +01:00
Henning Peters
116ec3b849
switch to buildbot.json
2016-02-09 16:11:08 +01:00
Henning Peters
8d3957c5e6
switch to buildbot.json
2016-02-09 15:31:55 +01:00
Matthew Honnibal
bc9a31df3e
Merge branch 'master' of ssh://github.com/honnibal/spaCy
2016-02-09 14:43:30 +01:00
Matthew Honnibal
9fe814225a
* Add sense2vec-reddit draft
2016-02-09 14:43:05 +01:00
Henning Peters
7c0aa60ca7
Update README.md
2016-02-08 18:48:16 +01:00
Henning Peters
ab59d6ca91
Update README.md
2016-02-08 18:47:37 +01:00
Henning Peters
4ac755b0fb
Update README.md
2016-02-08 18:42:38 +01:00
Matthew Honnibal
ad5fa3f335
Merge branch 'master' of ssh://github.com/honnibal/spaCy
2016-02-08 14:00:30 +01:00
Matthew Honnibal
9bbc41c1e3
* Fix conda install instructions
2016-02-08 13:51:13 +01:00
Matthew Honnibal
9c24d0e7bb
* Fix author bio
2016-02-08 13:49:54 +01:00
Matthew Honnibal
5d96b3ef4f
* Increment version
2016-02-07 13:48:58 +01:00
Matthew Honnibal
dc61056183
* Fix parallel_parse script
2016-02-07 02:56:16 +01:00
Matthew Honnibal
18eaa44835
* Add parallel_parse example
2016-02-07 02:53:44 +01:00
Matthew Honnibal
9b303e158e
* Add example file to show answer to Issue #252
2016-02-07 01:13:40 +01:00
Matthew Honnibal
1b83cb9dfa
* Fix Issue #251 : Incorrect right edge calculation on left-clobber low in the tree
2016-02-07 00:00:42 +01:00
Matthew Honnibal
860fd11e98
* Don't import include files --- use the repository
2016-02-06 23:59:47 +01:00
Matthew Honnibal
c6623889c1
* Add test for Issue #251 : Incorrect right edges, caused by bad update to r_edge in del_arc, triggered from non-monotonic left-arc
2016-02-06 23:47:51 +01:00
Matthew Honnibal
84e0aa7118
* Add header files to repo, to prevent cross-compilation problems
2016-02-06 22:57:11 +01:00
Matthew Honnibal
a95974ad3f
* Fix oov probability
2016-02-06 15:13:55 +01:00
Matthew Honnibal
af8514cb0c
* Refine the way the is_parsed attribute is set by from_array
2016-02-06 14:44:35 +01:00
Matthew Honnibal
161b01d4c0
* Tweak usage example for multi-processing
2016-02-06 14:44:11 +01:00
Matthew Honnibal
963ccc2aee
* Add usage note for multi-threading
2016-02-06 14:43:39 +01:00
Matthew Honnibal
7f24229f10
* Don't try to pickle the tokenizer
2016-02-06 14:09:05 +01:00
Matthew Honnibal
dcb401f3e1
* Remove broken Vocab pickling
2016-02-06 14:08:47 +01:00
Matthew Honnibal
e66d45bf66
* Restore previous patch to Span.root, as it seems it wasn't the cause of the problem.
2016-02-06 13:37:41 +01:00
Matthew Honnibal
54e210d633
* Work on docs for new .pipe() method
2016-02-06 13:34:57 +01:00