Commit Graph

3674 Commits

Author SHA1 Message Date
Ines Montani
8f584ba468 Update logos 2016-11-03 22:09:59 +01:00
Ines Montani
f343295beb Update logo order and add sizes 2016-11-03 22:09:59 +01:00
Ines Montani
c87b709f23 Use grid and no grayscale for logo wall rendering 2016-11-03 22:09:59 +01:00
Ines Montani
aad0495ff6 Add grid style to center content horizontally and vertically 2016-11-03 22:09:59 +01:00
Ines Montani
7d0a1d9c67 Add option for grid modifier classes 2016-11-03 22:09:59 +01:00
Ines Montani
55e791dff9 Merge pull request #601 from SultanMirza/patch-1
Remove typo in data model workflow
2016-11-03 17:35:05 +01:00
SultanMirza
d824f8c322 removed typo 2016-11-03 21:53:58 +05:30
Ines Montani
c4a8ad356e Update website README.md 2016-11-03 13:06:29 +01:00
Ines Montani
b5abdcb390 Fix formatting 2016-11-03 13:06:05 +01:00
Ines Montani
42bf4ff9fe Add TruthBot to showcase 2016-11-03 12:43:55 +01:00
Ines Montani
c748474a9e Fix formatting 2016-11-03 01:52:31 +01:00
Ines Montani
a1cee7ade5 Add subtle background to active items 2016-11-03 01:52:25 +01:00
Ines Montani
e5df86419e Move sidebar padding to individual items 2016-11-03 01:52:15 +01:00
Ines Montani
5720122cee Remove unused files 2016-11-03 00:39:19 +01:00
Ines Montani
b22cb8ae91 Patch version 2016-11-03 00:39:19 +01:00
Matthew Honnibal
f1605df2ec Fix #588: Matcher should reject empty pattern. 2016-11-03 00:16:44 +01:00
Matthew Honnibal
72b9bd57ec Test Issue #588: Matcher accepts invalid, empty patterns. 2016-11-03 00:09:35 +01:00
Matthew Honnibal
59a30325ba Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-11-03 00:04:12 +01:00
Ines Montani
cd89f6b602 Add line break 2016-11-03 00:03:37 +01:00
Matthew Honnibal
41a90a7fbb Add tokenizer exception for 'Ph.D.', to fix 592. 2016-11-03 00:03:34 +01:00
Ines Montani
eea9f1aab4 Make small changes and update StackOverflow text 2016-11-03 00:02:49 +01:00
Matthew Honnibal
532318e80b Import Jieba inside zh.make_doc 2016-11-02 23:49:19 +01:00
Matthew Honnibal
f292f7f0e6 Fix Issue #599, by considering empty documents to be parsed and tagged. Implementation is a bit dodgy. 2016-11-02 23:48:43 +01:00
Matthew Honnibal
b6b01d4680 Remove deprecated tokens_from_list test. 2016-11-02 23:47:21 +01:00
Matthew Honnibal
04fe18d23d Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-11-02 23:40:27 +01:00
Matthew Honnibal
3d6c79e595 Test Issue #599: .is_tagged and .is_parsed attributes not reflected after deserialization for empty documents. 2016-11-02 23:40:11 +01:00
Matthew Honnibal
05a8b752a2 Fix Issue #600: Missing setters for Token attribute. 2016-11-02 23:28:59 +01:00
Matthew Honnibal
125c910a8d Test Issue #600 2016-11-02 23:24:13 +01:00
Ines Montani
2515b32a74 Add documentation for Tokenizer API (see #600) 2016-11-02 23:18:02 +01:00
Ines Montani
309a8c2c0f Use more distinct color for table footers 2016-11-02 23:18:01 +01:00
Matthew Honnibal
fd2a012fd3 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-11-02 23:15:52 +01:00
Matthew Honnibal
e0c9695615 Fix doc strings for tokenizer 2016-11-02 23:15:39 +01:00
Ines Montani
2329adf891 Fix typo 2016-11-02 21:34:56 +01:00
Matthew Honnibal
7b7660c903 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-11-02 20:49:15 +01:00
Matthew Honnibal
80824f6d29 Fix test 2016-11-02 20:48:40 +01:00
Matthew Honnibal
dbe47902bc Add import fr 2016-11-02 20:48:29 +01:00
Matthew Honnibal
8f24dc1982 Fix infixes in Italian 2016-11-02 20:43:52 +01:00
Matthew Honnibal
41a4766c1c Fix infixes in spanish and portuguese 2016-11-02 20:43:12 +01:00
Matthew Honnibal
3d4bd96e8a Fix infixes in french 2016-11-02 20:41:43 +01:00
Matthew Honnibal
c09a8ce5bb Add test for french tokenizer 2016-11-02 20:40:31 +01:00
Matthew Honnibal
b012ae3044 Add test for loading languages 2016-11-02 20:38:48 +01:00
Matthew Honnibal
ad1c747c6b Fix stray POS in language stubs 2016-11-02 20:37:55 +01:00
Matthew Honnibal
e9e6fce576 Handle null prefix/suffix/infix search in tokenizer 2016-11-02 20:35:48 +01:00
Matthew Honnibal
22647c2423 Check that patterns aren't null before compiling regex for tokenizer 2016-11-02 20:35:29 +01:00
Matthew Honnibal
5ac735df33 Link languages in __init__.py 2016-11-02 20:05:14 +01:00
Matthew Honnibal
c68dfe2965 Stub out support for Italian 2016-11-02 20:03:24 +01:00
Matthew Honnibal
6dbf4f7ad7 Stub out support for French, Spanish, Italian and Portuguese 2016-11-02 20:02:41 +01:00
Matthew Honnibal
6b8b05ef83 Specify that spacy.util is encoded in utf8 2016-11-02 19:58:00 +01:00
Matthew Honnibal
5363224395 Add draft Jieba tokenizer for Chinese 2016-11-02 19:57:38 +01:00
Matthew Honnibal
f7fee6c24b Check for class-defined make_docs method before assigning one provided as an argument 2016-11-02 19:57:13 +01:00