Matthew Honnibal
1d20e21f3e
Add labels implicitly for parser and ner
2021-01-27 12:54:47 +11:00
Matthew Honnibal
68b1c2984d
Test labels are added implicitly
2021-01-27 12:52:29 +11:00
Ines Montani
fabd3a3394
Tidy up code comments [ci skip]
2021-01-27 12:40:03 +11:00
Ines Montani
1ed7029d47
Update website for v3 launch
2021-01-27 12:39:47 +11:00
Adriane Boyd
c447aa2b98
Update --code arg in evaluate CLI docs
2021-01-26 15:30:46 +01:00
jganseman
907bce7a78
Merge pull request #1 from jganseman/patch-1
...
Patch 1
2021-01-26 11:12:30 +01:00
jganseman
8bc57ec372
also update is_oov in lexeme docs
2021-01-26 11:09:16 +01:00
jganseman
c9103d60fa
Create jganseman.md
2021-01-26 11:02:31 +01:00
jganseman
1f2b0ec168
proposing a more concise explanation for is_oov
...
proposing a more concise explanation for is_oov
2021-01-26 10:53:39 +01:00
Dhruv Naik
e7db07a0b9
Fix Span.char_span bug ( #6816 )
...
* Create dhruvrnaik.md
* add test for issue #6815
* bugfix for issue #6815
* update dhruvrnaik.md
* add span.vector test for #6815
2021-01-26 15:50:37 +08:00
Matthew Honnibal
e8674c5c42
Set version to v3.0.0rc5
2021-01-26 14:55:41 +11:00
Adriane Boyd
71a6350744
Implement overwrite param for all custom lemmatizers ( #6794 )
2021-01-26 14:53:43 +11:00
Adriane Boyd
2263bc7b28
Update develop from master for v3.0.0rc5 ( #6811 )
...
* Fix `spacy.util.minibatch` when the size iterator is finished (#6745 )
* Skip 0-length matches (#6759 )
Add hack to prevent matcher from returning 0-length matches.
* support IS_SENT_START in PhraseMatcher (#6771 )
* support IS_SENT_START in PhraseMatcher
* add unit test and friendlier error
* use IDS.get instead
* ensure span.text works for an empty span (#6772 )
* Remove unicode_literals
Co-authored-by: Santiago Castro <bryant@montevideo.com.uy>
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
2021-01-26 14:52:45 +11:00
Ines Montani
c0926c9088
WIP: Various small training changes ( #6818 )
...
* Allow output_path to be None during training
* Fix cat scoring (?)
* Improve error message for weighted None score
* Improve messages
So we can call this in other places etc.
* FIx output path check
* Use latest wasabi
* Revert "Improve error message for weighted None score"
This reverts commit 7059926763
.
* Exclude None scores from final score by default
It's otherwise very difficult to keep track of the score weights if we modify a config programmatically, source components etc.
* Update warnings and use logger.warning
2021-01-26 14:51:52 +11:00
Matthew Honnibal
f049df1715
Revert "Set annotations in update" ( #6810 )
...
* Revert "Set annotations in update (#6767 )"
This reverts commit e680efc7cc
.
* Fix version
* Update spacy/pipeline/entity_linker.py
* Update spacy/pipeline/entity_linker.py
* Update spacy/pipeline/tagger.pyx
* Update spacy/pipeline/tok2vec.py
* Update spacy/pipeline/tok2vec.py
* Update spacy/pipeline/transition_parser.pyx
* Update spacy/pipeline/transition_parser.pyx
* Update website/docs/api/multilabel_textcategorizer.md
* Update website/docs/api/tok2vec.md
* Update website/docs/usage/layers-architectures.md
* Update website/docs/usage/layers-architectures.md
* Update website/docs/api/transformer.md
* Update website/docs/api/textcategorizer.md
* Update website/docs/api/tagger.md
* Update spacy/pipeline/entity_linker.py
* Update website/docs/api/sentencerecognizer.md
* Update website/docs/api/pipe.md
* Update website/docs/api/morphologizer.md
* Update website/docs/api/entityrecognizer.md
* Update spacy/pipeline/entity_linker.py
* Update spacy/pipeline/multitask.pyx
* Update spacy/pipeline/tagger.pyx
* Update spacy/pipeline/tagger.pyx
* Update spacy/pipeline/textcat.py
* Update spacy/pipeline/textcat.py
* Update spacy/pipeline/textcat.py
* Update spacy/pipeline/tok2vec.py
* Update spacy/pipeline/trainable_pipe.pyx
* Update spacy/pipeline/trainable_pipe.pyx
* Update spacy/pipeline/transition_parser.pyx
* Update spacy/pipeline/transition_parser.pyx
* Update website/docs/api/entitylinker.md
* Update website/docs/api/dependencyparser.md
* Update spacy/pipeline/trainable_pipe.pyx
2021-01-25 22:18:45 +08:00
Matthew Honnibal
42b117e561
Fix Doc.copy bugs ( #6809 )
...
* Dont let the Doc own LexemeC, to fix Doc.copy
* Copy doc.spans
* Copy doc.spans
2021-01-25 21:40:18 +08:00
Matthew Honnibal
267ffb5605
WIP refactor parser
2021-01-25 23:22:10 +11:00
Matthew Honnibal
b456929bfd
WIP on rewrite parser
2021-01-25 23:20:30 +11:00
Adriane Boyd
0f2de39efb
Fix types for exclude args in info CLI ( #6808 )
2021-01-25 20:00:22 +08:00
Adriane Boyd
61c9f8bf24
Remove transformers model max length section ( #6807 )
2021-01-25 19:59:34 +08:00
Matthew Honnibal
cda3b08dd1
Inc version
2021-01-25 19:17:57 +11:00
Matthew Honnibal
70bcc1f48e
Upd parser
2021-01-25 19:17:41 +11:00
Matthew Honnibal
af0b3bc4d8
Inc version
2021-01-25 19:02:27 +11:00
Matthew Honnibal
5b2440a1fd
Try to use real histories, not oracle
2021-01-25 18:59:52 +11:00
Matthew Honnibal
c3c462e562
Inc version
2021-01-25 16:48:58 +11:00
Matthew Honnibal
bd04ea0b02
Fix transition has_gold
2021-01-25 16:48:45 +11:00
Matthew Honnibal
b2044d510e
Inc version
2021-01-25 16:21:54 +11:00
Matthew Honnibal
585ee4c81c
Inc version
2021-01-25 15:27:05 +11:00
Matthew Honnibal
38ad6c7b6a
Fix parser oracle
2021-01-25 15:26:43 +11:00
Matthew Honnibal
46b6197248
Inc version
2021-01-25 14:52:14 +11:00
Matthew Honnibal
19747d98d1
Fix
2021-01-25 14:51:46 +11:00
Matthew Honnibal
772248f84a
Inc version
2021-01-25 14:40:31 +11:00
Matthew Honnibal
456c881ae3
Try to fix parser training
2021-01-25 14:40:05 +11:00
Matthew Honnibal
3a6b93ae3a
Inc version
2021-01-25 13:29:08 +11:00
Matthew Honnibal
cef93d3ae7
Handle final states in get_oracle_sequence
2021-01-25 13:28:57 +11:00
Matthew Honnibal
a49975343e
Inc version
2021-01-25 13:06:27 +11:00
Matthew Honnibal
be155ead9b
Fix set_annotations during parser update
2021-01-25 11:56:36 +11:00
Matthew Honnibal
c631c355d1
Revert "Fix set_annotations in parser.update"
...
This reverts commit c6df0eafd0
.
2021-01-25 11:22:57 +11:00
Matthew Honnibal
65f2270d59
Revert "Fix parser set_annotations during update"
...
This reverts commit eb138c89ed
.
2021-01-25 11:22:43 +11:00
Matthew Honnibal
eb138c89ed
Fix parser set_annotations during update
2021-01-25 10:52:40 +11:00
Matthew Honnibal
c6df0eafd0
Fix set_annotations in parser.update
2021-01-25 09:50:48 +11:00
Matthew Honnibal
bb15d5b22f
Fix copying SpanGroups
2021-01-25 09:50:29 +11:00
muratjumashev
2b19ebad59
Remove Kyrgyz chars fr. char_classes since Tatar ones already cover
2021-01-25 00:46:45 +06:00
muratjumashev
7d0154a36e
Added language meta data
2021-01-25 00:42:19 +06:00
muratjumashev
79327197d1
Add contributor agreement
2021-01-25 00:34:12 +06:00
muratjumashev
87168eb81f
Add tests
2021-01-24 20:56:16 +06:00
muratjumashev
53abf759ad
Fix punctuation
2021-01-24 20:54:22 +06:00
Matthew Honnibal
8f07e6c901
Upd version
2021-01-25 01:22:06 +11:00
Matthew Honnibal
351ce600c5
Fix dict proxy copy
2021-01-25 01:21:47 +11:00
Matthew Honnibal
827fb51e6c
Fix set_annotations during Parser.update
2021-01-25 00:52:00 +11:00