Jordan Suchow
|
38ed265b7d
|
Tweak line spacing
|
2015-04-19 13:01:38 -07:00 |
|
Jordan Suchow
|
85603f5b6a
|
Add CLA for suchow
|
2015-04-19 13:01:38 -07:00 |
|
Jordan Suchow
|
1b79d947b9
|
Minor copyediting
|
2015-04-19 13:01:38 -07:00 |
|
Jordan Suchow
|
7bddd15e27
|
Use consistent sentence spacing within files
|
2015-04-19 13:01:38 -07:00 |
|
Jordan Suchow
|
3a8d9b37a6
|
Remove trailing whitespace
|
2015-04-19 13:01:38 -07:00 |
|
Jordan Suchow
|
5f0f940a1f
|
Remove unused imports
|
2015-04-19 01:05:22 -07:00 |
|
Matthew Honnibal
|
4757899370
|
* Fix times test
|
2015-04-16 04:50:40 +02:00 |
|
Matthew Honnibal
|
684d0e5e85
|
* Download updated data
|
2015-04-16 04:29:15 +02:00 |
|
Matthew Honnibal
|
716ba06711
|
* Inc version
|
2015-04-16 04:28:15 +02:00 |
|
Matthew Honnibal
|
2ef170a991
|
* Fix Issue #54: Error merging multi-word token when there's a mid-token match.
|
2015-04-16 04:28:06 +02:00 |
|
Matthew Honnibal
|
42617548af
|
* Disable merge_mwes by default
|
2015-04-16 04:20:31 +02:00 |
|
Matthew Honnibal
|
99dbf8a38c
|
* Fix error type in lookup_transition
|
2015-04-16 01:36:22 +02:00 |
|
Matthew Honnibal
|
77d0700caf
|
* Add on X way regexes
|
2015-04-16 01:35:46 +02:00 |
|
Matthew Honnibal
|
adcad4f353
|
* Clean up train.py
|
2015-04-15 06:02:04 +02:00 |
|
Matthew Honnibal
|
9f16848b60
|
* Add (N0w, N1w) unigram pair to NER features, prompted by failure to detect 'this weekend'
|
2015-04-15 06:01:18 +02:00 |
|
Matthew Honnibal
|
05d0f078bb
|
* Inc version
|
2015-04-13 22:29:31 +02:00 |
|
Matthew Honnibal
|
c6707778dd
|
* Fix Issue #51: Handle non-ascii lemmas correctly
|
2015-04-13 22:28:59 +02:00 |
|
Matthew Honnibal
|
bf0aff5124
|
* Fix bug in Tokens.ents where entity wasn't being emitted if another started immediately after
|
2015-04-13 21:34:33 +02:00 |
|
Matthew Honnibal
|
0a62c32c14
|
* Add test for simple NER case
|
2015-04-13 21:33:54 +02:00 |
|
Matthew Honnibal
|
49c2e72112
|
* Upd README
|
2015-04-13 06:23:30 +02:00 |
|
Matthew Honnibal
|
ab53855dfe
|
* Bump version
|
2015-04-13 06:08:22 +02:00 |
|
Matthew Honnibal
|
2b84a90bbb
|
* Fix Issue #50: Python 3 compatibility of v0.80
|
2015-04-13 05:59:43 +02:00 |
|
Matthew Honnibal
|
ee317446bd
|
* Try not downloading stuff for travis.yml
|
2015-04-13 05:59:05 +02:00 |
|
Matthew Honnibal
|
f5d2102421
|
* Add note to index.rst releasing version 0.80
|
2015-04-13 05:45:18 +02:00 |
|
Matthew Honnibal
|
fbd48c571d
|
* Rearrange code in tokens.pyx
|
2015-04-13 05:41:25 +02:00 |
|
Matthew Honnibal
|
5ce51ce8d6
|
* Update docs for v0.80
|
2015-04-13 05:40:51 +02:00 |
|
Matthew Honnibal
|
3faaad0271
|
* Remove bad import from test_span
|
2015-04-12 22:42:14 +02:00 |
|
Matthew Honnibal
|
507048dc45
|
* Rename StandardError to Exception, for Python 3 compatibility
|
2015-04-12 07:28:34 +02:00 |
|
Matthew Honnibal
|
c50b493c85
|
* Add pathlib requirement
|
2015-04-12 07:17:48 +02:00 |
|
Matthew Honnibal
|
11c4794e56
|
* Bump version number
|
2015-04-12 07:17:32 +02:00 |
|
Matthew Honnibal
|
761a19113a
|
* Fix /tmp moving thing in download.py
|
2015-04-12 07:04:10 +02:00 |
|
Matthew Honnibal
|
ed1907b4df
|
* Add pragmatic sentence boundary detection tests, from that Ruby gem. Not automatically run, as they can arbitrarily fail based on model changes. Currently 8/15 fail.
|
2015-04-12 04:46:40 +02:00 |
|
Matthew Honnibal
|
0c25001325
|
* Fix specials.json
|
2015-04-12 04:45:41 +02:00 |
|
Matthew Honnibal
|
1629b33082
|
* Fix copying of tokenizer data in init_model
|
2015-04-12 04:45:31 +02:00 |
|
Matthew Honnibal
|
248a2b4b0f
|
* Remove Spans class
|
2015-04-12 04:07:29 +02:00 |
|
Matthew Honnibal
|
1d05e6da00
|
* Add ne_iob and ne_type features to NER
|
2015-04-10 19:07:08 +02:00 |
|
Matthew Honnibal
|
4df8a3d90f
|
* Add ne_iob and ne_type attributes to context vector
|
2015-04-10 05:02:15 +02:00 |
|
Matthew Honnibal
|
8c354c432b
|
* Add ValueError condition to ner_tag reading
|
2015-04-10 04:59:59 +02:00 |
|
Matthew Honnibal
|
435cccf098
|
* Add read_conll03_file function to conll.pyx
|
2015-04-10 04:59:11 +02:00 |
|
Matthew Honnibal
|
99c9ecfc18
|
* Fix bug in prefix, suffix and word shape features in parser and NER
|
2015-04-10 03:53:33 +02:00 |
|
Matthew Honnibal
|
a6ac92f077
|
* Respect the model_dir input parameter to train.py
|
2015-04-08 22:48:26 +02:00 |
|
Matthew Honnibal
|
ed8942a096
|
* Add train function to fabfile
|
2015-04-08 22:47:59 +02:00 |
|
Matthew Honnibal
|
baff0f8ad8
|
* Add docstring explaining script a bit, and add handling of word vectors
|
2015-04-08 08:20:15 +02:00 |
|
Matthew Honnibal
|
c0a3e25b43
|
* Upd gitignore
|
2015-04-08 07:48:04 +02:00 |
|
Matthew Honnibal
|
156b70ed82
|
* Add new script to replace make_lexicon, that does full setup of data
|
2015-04-08 07:46:53 +02:00 |
|
Matthew Honnibal
|
e775e05313
|
* Use merge_mwe=False in evaluation in train.py
|
2015-04-08 00:35:19 +02:00 |
|
Matthew Honnibal
|
cff2b13fef
|
* Fix Issue #44: Broken Token.string attribute when single word sentence
|
2015-04-07 06:08:25 +02:00 |
|
Matthew Honnibal
|
085574ccc1
|
* Add test for Issue #44
|
2015-04-07 06:05:18 +02:00 |
|
Matthew Honnibal
|
6640386b25
|
* Fix Issue #43: TAG attr not supported. Also add DEP attr, while I'm at it. Need better way of ensuring future changes don't break in similar way.
|
2015-04-07 06:00:57 +02:00 |
|
Matthew Honnibal
|
b64b2bd910
|
* Fix Issue #43: TAG attr not supported. Also add DEP attr, while I'm at it. Need better way of ensuring future changes don't break in similar way.
|
2015-04-07 06:00:30 +02:00 |
|