Commit Graph

677 Commits

Author SHA1 Message Date
Matthew Honnibal ebf7d2fab1 * Use non-joint sbd, for more simplicity and fewer classes 2015-01-29 06:22:03 +11:00
Matthew Honnibal d05c5bf141 * Remove comment 2015-01-29 05:19:27 +11:00
Matthew Honnibal b4348ce1c3 * Messily use unsegmented sentences to train the parser 2015-01-29 04:21:13 +11:00
Matthew Honnibal 320b045daa * Oracle now consistent over gold standard derivation 2015-01-29 03:41:58 +11:00
Matthew Honnibal f590382134 * Work on sbd 2015-01-29 03:18:29 +11:00
Matthew Honnibal b08c0ce54e * Fix numpy install problem 2015-01-28 13:58:33 +11:00
Matthew Honnibal 9171284d62 * Fix compile-from-source instructions 2015-01-28 12:27:44 +11:00
Matthew Honnibal 1884a7a0be * Attach comment with paper 2015-01-28 03:18:43 +11:00
Matthew Honnibal a2d6b195db * Add messy Break transitions, carefully following the scheme of Dd Zhang et al (2013) 2015-01-28 03:09:45 +11:00
Matthew Honnibal f9ee5d9934 * Build a python list of word strings, for debugging 2015-01-28 01:06:13 +11:00
Matthew Honnibal d819101571 * Improve error message on oracle failure 2015-01-28 00:58:03 +11:00
Matthew Honnibal 1d39562946 * Ws 2015-01-28 00:57:16 +11:00
Matthew Honnibal e6c3d3471f * Tweak documentation for Tokens, and hide constructor as __cinit__ 2015-01-27 18:57:52 +11:00
Matthew Honnibal e10b712d29 * Ammend warning 2015-01-27 18:56:18 +11:00
Matthew Honnibal a5a9417d92 * Fix typo from toby 2015-01-27 18:53:29 +11:00
Matthew Honnibal f5fab2d9d7 * Switch to using sphinx_rtd_theme locally, instead of via pip install, for better control. Specifically, need to support google analytics 2015-01-27 18:52:47 +11:00
Matthew Honnibal 7b6bf87c25 * Fix api docs 2015-01-27 17:58:29 +11:00
Matthew Honnibal d9bd3c611d * Improve API docs 2015-01-27 17:56:36 +11:00
Matthew Honnibal fd1bb648cc * Work on api.rst 2015-01-27 16:47:28 +11:00
Matthew Honnibal c38c62d4a3 * Add docstring to English class 2015-01-27 02:45:21 +11:00
Matthew Honnibal 830b9358f8 * Fix links in API docs 2015-01-27 01:08:56 +11:00
Matthew Honnibal d4c99f7dec * Add attrs.pxd 2015-01-26 22:22:09 +11:00
Matthew Honnibal af88a70a25 * Docs edit 2015-01-26 13:31:27 +11:00
Matthew Honnibal 3096b0e0f1 * Another docs edit 2015-01-26 13:29:02 +11:00
Matthew Honnibal 00974959a9 * Fixes to examples 2015-01-26 13:26:42 +11:00
honnibal 9d3afba255 Merge pull request #6 from dan-blanchard/patch-1
Make the accuracy table show up
2015-01-26 10:08:48 +11:00
Dan Blanchard d942c24639 Make the accuracy table show up
It was previously commented out.  I'm not sure if this was intentional, but the text "The table above" was very confusing without the table.
2015-01-25 17:31:34 -05:00
honnibal 1aeb88d771 Merge pull request #5 from MatthieuBizien/patch-1
Bug fix on the documentation
2015-01-26 05:32:43 +11:00
MatthieuBizien e237b69247 Bug fix on the documentation 2015-01-25 19:30:50 +01:00
Matthew Honnibal 86d7e151e9 * Explain acronym 2015-01-26 05:10:04 +11:00
Matthew Honnibal 97c4518705 * Fix code in examples. 2015-01-26 04:55:41 +11:00
honnibal 5ef7485749 Merge pull request #3 from mrshu/mrshu/docs-cosine-fix
docs: Added missing cosine declaration
2015-01-26 04:52:40 +11:00
mr.Shu e6dc0958c4 docs: Added missing cosine declaration
* Added missing cosine declaration to code listing that already included
  imports for `dot` and `norm` function it uses.

Signed-off-by: mr.Shu <mr@shu.io>
2015-01-25 17:51:18 +01:00
Matthew Honnibal 006699eeb9 Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-01-26 03:07:55 +11:00
Matthew Honnibal ae27f91ed7 * Merge index.rst 2015-01-26 03:07:46 +11:00
Matthew Honnibal 3bdb368762 * Add license file 2015-01-26 03:07:18 +11:00
honnibal 824be0f3a5 Update README.md 2015-01-26 03:03:50 +11:00
honnibal 8a2851869c Update README.md 2015-01-26 03:03:24 +11:00
Matthew Honnibal 8394e3b508 Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-01-26 02:30:11 +11:00
honnibal b383832da6 Merge pull request #2 from piskvorky/patch-1
Update index.rst
2015-01-26 02:29:33 +11:00
Radim Řehůřek 3394eaad8a Update index.rst
Fix broken links.
2015-01-25 15:58:05 +01:00
Matthew Honnibal de2d63b11b * Upd index.rst 2015-01-25 23:38:36 +11:00
Matthew Honnibal 7862d45468 * Fix link in docs 2015-01-25 23:32:06 +11:00
Matthew Honnibal 6f1b364b32 * Edits to docs 2015-01-25 23:05:35 +11:00
Matthew Honnibal 30a02f2611 * Upd requirements 2015-01-25 23:01:42 +11:00
Matthew Honnibal d4a493855e * Fix error msg 2015-01-25 23:01:30 +11:00
Matthew Honnibal 7f87716cf7 * Fix download script 2015-01-25 23:01:10 +11:00
Matthew Honnibal 8cd5a91063 * Inc version, and add wget as requirement 2015-01-25 23:00:54 +11:00
Matthew Honnibal 67ad1581f1 * Edits to docs 2015-01-25 22:59:56 +11:00
Matthew Honnibal 140cd47e26 * Edits to docs 2015-01-25 22:57:37 +11:00