Matthew Honnibal
d20eeac156
* Start work on lexrank tutorial
2015-01-30 16:42:43 +11:00
Matthew Honnibal
b3f9b199cf
Merge branch 'punctparse'
2015-01-30 16:38:56 +11:00
Matthew Honnibal
ca7577d8a9
* Allow parsers and taggers to be trained on text without gold pre-processing.
2015-01-30 16:36:24 +11:00
Matthew Honnibal
67d6e53a69
* Ensure parser and tagger function correctly when training from missing values, indicated by -1
2015-01-30 14:08:56 +11:00
Matthew Honnibal
4ff180db74
* Fix off-by-one error in commit 0a7fceb
2015-01-30 12:49:33 +11:00
Matthew Honnibal
d0e08a5b57
* Upd index tests
2015-01-30 12:35:13 +11:00
Matthew Honnibal
0a7fcebdf7
* Fix Issue #12 : Incorrect token.idx calculations for some punctuation, in the presence of token cache
2015-01-30 12:33:38 +11:00
Matthew Honnibal
b38093237e
* More debug prints
2015-01-30 11:15:54 +11:00
Matthew Honnibal
35a18250cc
* Upd tests, avoiding unnecessary processing to make testing faster
2015-01-30 10:41:55 +11:00
Matthew Honnibal
5458f220f8
* Fix quickstart instructions
2015-01-30 10:31:25 +11:00
Matthew Honnibal
11ed65b93c
* Work on alignment, for evaluation with non-gold preprocessing
2015-01-30 10:31:03 +11:00
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
9e78d673d5
* Fix quickstart installation docs
2015-01-28 14:28:34 +11:00
Matthew Honnibal
fe5f34c37c
Merge branch 'master' of ssh://github.com/honnibal/spaCy
2015-01-28 14:01:00 +11:00
Matthew Honnibal
781dd712dc
* Fix numpy commit problem
2015-01-28 14:00:20 +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
honnibal
97d91ada3a
Update README.md
2015-01-27 21:55:36 +11:00
honnibal
51ca3a285d
Update README.md
2015-01-27 21:55:23 +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