mirror of https://github.com/explosion/spaCy.git
fix: Add missing period in train data
This commit is contained in:
parent
1e61fffd0a
commit
1e8147aec7
|
@ -21,7 +21,7 @@ TRAIN_DATA = [
|
|||
'heads': [1, 1, 4, 4, 5, 1, 1],
|
||||
'deps': ['nsubj', 'ROOT', 'compound', 'punct', 'nmod', 'dobj', 'punct']
|
||||
}),
|
||||
("I like London and Berlin", {
|
||||
("I like London and Berlin.", {
|
||||
'heads': [1, 1, 1, 2, 2, 1],
|
||||
'deps': ['nsubj', 'ROOT', 'dobj', 'cc', 'conj', 'punct']
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue