Matthew Honnibal
|
e1dfaeed8a
|
* Check serializer freqs exist before loading
|
2015-09-12 23:49:38 +02:00 |
|
Matthew Honnibal
|
a412c66c8c
|
* Check serializer freqs exist before loading
|
2015-09-12 23:40:01 +02:00 |
|
Matthew Honnibal
|
17eacf8f70
|
* Upd travis.yml
|
2015-09-12 18:38:59 +02:00 |
|
Matthew Honnibal
|
631c843ed1
|
* Don't look for index.adv in le,matizer
|
2015-09-12 06:03:44 +02:00 |
|
Matthew Honnibal
|
1ae55cb63a
|
* Copy tag_map.json in init_model
|
2015-09-12 05:54:02 +02:00 |
|
Matthew Honnibal
|
c25790ebb1
|
* Upd tests
|
2015-09-12 04:23:50 +02:00 |
|
Matthew Honnibal
|
6d38c3cff0
|
* Upd tests
|
2015-09-12 04:23:35 +02:00 |
|
Matthew Honnibal
|
c808cd50d9
|
* Upd tests
|
2015-09-12 04:23:13 +02:00 |
|
Matthew Honnibal
|
58eeff294e
|
* Upd tests
|
2015-09-12 04:22:57 +02:00 |
|
Matthew Honnibal
|
aceae64581
|
* Upd test
|
2015-09-12 04:22:29 +02:00 |
|
Matthew Honnibal
|
db184716a0
|
* Remove test_freqs function
|
2015-09-12 04:20:43 +02:00 |
|
Matthew Honnibal
|
dfdd4f2d60
|
Merge branch 'develop' of https://github.com/honnibal/spaCy into develop
|
2015-09-10 15:23:06 +02:00 |
|
Matthew Honnibal
|
e285ca7d6c
|
* Load serializer freqs in vocab
|
2015-09-10 15:22:48 +02:00 |
|
Matthew Honnibal
|
f7fdcce1f9
|
Merge branch 'develop' of https://github.com/honnibal/spaCy into develop
|
2015-09-10 14:52:47 +02:00 |
|
Matthew Honnibal
|
85c3fec1d1
|
* Fix morphology loading
|
2015-09-10 14:52:23 +02:00 |
|
Matthew Honnibal
|
7c660c5efc
|
* Use dict.get in lemmatizer
|
2015-09-10 14:51:39 +02:00 |
|
Matthew Honnibal
|
094440f9f5
|
Merge branch 'develop' of ssh://github.com/honnibal/spaCy into develop
|
2015-09-10 14:51:17 +02:00 |
|
Matthew Honnibal
|
c3f773cd63
|
* Fix Lexeme.check_flag
|
2015-09-10 14:51:05 +02:00 |
|
Matthew Honnibal
|
b9e31dc245
|
* Bug fix to gazetteer.json
|
2015-09-10 14:50:44 +02:00 |
|
Matthew Honnibal
|
90da3a695d
|
* Load lemmatizer from disk in Vocab.from_dir
|
2015-09-10 14:49:10 +02:00 |
|
Matthew Honnibal
|
e7e529edf4
|
* Fix Lexeme.check_flag
|
2015-09-10 14:45:43 +02:00 |
|
Matthew Honnibal
|
9e7bfe8449
|
* Fix space at end of merged token
|
2015-09-10 14:45:17 +02:00 |
|
Matthew Honnibal
|
f634191e27
|
* Fix vocab read/write
|
2015-09-10 14:44:38 +02:00 |
|
Matthew Honnibal
|
31ccf494e6
|
Merge branch 'develop' of https://github.com/honnibal/spaCy into develop
|
2015-09-09 14:33:38 +02:00 |
|
Matthew Honnibal
|
a7f4b26c8c
|
* Tmp
|
2015-09-09 14:33:26 +02:00 |
|
Matthew Honnibal
|
07686470a9
|
* Don't consider a coordinated NP a base chunk
|
2015-09-09 14:32:28 +02:00 |
|
Matthew Honnibal
|
d9f1fc2112
|
* Add deprecation warning for unused load_vectors argument.
|
2015-09-09 14:31:09 +02:00 |
|
Matthew Honnibal
|
0b527fbdc8
|
* Set POS tag in morphology
|
2015-09-09 14:30:24 +02:00 |
|
Matthew Honnibal
|
07c09a0e1b
|
* Fix attribute getters and setters in Lexeme
|
2015-09-09 14:29:22 +02:00 |
|
Matthew Honnibal
|
d6561988cf
|
* Fix lexemes.bin
|
2015-09-09 11:49:51 +02:00 |
|
Matthew Honnibal
|
c301bebd33
|
Merge branch 'master' of https://github.com/honnibal/spaCy into develop
|
2015-09-09 10:55:39 +02:00 |
|
Matthew Honnibal
|
0e24d099a1
|
* Fix L/R edge bug, by ensuring l_edge and r_edge are preset, and fixing the way the edge update in del_arc. Bugs keep arising here because the edges are absolute positions, where everything else is relative. I'm also not 100% convinced that del_arc is handled correctly. Do we need to update the parents?
|
2015-09-09 03:40:44 +02:00 |
|
Matthew Honnibal
|
83d1a1e512
|
* Fix lemmatizer tests
|
2015-09-08 15:39:43 +02:00 |
|
Matthew Honnibal
|
2be3620333
|
* Save morphological analyses in a cache
|
2015-09-08 15:39:24 +02:00 |
|
Matthew Honnibal
|
1def5a6cbe
|
* Fix print statements in matcher
|
2015-09-08 15:38:19 +02:00 |
|
Matthew Honnibal
|
64d71f8893
|
* Fix lemmatizer
|
2015-09-08 15:38:03 +02:00 |
|
Matthew Honnibal
|
b2e82e55f6
|
* Create POS model dir in training script
|
2015-09-08 15:36:23 +02:00 |
|
Matthew Honnibal
|
623329b19a
|
Merge branch 'master' of ssh://github.com/honnibal/spaCy into develop
|
2015-09-08 14:27:01 +02:00 |
|
Matthew Honnibal
|
62a01dd41d
|
* Fix issue #92: lexemes.bin read error on 32-bit platforms.
|
2015-09-08 14:23:58 +02:00 |
|
Matthew Honnibal
|
55ed3b3a63
|
Merge pull request #85 from NSchrading/master
Add a script to generate the specials.json file
|
2015-09-07 09:05:19 +10:00 |
|
Matthew Honnibal
|
ef58607a99
|
* Add spacy.it
|
2015-09-06 22:10:37 +02:00 |
|
Matthew Honnibal
|
2154a54f6b
|
* Add spacy.de
|
2015-09-06 21:56:47 +02:00 |
|
Matthew Honnibal
|
a03e2a0b65
|
* Remove old docs files
|
2015-09-06 20:20:55 +02:00 |
|
Matthew Honnibal
|
fc8f7b123d
|
* Mark a matcher test as requiring the model
|
2015-09-06 20:19:51 +02:00 |
|
Matthew Honnibal
|
f6ec5bf1b0
|
* Use empty tag map in vocab if none supplied
|
2015-09-06 20:19:27 +02:00 |
|
Matthew Honnibal
|
4f8e38271d
|
* Fix merge errors in lexeme.pxd
|
2015-09-06 20:19:08 +02:00 |
|
Matthew Honnibal
|
5ad4527c42
|
* Rename Deutsch to German
|
2015-09-06 20:18:58 +02:00 |
|
Matthew Honnibal
|
86c888667f
|
* Merge in changes from de branch
|
2015-09-06 19:49:28 +02:00 |
|
Matthew Honnibal
|
d2fc104a26
|
* Begin merge of Gazetteer and DE branches
|
2015-09-06 19:45:15 +02:00 |
|
Matthew Honnibal
|
dbf8dce109
|
Merge branch 'gaz' of ssh://github.com/honnibal/spaCy into gaz
|
2015-09-06 18:44:14 +02:00 |
|