Matthew Honnibal
|
1c19605426
|
Move matcher2.pyx to matcher.pyx
|
2018-02-15 15:27:03 +01:00 |
|
Matthew Honnibal
|
9ebf2fe7c3
|
Make helper function to get longest matches
|
2018-02-15 15:26:15 +01:00 |
|
Matthew Honnibal
|
d19dc67886
|
Make get_action nogil, for efficiency
|
2018-02-14 12:16:36 +01:00 |
|
Matthew Honnibal
|
7885b92b45
|
Refactor matcher2, hopefully making it faster
|
2018-02-14 12:11:17 +01:00 |
|
Matthew Honnibal
|
00261eea27
|
Make tests refer to matcher2
|
2018-02-14 12:10:51 +01:00 |
|
Matthew Honnibal
|
262cbe356e
|
Remove caching, as doesn't seem to help for now.
|
2018-02-13 17:15:20 +01:00 |
|
Matthew Honnibal
|
f43d53f2c5
|
Remove print statement
|
2018-02-13 17:15:07 +01:00 |
|
Matthew Honnibal
|
dcd8d89aef
|
Update test for 850, making it work with matcher2
|
2018-02-13 16:35:20 +01:00 |
|
Matthew Honnibal
|
9bdfa5cd4f
|
Remove re comparisons tests, as matcher behaves differently
|
2018-02-13 16:28:52 +01:00 |
|
Matthew Honnibal
|
6d7986b0f1
|
Fix matcher test
|
2018-02-13 16:28:06 +01:00 |
|
Matthew Honnibal
|
9efda9e9ab
|
Add PhraseMatcher in matcher2.pyx
|
2018-02-13 16:27:46 +01:00 |
|
Matthew Honnibal
|
0004331895
|
Update notes on matcher2
|
2018-02-13 11:45:45 +01:00 |
|
Matthew Honnibal
|
b4cc39eb74
|
Fix zero-width quantifiers. Passes test_matcher
|
2018-02-13 11:45:32 +01:00 |
|
Matthew Honnibal
|
1b01685f47
|
Fix ZERO_PLUS operator
|
2018-02-12 12:28:03 +01:00 |
|
Matthew Honnibal
|
9115c3ba0a
|
Add TODO in notes
|
2018-02-12 12:06:48 +01:00 |
|
Matthew Honnibal
|
b00326a7fe
|
Move pattern_id out of TokenPattern
|
2018-02-12 12:05:54 +01:00 |
|
Matthew Honnibal
|
d34c732635
|
Add Python notes for rethinking matcher
|
2018-02-12 10:19:29 +01:00 |
|
Matthew Honnibal
|
fae5c0dc18
|
Work on matcher2
|
2018-02-12 10:17:43 +01:00 |
|
Matthew Honnibal
|
e361b4f82b
|
Fix #1929: Incorrect NER when pre-set sentence boundaries.
|
2018-02-08 15:25:41 +01:00 |
|
Matthew Honnibal
|
fd9fd275c5
|
Make test for #1945 more precise
|
2018-02-07 02:06:11 +01:00 |
|
Matthew Honnibal
|
c087a14380
|
Merge branch 'master' of https://github.com/explosion/spaCy
|
2018-02-07 01:29:39 +01:00 |
|
Matthew Honnibal
|
76d89b2180
|
Add test for #1945: PhraseMatcher regression
|
2018-02-07 01:29:23 +01:00 |
|
Ines Montani
|
0954e15dda
|
Merge pull request #1913 from ohenrik/nb_syntax_iterator
Norwegian Language (nb) - Added french syntax iterator with explanation
|
2018-02-06 04:59:07 +01:00 |
|
Ole Henrik Skogstrøm
|
251a7805fe
|
Copied French syntax iterator to simplify future changes
|
2018-02-05 14:45:05 +01:00 |
|
Matthew Honnibal
|
2e7391e627
|
Merge pull request #1916 from tokestermw/bug/fix-not-passing-in-model-cfg-in-nlp
Bug/fix not passing in model cfg in nlp
|
2018-02-05 01:19:40 +01:00 |
|
Ali Zarezade
|
9df9da34a3
|
Fix init_model issue
Fixing issue #1928
|
2018-02-03 17:21:34 +03:30 |
|
Matthew Honnibal
|
ebe84e45e5
|
Increment version to 2.0.7
|
2018-02-02 03:39:16 +01:00 |
|
Matthew Honnibal
|
e4b1f57599
|
Increment version
|
2018-02-02 02:33:23 +01:00 |
|
Matthew Honnibal
|
069531c351
|
Merge branch 'master' of https://github.com/explosion/spaCy
|
2018-02-02 02:32:58 +01:00 |
|
Matthew Honnibal
|
f74a802d09
|
Test and fix #1919: Error resuming training
|
2018-02-02 02:32:40 +01:00 |
|
ines
|
f1d3deffac
|
Add Russian example sentences (see #1107)
|
2018-02-01 20:09:40 +01:00 |
|
Matthew Honnibal
|
6b1126c312
|
Merge branch 'master' of https://github.com/explosion/spaCy
|
2018-02-01 02:57:52 +01:00 |
|
ines
|
3c1fb9d02d
|
Make validate command fail more gracefully if version not found
Mostly relevant during develoment when working with .dev versions
|
2018-01-31 22:06:28 +01:00 |
|
Motoki Wu
|
54062b7326
|
added tests for issue #1915
|
2018-01-30 18:30:19 -08:00 |
|
Motoki Wu
|
f4a7d1a423
|
make to sure pass in **cfg to each component when training
|
2018-01-30 18:29:54 -08:00 |
|
ines
|
4046823699
|
Only check component in factories if string (see #1911)
|
2018-01-30 16:29:07 +01:00 |
|
ines
|
ce10d320c4
|
Fix component check in self.factories (see #1911)
|
2018-01-30 16:09:37 +01:00 |
|
Ole Henrik Skogstrøm
|
e40465487c
|
Added french syntax iterator with explenation
|
2018-01-30 15:44:29 +01:00 |
|
ines
|
8901814248
|
Improve error handling if pipeline component is not callable (resolves #1911)
Also add help message if user accidentally calls nlp.add_pipe() with a string of a built-in component name.
|
2018-01-30 15:43:03 +01:00 |
|
Matthew Honnibal
|
a437ba87a3
|
Set release=True
|
2018-01-29 21:26:04 +01:00 |
|
Adam Binford
|
9238749aaf
|
Removed test to avoid network requests
|
2018-01-29 14:48:20 -05:00 |
|
Adam Binford
|
1a2c2f7d7f
|
Fixed auto linking after download and added simple test to check
|
2018-01-29 14:25:21 -05:00 |
|
Matthew Honnibal
|
cb7110c22e
|
Merge pull request #1882 from ohenrik/nb_lemma_and_tag_map
Add norwegian bokmål ('nb') lemmatizer and tag_map
|
2018-01-29 18:18:50 +01:00 |
|
Matthew Honnibal
|
0c1e7f0c86
|
Merge pull request #1893 from azarezade/master
Add Persian language
|
2018-01-29 18:18:33 +01:00 |
|
Matthew Honnibal
|
cbdab75b36
|
Increment version
|
2018-01-28 23:46:22 +01:00 |
|
Matthew Honnibal
|
512e6adb08
|
Merge pull request #1896 from thomasopsomer/fix-sent
Fix sentence boundaries serialization (issue #1834)
|
2018-01-28 21:18:51 +01:00 |
|
Matthew Honnibal
|
f5b1ad4100
|
Limit parser model size, to hopefully reduce memory during CI tests
|
2018-01-28 21:00:32 +01:00 |
|
Thomas Opsomer
|
515e25910e
|
fix sent_start in serialization
|
2018-01-28 19:50:42 +01:00 |
|
Thomas Opsomer
|
45d62561f7
|
add test for the issue
|
2018-01-28 19:49:56 +01:00 |
|
ines
|
6d978e5c35
|
Don't use deprecated Doc.merge call in displaCy
As reported here: https://stackoverflow.com/a/48464412/6400719
|
2018-01-27 11:25:05 +01:00 |
|