Commit Graph

3547 Commits

Author SHA1 Message Date
Ines Montani
c20abc8a6d Add customizing tokenizer and training workflow 2016-11-05 20:40:11 +01:00
Ines Montani
5e4e5b600f Update language models docs 2016-11-05 02:50:55 +01:00
Ines Montani
9251c8991a Update version 2016-11-05 02:50:55 +01:00
Ines Montani
8f9f084005 Update README.rst 2016-11-05 02:35:37 +01:00
Ines Montani
e90a1ae761 Update README.rst 2016-11-05 02:34:55 +01:00
Ines Montani
48aa8669e8 Update README.rst 2016-11-05 02:33:26 +01:00
Matthew Honnibal
014b6936ac Fix #608 -- __version__ should be available at the base of the package. 2016-11-04 21:21:02 +01:00
Matthew Honnibal
42b0736db7 Increment version 2016-11-04 20:04:21 +01:00
Matthew Honnibal
bd6e24fe0e Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-11-04 20:03:07 +01:00
Matthew Honnibal
bc8d04abc0 Package alpha es, fr, it and pt directories. 2016-11-04 20:02:53 +01:00
Matthew Honnibal
9f93386994 Update version 2016-11-04 19:28:16 +01:00
Matthew Honnibal
1fb09c3dc1 Fix morphology tagger 2016-11-04 19:19:09 +01:00
Matthew Honnibal
a36353df47 Temporarily put back the tokenize_from_strings method, while tests aren't updated yet. 2016-11-04 19:18:07 +01:00
Ines Montani
586206c7b8 Merge pull request #604 from SultanMirza/patch-1
Fix typos and mistakes in Dependency Parse usage workflow
2016-11-04 16:36:41 +01:00
SultanMirza
daedf2c153 Fixing typos and errors!!
Fixed some typos and errors on the page.
2016-11-04 20:54:28 +05:30
Matthew Honnibal
f0917b6808 Fix Issue #376: and/or was tagged as a noun. 2016-11-04 15:21:28 +01:00
Matthew Honnibal
737816e86e Fix #368: Tokenizer handled pattern 'unicode close quote, period' incorrectly. 2016-11-04 15:16:20 +01:00
Matthew Honnibal
ab952b4756 Fix #578 -- Sputnik had been purging all files on --force, not just the relevant one. 2016-11-04 10:44:11 +01:00
Matthew Honnibal
6e37ba1d82 Fix #602, #603 --- Broken build 2016-11-04 09:54:24 +01:00
Matthew Honnibal
99a7ef40b8 Merge branch 'master' of ssh://github.com/explosion/spaCy 2016-11-04 00:32:07 +01:00
Matthew Honnibal
293c79c09a Fix #595: Lemmatization was incorrect for base forms, because morphological analyser wasn't adding morphology properly. 2016-11-04 00:29:07 +01:00
Matthew Honnibal
e30348b331 Prefer to import from symbols instead of parts_of_speech 2016-11-04 00:27:55 +01:00
Matthew Honnibal
4a8a2b6001 Test #595 -- Bug in lemmatization of base forms. 2016-11-04 00:27:32 +01:00
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