mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
remove universe object: NLPre
This commit is contained in:
parent
0e4a835468
commit
4e8a5994df
|
@ -749,30 +749,6 @@
|
||||||
"category": ["standalone", "research"],
|
"category": ["standalone", "research"],
|
||||||
"tags": ["pytorch"]
|
"tags": ["pytorch"]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "NLPre",
|
|
||||||
"title": "NLPre",
|
|
||||||
"slogan": "Natural Language Preprocessing Library for health data and more",
|
|
||||||
"github": "NIHOPA/NLPre",
|
|
||||||
"pip": "nlpre",
|
|
||||||
"code_example": [
|
|
||||||
"from nlpre import titlecaps, dedash, identify_parenthetical_phrases",
|
|
||||||
"from nlpre import replace_acronyms, replace_from_dictionary",
|
|
||||||
"ABBR = identify_parenthetical_phrases()(text)",
|
|
||||||
"parsers = [dedash(), titlecaps(), replace_acronyms(ABBR),",
|
|
||||||
" replace_from_dictionary(prefix='MeSH_')]",
|
|
||||||
"for f in parsers:",
|
|
||||||
" text = f(text)",
|
|
||||||
"print(text)"
|
|
||||||
],
|
|
||||||
"category": ["scientific", "biomedical"],
|
|
||||||
"author": "Travis Hoppe",
|
|
||||||
"author_links": {
|
|
||||||
"github": "thoppe",
|
|
||||||
"twitter": "metasemantic",
|
|
||||||
"website": "http://thoppe.github.io/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "Chatterbot",
|
"id": "Chatterbot",
|
||||||
"title": "Chatterbot",
|
"title": "Chatterbot",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user