ines
29106ec740
Add "new" tag to is_currency [ci skip]
2018-02-18 14:16:26 +01:00
ines
ca2fcad5a3
Add v2.1 tag to new arguments [ci skip]
2018-02-18 14:15:18 +01:00
ines
64f97adef1
Document new Matcher.pipe keyword args [ci skip]
...
See 1cf774bdc1
2018-02-18 14:13:58 +01:00
ines
61052df31f
Document is_currency
2018-02-18 13:30:03 +01:00
Matthew Honnibal
f9f46e5a07
Revert matcher fixes from GregDubbin
2018-02-18 10:59:28 +01:00
ines
612c79a4f5
Update first matcher example and match_id ( resolves #1989 )
2018-02-17 11:57:38 +01:00
ines
ca56fb53d1
Add user survey to navigation [ci skip]
2018-02-15 12:14:30 +01:00
ines
cab5b775e7
Document ENT_TYPE matcher attribute [ci skip]
2018-02-15 12:14:19 +01:00
Pradeep Kumar Tippa
416cd021ce
Added TAG from spacy symbols which used below
2018-02-09 19:16:59 +05:30
Pradeep Kumar Tippa
01cc9cd9c0
assert statement syntax fix in doc
2018-02-09 19:16:25 +05:30
Pradeep Kumar Tippa
a78062e466
Merge remote-tracking branch 'upstream/master' into web-doc-patches
2018-02-09 19:13:19 +05:30
ines
ab33e274f5
Add more details on symlink error & Windows solution ( resolves #1941 ) [ci skip]
2018-02-09 10:43:33 +01:00
ines
8eaa934382
Merge branch 'master' of https://github.com/explosion/spaCy
2018-02-09 10:23:36 +01:00
ines
e9f67be04d
Fix regex flag matcher example ( resolves #1950 )
2018-02-09 10:23:33 +01:00
ines
fc4ae04c55
Document LENGTH attribute in matcher
2018-02-09 10:23:03 +01:00
Pradeep Kumar Tippa
8a7467b26e
Merge remote-tracking branch 'upstream/master' into web-doc-patches
2018-02-09 13:54:26 +05:30
Orion Montoya
24af6375db
update link to Honnibal and Johnson 2015
...
aclweb.org is throwing a gateway timeout on the link as `https`+`aclweb.org`, but is fine with `https`+`www.aclweb.org` (also with `http`+`aclweb.org`, but let's keep it in `https`, shall we?
2018-02-08 10:49:09 -08:00
Pradeep Kumar Tippa
03113d6779
Fixing navigating parse tree doc under dependency parse
2018-02-08 19:34:15 +05:30
ines
a3b965b29d
Remove UPPER from Matcher attributes docs ( resolves #1949 )
2018-02-08 11:29:27 +01:00
ines
696ae87b47
Fix whitespace
2018-02-08 11:28:54 +01:00
ines
26bc75134d
Fix typo
2018-02-08 11:28:44 +01:00
Pradeep Kumar Tippa
da9d687e75
Fixing typo from taining to training
2018-02-07 16:49:25 +05:30
Pradeep Kumar Tippa
ed7d268e93
Fixing vocab doc
...
Replacing "like" with "love", coffee suffix should be "fee" but not "ffe"
2018-02-07 14:55:12 +05:30
ines
f377c483e4
Add note on manual entity order in displaCy [ci skip]
2018-02-07 01:08:42 +01:00
ines
58eb178667
Update Doc.char_span docs [ci skip]
2018-02-07 01:08:30 +01:00
sayf eddine hammemi
86e7727855
Fix typo in the word build.
2018-02-04 20:48:45 +01:00
ines
901bc0e85f
Add Persian to list of languages [ci skip]
2018-02-01 04:47:34 +01:00
Hassan Shamim
a0b912c528
fix broken link to test suite models
2018-01-30 15:01:01 -08:00
greg
daefed0a34
Correct documentation of '+' and '*' ops
2018-01-22 15:55:44 -05:00
ines
67ba73351d
Fix typo and use better serialization example ( resolves #1851 ) [ci skip]
2018-01-16 18:42:03 +01:00
ines
7943a8e90c
Add spacy-lookup by @mpuig [ci skip]
2018-01-16 00:28:46 +01:00
ines
5684206154
Add LanguageCrunch by @artpar [ci skip]
2018-01-15 16:14:26 +01:00
Mateusz Tatusko
dda0e58c11
Update _pos-tags.jade
...
really small changes to English tags description, but might help some people while working on projects
1) -PRB- should be -RRB- instead
2) space gets tagged as _SP, and not SP
2018-01-15 12:01:51 +09:00
ines
0536e91564
Add note on Tagger.tag_names vs. Tagger.labels (see #1666 ) [ci skip]
2018-01-14 14:37:19 +01:00
ines
bbee48080d
Clarify hyperparameters and alias usage in spacy train ( resolves #1838 ) [ci skip]
2018-01-14 14:32:50 +01:00
ines
4daba3abda
Add regex section to rule-based matching docs (see #1567 , #1833 ) [ci skip]
2018-01-14 14:22:13 +01:00
Ines Montani
36f426fe0a
Merge pull request #1808 from fucking-signup/master
...
Fix issue #1769
2018-01-12 21:12:02 +00:00
ines
cfac5b955f
Fix aligment issues with newsletter signup form
2018-01-12 22:06:44 +01:00
ines
65babd9e2e
Fix typo, formatting and operator descriptions ( resolves #1820 )
2018-01-12 22:06:27 +01:00
Matthew Honnibal
a2a06dce24
Merge pull request #1792 from explosion/feature-improve-model-download
...
💫 Improve model downloading and linking
2018-01-11 20:02:08 +01:00
Ines Montani
11676b47f2
Merge pull request #1828 from wrathagom/patch-1
...
Small Grammar Fix to _basics.jade
2018-01-11 17:27:23 +00:00
pbnsilva
4cfd848bc3
Fixes typo in PhraseMatcher API docs
2018-01-11 17:35:59 +01:00
Caleb M. Keller
e68f6bf890
Small Grammar Fix to _basics.jade
...
Fixed an incorrect word order.
2018-01-11 09:26:47 -05:00
Matthew Honnibal
7ca49c2061
Merge branch 'master' into feature-improve-model-download
2018-01-10 18:21:55 +01:00
Kit
db6e4ba72e
Update code example according to new changes
2018-01-08 03:45:56 +01:00
ines
ef210c73dd
Update cli.download and cli.validate docs
2018-01-03 21:34:03 +01:00
ines
cc9df10e69
Document util.set_lang_class (see #1737 )
2018-01-03 20:13:25 +01:00
Ines Montani
874f174ab1
Merge pull request #1790 from nirdesh37/patch-1
...
Update goldparse.jade
2018-01-03 18:37:07 +00:00
ines
1fa6ba8130
Fix Doc.from_array example to make it work (see #1527 )
2018-01-03 16:59:38 +01:00
ines
49635350f0
Add .from_disk() to pipeline component init example ( resolves #1728 )
2018-01-03 16:50:24 +01:00