mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
Remove u string and auto-format [ci skip]
This commit is contained in:
parent
f67343295d
commit
63885c1836
|
@ -364,7 +364,7 @@
|
||||||
"entity = Entity(keywords_list=['python', 'java platform'])",
|
"entity = Entity(keywords_list=['python', 'java platform'])",
|
||||||
"nlp.add_pipe(entity, last=True)",
|
"nlp.add_pipe(entity, last=True)",
|
||||||
"",
|
"",
|
||||||
"doc = nlp(u\"I am a product manager for a java and python.\")",
|
"doc = nlp(\"I am a product manager for a java and python.\")",
|
||||||
"assert doc._.has_entities == True",
|
"assert doc._.has_entities == True",
|
||||||
"assert doc[2:5]._.has_entities == True",
|
"assert doc[2:5]._.has_entities == True",
|
||||||
"assert doc[0]._.is_entity == False",
|
"assert doc[0]._.is_entity == False",
|
||||||
|
@ -1656,7 +1656,7 @@
|
||||||
"url": "https://telegram.me/pic2phrase_bot",
|
"url": "https://telegram.me/pic2phrase_bot",
|
||||||
"author": "Yuli Vasiliev",
|
"author": "Yuli Vasiliev",
|
||||||
"author_links": {
|
"author_links": {
|
||||||
"twitter": "VasilievYuli",
|
"twitter": "VasilievYuli"
|
||||||
},
|
},
|
||||||
"category": ["standalone", "conversational"]
|
"category": ["standalone", "conversational"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user