ines
|
8d3f29322f
|
Add spacy_hunspell to resources (see #315)
|
2017-11-29 09:33:22 +01:00 |
|
Hugo
|
88d829f60c
|
CLA
|
2017-11-29 10:25:20 +02:00 |
|
ines
|
a31506e060
|
Fix off-by-one error in nlp.add_pipe(after=name) (fixes #1654)
|
2017-11-28 20:37:55 +01:00 |
|
ines
|
343fd2969d
|
Use python -m for spacy validate
|
2017-11-28 20:35:39 +01:00 |
|
ines
|
b62739fbfe
|
Add regression test for #1654
|
2017-11-28 20:27:54 +01:00 |
|
ines
|
2e50dbb9d7
|
Simplify test
|
2017-11-28 20:27:27 +01:00 |
|
Felix Sonntag
|
724ae7dc55
|
Fixed issue of infix capturing prefixes
|
2017-11-28 17:17:12 +01:00 |
|
Matthew Honnibal
|
a113638414
|
Merge pull request #1614 from cclauss/patch-1
Use flake8 to look for syntax errors, undefined names
|
2017-11-28 16:56:44 +01:00 |
|
Ines Montani
|
9052643e2c
|
Merge pull request #1653 from sorenlind/da_example_typo
Fix typo
|
2017-11-27 14:47:42 +00:00 |
|
Ines Montani
|
e6f2e9105e
|
Merge pull request #1650 from sorenlind/da_normalization
Add several Danish alternative spellings
|
2017-11-27 14:40:44 +00:00 |
|
Søren Lind Kristiansen
|
5fe58b885b
|
Fix typo
|
2017-11-27 15:36:18 +01:00 |
|
Ines Montani
|
d52b1ab245
|
Add unicode_literals (hopefully fixes test failure on Python 2)
|
2017-11-27 15:16:54 +01:00 |
|
Søren Lind Kristiansen
|
0ffd27b0f6
|
Add several Danish alternative spellings
|
2017-11-27 13:35:41 +01:00 |
|
Ines Montani
|
db2dbb2477
|
Merge pull request #1647 from atomobianco/patch-1
Corrected char index instead of token index
|
2017-11-27 12:01:04 +00:00 |
|
Ines Montani
|
6362024cf8
|
Merge pull request #1645 from GreenRiverRUS/fix_default_meta
Fixed spaCy version string in default meta
|
2017-11-27 11:58:02 +00:00 |
|
atomobianco
|
f6a82da907
|
Corrected char index instead of token index
Changed the index used to add the label because `displacy.render` apparently uses char index
|
2017-11-26 23:55:25 +01:00 |
|
Vadim Mazaev
|
c332ffdde1
|
Added model command to create model from raw data:
words counts, brown clusters and vectors
|
2017-11-27 01:21:47 +03:00 |
|
Vadim Mazaev
|
59f03ab1d7
|
Fixed spacy version string in default meta
|
2017-11-26 23:02:07 +03:00 |
|
Vadim Mazaev
|
49b4e2c158
|
Added contributor agreement
|
2017-11-26 22:14:08 +03:00 |
|
Vadim Mazaev
|
53e7c38637
|
Fixed tests depends on pymorphy2
|
2017-11-26 21:04:44 +03:00 |
|
Vadim Mazaev
|
cacd859dcd
|
Added tag map, fixed tests fails, added more exceptions
|
2017-11-26 20:54:48 +03:00 |
|
Hugo
|
aa898ab4e4
|
Drop support for EOL Python 2.6 and 3.3
|
2017-11-26 19:46:24 +02:00 |
|
ines
|
c132c1a143
|
Merge branch 'master' of https://github.com/explosion/spaCy
|
2017-11-26 18:04:20 +01:00 |
|
ines
|
bda6e2a816
|
Add training example to lightning tour
|
2017-11-26 18:04:18 +01:00 |
|
ines
|
89f8b1fba0
|
Update example documents
|
2017-11-26 18:04:04 +01:00 |
|
ines
|
65d66b81f1
|
Fix typo
|
2017-11-26 18:03:44 +01:00 |
|
Ines Montani
|
a7bb8f1b42
|
Merge pull request #1637 from sorenlind/da_tokenization
Improve Danish tokenization
|
2017-11-26 15:41:38 +00:00 |
|
ines
|
c699aec089
|
Add offsets_from_biluo_tags helper and tests (see #1626)
|
2017-11-26 16:38:01 +01:00 |
|
ines
|
e4ee666be5
|
Fix biluo_tags_from_offsets example and docs
|
2017-11-26 16:37:32 +01:00 |
|
ines
|
434030e0d0
|
Fix requirements.txt example (see #1638)
|
2017-11-26 15:53:19 +01:00 |
|
Søren Lind Kristiansen
|
ef03e9ea53
|
Remove unused import.
|
2017-11-25 13:04:02 +01:00 |
|
Søren Lind Kristiansen
|
b91986b726
|
Add contributor agreement.
|
2017-11-24 15:29:54 +01:00 |
|
Søren Lind Kristiansen
|
6aa241bcec
|
Add day of month tokenizer exceptions for Danish.
|
2017-11-24 15:03:24 +01:00 |
|
Søren Lind Kristiansen
|
0c276ed020
|
Add weekday abbreviations and remove abiguous month abbreviations for Danish.
|
2017-11-24 14:43:29 +01:00 |
|
Søren Lind Kristiansen
|
056547e989
|
Add multiple tokenizer exceptions for Danish.
|
2017-11-24 11:51:26 +01:00 |
|
Søren Lind Kristiansen
|
8dc265ac0c
|
Add test for tokenization of 'i.' for Danish.
|
2017-11-24 11:29:37 +01:00 |
|
Søren Lind Kristiansen
|
ac8116510d
|
Fix tokenization of 'i.' for Danish.
|
2017-11-24 11:16:53 +01:00 |
|
Matthew Honnibal
|
79f11d4f85
|
Pickle vectors with vocab
|
2017-11-23 17:19:50 +01:00 |
|
ines
|
726fb2d0b5
|
Use fewer iterations by default to avoid overfitting on blank model (resolves #1632)
|
2017-11-23 15:27:12 +01:00 |
|
Matthew Honnibal
|
f29c3925ee
|
Fix more efficient nonproj
|
2017-11-23 12:48:00 +00:00 |
|
Matthew Honnibal
|
e10e9ad2c5
|
Improve efficiency of Doc.to_array
|
2017-11-23 12:33:27 +00:00 |
|
Matthew Honnibal
|
2acc907d55
|
Improve profiling
|
2017-11-23 12:33:03 +00:00 |
|
Matthew Honnibal
|
fa62427300
|
Remove lookup-based lemmatization
|
2017-11-23 12:32:22 +00:00 |
|
Matthew Honnibal
|
fb26b2cb12
|
Use lookup lemmatizer if lemma unset
|
2017-11-23 12:31:58 +00:00 |
|
Matthew Honnibal
|
db5c714ad2
|
Improve efficiency of deprojectivization
|
2017-11-23 12:31:34 +00:00 |
|
Matthew Honnibal
|
8fec7268eb
|
Move string cleanup under a setting flag
|
2017-11-23 12:19:18 +00:00 |
|
Matthew Honnibal
|
5949777b12
|
Fix misleading multi-threading docstring
|
2017-11-23 12:18:59 +00:00 |
|
Matthew Honnibal
|
542e6fd4ea
|
Don't remove entries from specials
|
2017-11-23 12:17:42 +00:00 |
|
Matthew Honnibal
|
30ba81f881
|
Merge pull request #1576 from ligser/master
Actually reset caches in pipe [wip]
|
2017-11-23 12:54:48 +01:00 |
|
Matthew Honnibal
|
4988eeb18a
|
Merge pull request #1631 from markulrich/patch-1
Use local parameter in example MyComponent
|
2017-11-23 11:47:50 +01:00 |
|