Matthew Honnibal
|
8b04b0af9f
|
Remove freqs from transition_system
|
2017-05-20 02:20:48 -05:00 |
|
Matthew Honnibal
|
61fe55efba
|
Move EnglishDefaults class out of English
|
2017-05-20 02:18:19 -05:00 |
|
Matthew Honnibal
|
a1ba20e2b1
|
Fix over-run on parse_batch
|
2017-05-19 18:57:30 -05:00 |
|
Matthew Honnibal
|
7ee1827af0
|
Disable data caching in parser
|
2017-05-19 18:17:11 -05:00 |
|
Matthew Honnibal
|
e84de028b5
|
Remove 'rebatch' op, and remove min-batch cap
|
2017-05-19 18:16:36 -05:00 |
|
Matthew Honnibal
|
3376d4d6e8
|
Update the train script, fixing GPU memory leak
|
2017-05-19 18:15:50 -05:00 |
|
Matthew Honnibal
|
836fe1d880
|
Update neural net tests
|
2017-05-19 18:11:29 -05:00 |
|
Matthew Honnibal
|
08766240c3
|
Add incomplete iob converter
|
2017-05-19 13:27:51 -05:00 |
|
Matthew Honnibal
|
c12ab47a56
|
Remove state argument in pipeline. Other changes
|
2017-05-19 13:26:36 -05:00 |
|
Matthew Honnibal
|
66ea9aebe7
|
Remove the state argument from Language
|
2017-05-19 13:25:42 -05:00 |
|
Matthew Honnibal
|
09a877886b
|
WIP on iob converter
|
2017-05-19 13:24:39 -05:00 |
|
Matthew Honnibal
|
8d5e6d9f4f
|
Rename no_ner arg to no_entities
|
2017-05-19 13:23:11 -05:00 |
|
Matthew Honnibal
|
238be0f16a
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-18 08:32:22 -05:00 |
|
Matthew Honnibal
|
c214c0decb
|
Improve env_opt reporting
|
2017-05-18 08:32:03 -05:00 |
|
Matthew Honnibal
|
bbb59e371c
|
Fix GPU evaluation
|
2017-05-18 08:31:15 -05:00 |
|
Matthew Honnibal
|
c2c825127a
|
Fix use_params and pipe methods
|
2017-05-18 08:30:59 -05:00 |
|
Matthew Honnibal
|
ca70b08661
|
Fix GPU training and evaluation
|
2017-05-18 08:30:33 -05:00 |
|
ines
|
476b8209fe
|
Update docs with new Jupyter auto-detection
|
2017-05-18 14:58:17 +02:00 |
|
ines
|
489d2fb4ba
|
Add is_in_jupyter() helper for displaCy (see #1058)
|
2017-05-18 14:13:14 +02:00 |
|
ines
|
abf0188b0a
|
Move cupy and CudaStream to compat
|
2017-05-18 14:12:45 +02:00 |
|
ines
|
33decd85b6
|
Reorganise and explicitly state what's importable
|
2017-05-18 14:12:31 +02:00 |
|
ines
|
57beef5d36
|
Tidy up .gitignore
|
2017-05-18 13:51:31 +02:00 |
|
Matthew Honnibal
|
a438cef8c5
|
Fix significant bug in feature calculation -- off by 1
|
2017-05-18 06:21:32 -05:00 |
|
Matthew Honnibal
|
fc8d3a112c
|
Add util.env_opt support: Can set hyper params through environment variables.
|
2017-05-18 04:36:53 -05:00 |
|
Matthew Honnibal
|
d2626fdb45
|
Fix name error in nn parser
|
2017-05-18 04:31:01 -05:00 |
|
Matthew Honnibal
|
b460533827
|
Bug fixes to pipeline
|
2017-05-18 04:29:51 -05:00 |
|
Matthew Honnibal
|
8815507f8e
|
Move SpanishDefaults out of Language class, for pickle
|
2017-05-18 04:28:51 -05:00 |
|
Matthew Honnibal
|
2713041571
|
Fix GPU usage in Language
|
2017-05-18 04:25:19 -05:00 |
|
Matthew Honnibal
|
711ad5edc4
|
Cache features in doc2feats
|
2017-05-18 04:22:20 -05:00 |
|
Matthew Honnibal
|
39ea38c4b1
|
Add option to use gpu to spacy train
|
2017-05-18 04:21:49 -05:00 |
|
ines
|
532927a3c4
|
Update quickstart
|
2017-05-17 17:35:56 +02:00 |
|
Matthew Honnibal
|
a1d8e420b5
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-17 08:00:04 -05:00 |
|
Matthew Honnibal
|
edfea3a513
|
Fix progress bar
|
2017-05-17 14:59:37 +02:00 |
|
Matthew Honnibal
|
0b7fd67408
|
Fix style check in displacy
|
2017-05-17 07:57:24 -05:00 |
|
Matthew Honnibal
|
55dab77de8
|
Add conversion rule for .conll
|
2017-05-17 13:13:48 +02:00 |
|
Matthew Honnibal
|
692bd2a186
|
Bug fix to tagger: wasnt backproping to token vectors
|
2017-05-17 13:13:14 +02:00 |
|
Matthew Honnibal
|
877f83807f
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-17 12:09:29 +02:00 |
|
Matthew Honnibal
|
793430aa7a
|
Get spaCy train command working with neural network
* Integrate models into pipeline
* Add basic serialization (maybe incorrect)
* Fix pickle on vocab
|
2017-05-17 12:04:50 +02:00 |
|
Matthew Honnibal
|
3bf4a28d8d
|
Use tag in CoNLL converter, not POS
|
2017-05-17 12:04:33 +02:00 |
|
ines
|
11f52b8b83
|
Add headline to installation details and move aside
|
2017-05-17 12:04:03 +02:00 |
|
ines
|
533bb63816
|
Implement quickstart widget
|
2017-05-17 12:04:03 +02:00 |
|
ines
|
7b9466f625
|
Add mixins and styles for quickstart widget
|
2017-05-17 12:04:03 +02:00 |
|
ines
|
2e875c40a8
|
Add quickstart.js
|
2017-05-17 12:04:03 +02:00 |
|
ines
|
9df9a87d03
|
Add visualizer usage example
|
2017-05-17 12:04:03 +02:00 |
|
ines
|
6364a9be9d
|
Add What's new and spaCy 101 stubs
|
2017-05-17 12:04:03 +02:00 |
|
ines
|
f4ae1e8750
|
Add section on adding titles to documents
|
2017-05-17 12:04:03 +02:00 |
|
ines
|
9979901b6f
|
Fix formatting
|
2017-05-17 12:04:03 +02:00 |
|
ines
|
452d16d7a9
|
Rename API menu item to "Reference"
|
2017-05-17 12:04:03 +02:00 |
|
ines
|
02a4841e7b
|
Move CLI docs to API reference
|
2017-05-17 12:04:03 +02:00 |
|
ines
|
95307d1e3c
|
Add mixin to display help icon with tooltip
|
2017-05-17 12:04:03 +02:00 |
|