Commit Graph

5180 Commits

Author SHA1 Message Date
Francisco Aranda
5b385e7d78 feat(spanish model): add the spanish noun chunker 2017-06-02 08:14:06 +02:00
ines
36b20d66bf Add alpha banner 2017-06-01 18:11:49 +02:00
ines
a6d99f8dab Add prefix to option IDs to avoid conflicts 2017-06-01 17:56:18 +02:00
ines
1e918b871c Remove infoboxes 2017-06-01 17:53:47 +02:00
ines
ab83dd5d25 Fix lightning tour example 2017-06-01 17:53:41 +02:00
Ines Montani
88ca82bfa6 Merge pull request #1081 from yuvalpinter/patch-2
Fixed link
2017-05-23 16:58:45 +02:00
Ines Montani
e6f4bf7af2 Merge pull request #1082 from yuvalpinter/patch-3
Fixed span example error
2017-05-23 16:58:25 +02:00
Yuval Pinter
cb418c7aef Fixed span example error
Span as written gives empty text.
2017-05-23 10:54:13 -04:00
Yuval Pinter
68b387ffc3 Fixed link
link to Doc API documentation fixed
2017-05-23 10:46:17 -04:00
Ines Montani
7f6be41f21 Fix typo in English tokenizer exceptions (resolves #1071) 2017-05-23 12:18:00 +02:00
Matthew Honnibal
2262211c46 Merge pull request #1070 from raphael0202/issue_1069
Fix issue #1069 with custom hook `Doc.sents` definition
2017-05-23 11:07:06 +02:00
Matthew Honnibal
c282167310 Merge pull request #1076 from raphael0202/patch-1
Deleting (legacy?) whitespace attribute in doc
2017-05-23 11:03:29 +02:00
Matthew Honnibal
7669b9f923 Merge pull request #1077 from raphael0202/patch-2
Add Token.orth and Token.orth_ description in doc
2017-05-23 11:00:27 +02:00
Matthew Honnibal
b885ab405d Merge pull request #1079 from yuvalpinter/patch-1
extend suffixes from first-by-character-order to last
2017-05-23 10:59:49 +02:00
Yuval Pinter
af3d121ec9 extend suffixes from first to last
reverse suffix list in `tokenizer_pseudo_code()` so the order of returned tokens matches input order
2017-05-22 10:56:03 -04:00
Raphaël Bournhonesque
a330287304 Add Token.orth and Token.orth_ description in doc 2017-05-19 21:17:31 +02:00
Raphaël Bournhonesque
7e4f31c362 Deleting (legacy?) whitespace attribute
token.whitespace raises an AttributeError
2017-05-19 21:12:41 +02:00
Matthew Honnibal
6c67482f34 Merge pull request #1074 from ardeego/patch-2
Print list comprehension
2017-05-19 19:41:45 +02:00
Niko Rebenich
d40b083934 Print list comprehension
Turn the generator expression into a list comprehension before printing
2017-05-18 14:50:43 -07:00
ines
c56c264510 Tidy up .gitignore 2017-05-18 13:49:43 +02:00
Raphaël Bournhonesque
6381ebfb14 Use yield from syntax 2017-05-18 10:42:35 +02:00
Raphaël Bournhonesque
f37d078d6a Fix issue #1069 with custom hook Doc.sents definition 2017-05-18 09:59:38 +02:00
ines
35795c88c4 Add quickstart.js widget 2017-05-17 18:22:04 +02:00
ines
22a4d19fd8 Add help mixin that displays icon with tooltip 2017-05-17 18:21:13 +02:00
ines
8a5f1cd35a Fix font weight on code blocks 2017-05-17 18:21:01 +02:00
ines
841ad29f61 Add tooltips component 2017-05-17 18:20:53 +02:00
ines
8a415fc402 Fix light version of colours to be more explicit 2017-05-17 18:20:44 +02:00
ines
ce0658d75b Add help icon 2017-05-17 18:20:33 +02:00
ines
e6f850f014 Add pip to requirements.txt and setup.py (resolves #1064) 2017-05-16 14:45:15 +02:00
ines
9003fd25e5 Fix error messages if model is required (resolves #1051)
Rename about.__docs__ to about.__docs_models__.
2017-05-13 13:14:02 +02:00
ines
24e973b17f Rename about.__docs__ to about.__docs_models__ 2017-05-13 13:09:00 +02:00
ines
6e1dbc608e Fix parse_tree test 2017-05-13 12:34:20 +02:00
ines
573f0ba867 Replace deepcopy 2017-05-13 12:34:14 +02:00
ines
bd428c0a70 Set defaults for light and flat kwargs 2017-05-13 12:34:05 +02:00
ines
c5669450a0 Fix formatting 2017-05-13 12:33:57 +02:00
Matthew Honnibal
ad590feaa8 Fix test, which imported English incorrectly 2017-05-13 11:36:19 +02:00
ines
e506811a93 Update description 2017-05-13 03:27:50 +02:00
Ines Montani
9e292e822e Merge pull request #1047 from pasupulaphani/patch-1
Update _data.json
2017-05-13 03:24:38 +02:00
Ines Montani
8d742ac8ff Merge pull request #1055 from recognai/master
Enable pruning out rare words from clusters data
2017-05-13 03:22:56 +02:00
Matthew Honnibal
12158cc06f Merge branch 'kengz-master' 2017-05-13 03:19:18 +02:00
Matthew Honnibal
b2540d2379 Merge Kengz's tree_print patch 2017-05-13 03:18:49 +02:00
oeg
cdaefae60a feature(populate_vocab): Enable pruning out rare words from clusters data 2017-05-12 16:15:19 +02:00
Phaninder Pasupula
953f638aa5 Update _data.json 2017-05-08 11:48:05 +01:00
ines
76ebd0fe5c Update CONTRIBUTING.md 2017-05-07 18:37:36 +02:00
ines
229b8c3974 Tidy up 2017-05-07 18:36:35 +02:00
ines
a793174ae9 Use setuptools.find_packages() 2017-05-03 20:11:02 +02:00
ines
fac3566aac Add descriptions to POS tagging scheme 2017-05-03 20:11:02 +02:00
ines
1570b83ee5 Add spacy.explain() note to NER annotation scheme 2017-05-03 20:11:02 +02:00
ines
219369bb7d Add detailed docs for dependency label annotations 2017-05-03 20:11:02 +02:00
ines
0de98472b3 Increment CSS version 2017-05-03 20:11:02 +02:00