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
Matthew Honnibal
492c948937
Add SpanGroups.copy method
2021-01-25 00:51:38 +11:00
Matthew Honnibal
8a22161b59
Change version
2021-01-25 00:23:43 +11:00
Matthew Honnibal
6117adcd6d
Make vocab always own lexemes
2021-01-25 00:23:02 +11:00
Matthew Honnibal
4048ca01eb
Set dev version
2021-01-25 00:08:49 +11:00
Matthew Honnibal
d5b1673790
Try to fix doc.copy
2021-01-24 23:54:36 +11:00
Matthew Honnibal
ffc371350a
Avoid assuming encode.get_dim('nO') is set in tok2vec ( #6800 )
2021-01-24 14:37:33 +11:00
muratjumashev
2a2646362b
Fix language subclass
2021-01-23 22:00:50 +06:00
muratjumashev
fe3b5b8ff5
Add kyrgyz to char_classes
2021-01-23 21:53:41 +06:00
muratjumashev
e30bbf5432
Add examples
2021-01-23 21:49:08 +06:00
muratjumashev
2f385385a9
Remove comment
2021-01-23 21:36:28 +06:00
muratjumashev
d53724ba1d
Add lex_attrs
2021-01-23 21:35:25 +06:00
muratjumashev
4418ec2eee
Add punctuation
2021-01-23 21:31:31 +06:00
muratjumashev
101d265778
Add stopwords
2021-01-23 21:25:28 +06:00
KeshavG-lb
0a86d833d7
Spacy Cli info method causing backward compatibility issues ( #6793 )
...
* Spacy Cli info method causing backward compatibility issues #6791
fix backward compatibility by setting default value to exclude in info
method.
* setting empty list as default argument is dangerous.
so setting default to None and then setting it to emptylist, if None.
Reference : https://nikos7am.com/posts/mutable-default-arguments/
2021-01-23 11:21:43 +01:00
svlandeg
56064faed9
update caption
2021-01-23 00:57:00 +01:00