Matthew Honnibal
|
092dbb3815
|
Merge branch 'master' of ssh://github.com/honnibal/spaCy
|
2015-09-24 22:39:00 +10:00 |
|
Matthew Honnibal
|
c579b6b96c
|
* Update English morphs.json
|
2015-09-24 22:38:41 +10:00 |
|
Matthew Honnibal
|
43ff25257b
|
Merge pull request #104 from bittlingmayer/patch-1
Create README.md for /website/
|
2015-09-24 20:57:12 +10:00 |
|
Adam Mathias Bittlingmayer
|
cecb04cfba
|
Create README.md
|
2015-09-24 03:23:48 -07:00 |
|
Matthew Honnibal
|
916de3c215
|
* Write updated load-new-word-vectors documentation
|
2015-09-24 19:24:23 +10:00 |
|
Matthew Honnibal
|
3b3547251c
|
* Fix Issue #102: DT tag was mapped to DET.
|
2015-09-24 18:38:47 +10:00 |
|
Matthew Honnibal
|
d03bdaaac9
|
* Add Makefile. Currently incomplete
|
2015-09-24 18:16:39 +10:00 |
|
Matthew Honnibal
|
15f18e5753
|
* Add website to version control
|
2015-09-24 18:15:07 +10:00 |
|
Matthew Honnibal
|
7820c504d7
|
* Add sass-cache to gitignore
|
2015-09-24 18:14:21 +10:00 |
|
Matthew Honnibal
|
be4848fbcb
|
* Update morphs.json with universal dependencies/interset morphological features
|
2015-09-24 00:59:42 +10:00 |
|
Matthew Honnibal
|
abf0d930af
|
* Fix API for loading word vectors from a file.
|
2015-09-23 23:51:08 +10:00 |
|
Matthew Honnibal
|
46caf15bca
|
Merge pull request #101 from henningpeters/master
basic german rules
|
2015-09-22 21:50:26 +10:00 |
|
Henning Peters
|
911de2ae49
|
add overseen (?) char
|
2015-09-22 12:29:47 +02:00 |
|
Henning Peters
|
9ecb98f30e
|
basic german rules
|
2015-09-22 11:56:29 +02:00 |
|
Matthew Honnibal
|
d4a013ccab
|
* Add a simple example POS tagger script
|
2015-09-22 15:56:14 +10:00 |
|
Matthew Honnibal
|
f5c256745b
|
Merge branch 'master' of ssh://github.com/honnibal/spaCy
|
2015-09-22 12:26:24 +10:00 |
|
Matthew Honnibal
|
528e26a506
|
* Add rule to ensure ordinals are preserved as single tokens
|
2015-09-22 12:26:05 +10:00 |
|
Matthew Honnibal
|
9431441544
|
* Update the publish command, so that it creates a git tag
|
2015-09-22 02:26:10 +02:00 |
|
Robert
|
8711b64860
|
Force SSL for downloading English language data.
It would also be nice to have a checksum for this.
|
2015-09-21 17:26:01 -07:00 |
|
Matthew Honnibal
|
5fa18e4f9d
|
* Update mark on test_vec
|
2015-09-22 02:23:11 +02:00 |
|
Matthew Honnibal
|
361f6fdd74
|
* Inc version
|
2015-09-22 02:22:27 +02:00 |
|
Matthew Honnibal
|
d9c29de3af
|
* Add vectors tests for token API
|
2015-09-22 02:11:31 +02:00 |
|
Matthew Honnibal
|
f7283a5067
|
* Fix vectors bugs for OOV words
|
2015-09-22 02:10:25 +02:00 |
|
Matthew Honnibal
|
44aecba701
|
* Fix Token.has_vector and Lexeme.has_vector
|
2015-09-22 01:43:16 +02:00 |
|
Matthew Honnibal
|
596fde8daa
|
* Add has_vector attribute to Token and Lexeme
|
2015-09-21 19:52:43 +10:00 |
|
Matthew Honnibal
|
c0a63ac157
|
* Mark SBD tests as requiring models
|
2015-09-21 19:23:38 +10:00 |
|
Matthew Honnibal
|
1b5f8b888f
|
Merge branch 'master' of https://github.com/honnibal/spaCy
|
2015-09-21 11:07:06 +02:00 |
|
Matthew Honnibal
|
f0b9f0ff3e
|
* Add wordnet
|
2015-09-21 19:06:48 +10:00 |
|
Matthew Honnibal
|
c3dea8bc8b
|
* Inc version
|
2015-09-21 10:58:11 +02:00 |
|
Matthew Honnibal
|
f32927efbf
|
* Raise exceptions if attempt to access parse, but data is not installed. This partly but not fully addresses Issue #97. Still need exceptions on the various Token attributes that access the parse tree, e.g. token.head, token.lefts, token.rights, etc. Exceptions should be centralized, too.
|
2015-09-21 18:35:40 +10:00 |
|
Matthew Honnibal
|
388062ae01
|
* Fix repvec_length problem
|
2015-09-21 18:10:51 +10:00 |
|
Matthew Honnibal
|
ac459278d1
|
* Fix vector length error reporting, and ensure vec_len is returned
|
2015-09-21 18:08:32 +10:00 |
|
Matthew Honnibal
|
ba4e563701
|
* Ensure vectors are same length, and return vector length in load_vectors_bz2
|
2015-09-21 18:03:08 +10:00 |
|
Matthew Honnibal
|
d00fe2bbc6
|
* Don't allow Span objects to be written to, as it introduces subtle bugs because they're created afresh from Doc.sents, Doc.ents etc.
|
2015-09-21 17:59:39 +10:00 |
|
Matthew Honnibal
|
d6945bf880
|
* Add way to load vectors from bz2 file to vocab
|
2015-09-17 12:58:23 +10:00 |
|
Matthew Honnibal
|
77856c4fcd
|
* Try giving Doc and Span objects vector and vector_norm attributes, and .similarity functions. Turns out to be bad idea.
|
2015-09-17 11:50:11 +10:00 |
|
Matthew Honnibal
|
191d593e03
|
* Fix vectors bug in lexeme
|
2015-09-15 19:05:11 +10:00 |
|
Matthew Honnibal
|
22a1ad8a55
|
* Upd test_merge
|
2015-09-15 14:55:23 +10:00 |
|
Matthew Honnibal
|
3d87519f64
|
* Remove vectors argument from Vocab object
|
2015-09-15 14:47:14 +10:00 |
|
Matthew Honnibal
|
362526b592
|
* Rename vectors_length attribute
|
2015-09-15 14:43:31 +10:00 |
|
Matthew Honnibal
|
60c26b2dfa
|
* Fix slicing when start or stop is None
|
2015-09-15 14:43:10 +10:00 |
|
Matthew Honnibal
|
7ac6cacc26
|
* Remove const qualifier on LexemeC.repvec
|
2015-09-15 14:42:51 +10:00 |
|
Matthew Honnibal
|
dd4d64b235
|
* Support setting of word vectors on Lexeme object.
|
2015-09-15 14:42:27 +10:00 |
|
Matthew Honnibal
|
27f988b167
|
* Remove the vectors option to Vocab, preferring to either load vectors from disk, or set them on the Lexeme objects.
|
2015-09-15 14:41:48 +10:00 |
|
Matthew Honnibal
|
893542afae
|
Merge branch 'master' of ssh://github.com/honnibal/spaCy
|
2015-09-15 13:06:54 +10:00 |
|
Matthew Honnibal
|
193f127f81
|
* Fix ugly py_check_flag and py_set_flag functions in Lexeme
|
2015-09-15 13:06:18 +10:00 |
|
Matthew Honnibal
|
6865f0b5fd
|
Merge branch 'master' of https://github.com/honnibal/spaCy
|
2015-09-14 10:25:57 +02:00 |
|
Matthew Honnibal
|
9561d88529
|
* Add is_stop to Python API
|
2015-09-14 18:25:40 +10:00 |
|
Matthew Honnibal
|
50a7c41429
|
Merge branch 'master' of https://github.com/honnibal/spaCy
|
2015-09-14 09:53:33 +02:00 |
|
Matthew Honnibal
|
5dcdc29ecf
|
* Fix test_base_nps
|
2015-09-14 09:53:26 +02:00 |
|