Matthew Honnibal
cc7e607a8a
Fix gold.pyx for 1.0
2016-11-25 08:57:59 -06:00
Matthew Honnibal
314bc8d34f
Fix train script for 1.0
2016-11-25 08:57:37 -06:00
root
080d29e092
Fix train.py for 1.0
2016-11-25 08:55:33 -06:00
Ines Montani
ada007cb73
Fix formatting for consistency
2016-11-25 15:53:40 +01:00
Ines Montani
19f27cc6ef
Use consistent entity tables across docs
2016-11-25 15:48:50 +01:00
Matthew Honnibal
6652f2a135
Test #656 , #624 : special case rules for tokenizer with attributes.
2016-11-25 12:44:13 +01:00
Matthew Honnibal
1e0f566d95
Fix #656 , #624 : Support arbitrary token attributes when adding special-case rules.
2016-11-25 12:43:24 +01:00
Matthew Honnibal
87613edf8f
Add set_struct_attr staticmethod to token
2016-11-25 12:41:47 +01:00
Matthew Honnibal
fb69aa648f
Merge branch 'master' of ssh://github.com/explosion/spaCy
2016-11-25 11:35:44 +01:00
Matthew Honnibal
9a03a3f85e
Add get_struct_attr staticmethod to Token, to match Lexeme.get_struct_attr.
2016-11-25 11:35:17 +01:00
Matthew Honnibal
53d8ca8f51
Add spacy.attrs.intify_attrs function, to normalize strings in token attribute dictionaries.
2016-11-25 11:34:30 +01:00
Ines Montani
e0c7a22f09
Add usage workflow for entity recognizer
2016-11-25 02:30:31 +01:00
Ines Montani
c8e69b98cc
Update tutorial tags
2016-11-25 02:30:31 +01:00
Ines Montani
bf65d070ef
Add CodePen embed mixin
2016-11-25 02:30:31 +01:00
Ines Montani
3092efdbeb
Update CONTRIBUTORS.md
2016-11-24 22:08:36 +01:00
Ines Montani
6f7835bb70
Add tutorial
2016-11-24 19:25:21 +01:00
Ines Montani
427e942e84
Ignore temporary files
2016-11-24 19:21:27 +01:00
Ines Montani
d21ad01840
Add emoticons
2016-11-24 19:13:00 +01:00
dafnevk
d8c7ac203a
Added nl module for dutch
2016-11-24 16:39:49 +01:00
dafnevk
3db8b0d322
Added language class and some language data (with some TODOs) for Dutch
2016-11-24 15:56:38 +01:00
Ines Montani
4dcfafde02
Add line breaks
2016-11-24 14:57:37 +01:00
Ines Montani
6247c005a2
Add test for tokenizer regular expressions
2016-11-24 13:51:59 +01:00
Ines Montani
de747e39e7
Reformat language data
2016-11-24 13:51:32 +01:00
Matthew Honnibal
1f247959f3
Merge pull request #658 from pokey/master
...
Add noun_chunks to Span
2016-11-24 23:33:57 +11:00
Matthew Honnibal
b8c4f5ea76
Allow German noun chunks to work on Span
...
Update the German noun chunks iterator, so that it also works on Span objects.
2016-11-24 23:30:15 +11:00
Pokey Rule
3e3bda142d
Add noun_chunks to Span
2016-11-24 10:47:20 +00:00
Ines Montani
a98da29232
Update CONTRIBUTORS.md
2016-11-24 11:37:08 +01:00
Janneke van der Zwaan
83daade0e4
Add directory and initial (empty) files for language Dutch
2016-11-24 09:45:41 +01:00
Matthew Honnibal
09f68bc641
Fix Issue #639 : stop words in language class not used. This patch is messy, but it's better not to change too much until the language data loading can be properly refactored.
2016-11-24 00:13:55 +01:00
Matthew Honnibal
48e1dc29d4
Fix default path loading.
2016-11-23 23:48:55 +01:00
Matthew Honnibal
e01c1875ee
Work on test for #615
2016-11-23 23:48:41 +01:00
Matthew Honnibal
1b77932ba5
Merge pull request #654 from ExplodingCabbage/patch-1
...
Fix syntax mistake
2016-11-24 09:31:36 +11:00
ExplodingCabbage
6c4f488e89
Fix syntax mistake
2016-11-23 15:12:45 +00:00
Matthew Honnibal
60eb2343ce
Only try to load vectors if they exist.
2016-11-23 13:50:24 +01:00
Matthew Honnibal
618ac36093
Fix use of path argument in Language.__init__. Needs to be keyword arg, not positional.
2016-11-23 13:26:34 +01:00
Ines Montani
a7b5fba132
Merge pull request #642 from ExplodingCabbage/specify-data-path
...
Let --data-path be specified when running download.py scripts
2016-11-23 13:05:03 +01:00
Ines Montani
7558f1aeef
Ignore temporary files and allow Dropbox workaround
2016-11-22 21:27:52 +01:00
Ines Montani
4edf7057ee
Merge branch 'master' into organize-language-data
2016-11-22 19:53:57 +01:00
Ines Montani
ede2baba19
Merge pull request #647 from wjt/patch-1
...
Fix typos in docs
2016-11-21 14:33:50 +01:00
Will Thompson
e896466dcf
docs: processing-text: fix missing line wrap
2016-11-21 10:43:16 +00:00
Will Thompson
1adc96f0a6
docs: fix "installaton" typo
2016-11-21 10:37:57 +00:00
Matthew Honnibal
ba2cd3d1e7
Merge pull request #646 from ExplodingCabbage/ignore-more-stuff
...
Ignore entire data folder
2016-11-21 09:52:18 +11:00
Matthew Honnibal
d0c999e0ad
Add config.py for paddle example
2016-11-20 23:24:51 +01:00
Matthew Honnibal
605144398b
Merge branch 'master' of https://github.com/explosion/spaCy
2016-11-20 23:23:59 +01:00
Matthew Honnibal
d75fe7c19a
Update paddle example
2016-11-20 21:45:08 +01:00
Matthew Honnibal
1ef541ddff
Add train.sh for paddle
2016-11-20 21:44:33 +01:00
Mark Amery
bc368e4237
Ignore entire data folder
...
Previously only some of its content was ignored, so running
python -m spacy.en.download all
after installing from a local repo would create unstaged changes.
2016-11-20 20:33:23 +00:00
Mark Amery
fbe19680a6
Fix another bug related to Language.__init__'s path parameter
2016-11-20 20:31:34 +00:00
Ines Montani
e813c73010
Merge branch 'master' into organize-language-data
2016-11-20 19:32:42 +01:00
Mark Amery
2dc305f46b
Merge remote-tracking branch 'origin/master' into specify-data-path
2016-11-20 18:29:06 +00:00