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
Matthew Honnibal
419fef7627
* Inc version
2015-01-25 22:15:47 +11:00
Matthew Honnibal
c6b546848d
* Minor edits to index.rst
2015-01-25 22:07:08 +11:00
Matthew Honnibal
e09dc6eccd
* Add note to license page
2015-01-25 22:06:26 +11:00
Matthew Honnibal
92fb9257dd
* Add parts-of-speech file
2015-01-25 22:00:39 +11:00
Matthew Honnibal
be990810bf
* Edit quickstart page
2015-01-25 21:58:07 +11:00
Matthew Honnibal
26b2bdd76e
* Warn about crappy docs
2015-01-25 21:57:28 +11:00
Matthew Honnibal
bda5347c5c
* Fix unicode in test
2015-01-25 19:04:23 +11:00
Matthew Honnibal
77a61a8970
* Inc version
2015-01-25 18:51:35 +11:00
Matthew Honnibal
c1c3dba4cb
* Check whether vector files are present before trying to load them.
2015-01-25 18:16:48 +11:00
Matthew Honnibal
7a750983b9
* Don't package word vectors in source dist
2015-01-25 16:58:38 +11:00
Matthew Honnibal
845bd2e50d
* Add parts_of_speech to setup
2015-01-25 16:32:48 +11:00
Matthew Honnibal
5049d4c2e6
* Add parts_of_speech.pyx
2015-01-25 16:32:26 +11:00
Matthew Honnibal
12b034e3ef
* Move POS tag definitions to parts_of_speech.pxd
2015-01-25 16:31:07 +11:00
Matthew Honnibal
7431c133d8
* Add error if try to access head and not is_parsed
2015-01-25 15:33:54 +11:00
Matthew Honnibal
e2ea0fb47a
* Fix clean command
2015-01-25 14:49:29 +11:00
Matthew Honnibal
7588adf5e7
* Add numpy to install requires
2015-01-25 14:49:10 +11:00
Matthew Honnibal
951d06c824
* Silently don't parse if data is not present
2015-01-25 14:47:38 +11:00
Matthew Honnibal
0d62236247
* Add numpy to requirements
2015-01-25 02:25:29 +11:00
Matthew Honnibal
0250f39741
* Inc version
2015-01-25 02:25:16 +11:00
Matthew Honnibal
72ff9c5082
* Update parser training script for tweaked parser API
2015-01-25 02:20:49 +11:00
Matthew Honnibal
4e857ab7a6
* Fix bug in POS tagger feature
2015-01-25 02:20:15 +11:00
Matthew Honnibal
dd56e298e2
* Ensure tagging is applied if parse=True
2015-01-25 02:19:44 +11:00
Matthew Honnibal
97a9bc6f61
* Add summary paragraph to howworks
2015-01-25 01:58:48 +11:00
Matthew Honnibal
94750819cd
* Set parse=True by default --- i.e. parse unless told not to.
2015-01-25 01:28:28 +11:00
Matthew Honnibal
96c96696b8
* Add benchmark details.
2015-01-25 01:25:27 +11:00