mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
Tidy up universe [ci skip]
This commit is contained in:
parent
638caba9b5
commit
42de5be90c
|
@ -6,8 +6,7 @@
|
||||||
"slogan": "Python lib for exploring Deep NLP & NLU by Intel AI",
|
"slogan": "Python lib for exploring Deep NLP & NLU by Intel AI",
|
||||||
"github": "NervanaSystems/nlp-architect",
|
"github": "NervanaSystems/nlp-architect",
|
||||||
"pip": "nlp-architect",
|
"pip": "nlp-architect",
|
||||||
"thumb": "https://raw.githubusercontent.com/NervanaSystems/nlp-architect/master/assets/nlp_architect_logo.png",
|
"thumb": "https://i.imgur.com/vMideRx.png",
|
||||||
"code_example": [],
|
|
||||||
"category": ["standalone", "research"],
|
"category": ["standalone", "research"],
|
||||||
"tags": ["pytorch"]
|
"tags": ["pytorch"]
|
||||||
},
|
},
|
||||||
|
@ -17,7 +16,6 @@
|
||||||
"slogan": "Named-entity recognition using neural networks",
|
"slogan": "Named-entity recognition using neural networks",
|
||||||
"github": "Franck-Dernoncourt/NeuroNER",
|
"github": "Franck-Dernoncourt/NeuroNER",
|
||||||
"pip": "pyneuroner[cpu]",
|
"pip": "pyneuroner[cpu]",
|
||||||
"thumb": "",
|
|
||||||
"code_example": [
|
"code_example": [
|
||||||
"from neuroner import neuromodel",
|
"from neuroner import neuromodel",
|
||||||
"nn = neuromodel.NeuroNER(train_model=False, use_pretrained_model=True)"
|
"nn = neuromodel.NeuroNER(train_model=False, use_pretrained_model=True)"
|
||||||
|
@ -31,7 +29,6 @@
|
||||||
"slogan": "Natural Language Preprocessing Library in Health data",
|
"slogan": "Natural Language Preprocessing Library in Health data",
|
||||||
"github": "NIHOPA/NLPre",
|
"github": "NIHOPA/NLPre",
|
||||||
"pip": "nlpre",
|
"pip": "nlpre",
|
||||||
"thumb": "",
|
|
||||||
"code_example": [
|
"code_example": [
|
||||||
"from nlpre import titlecaps, dedash, identify_parenthetical_phrases",
|
"from nlpre import titlecaps, dedash, identify_parenthetical_phrases",
|
||||||
"from nlpre import replace_acronyms, replace_from_dictionary",
|
"from nlpre import replace_acronyms, replace_from_dictionary",
|
||||||
|
@ -42,8 +39,7 @@
|
||||||
" text = f(text)",
|
" text = f(text)",
|
||||||
"print(text)"
|
"print(text)"
|
||||||
],
|
],
|
||||||
"category": ["standalone"],
|
"category": ["standalone"]
|
||||||
"tags": []
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Chatterbot",
|
"id": "Chatterbot",
|
||||||
|
@ -51,7 +47,7 @@
|
||||||
"slogan": "A machine-learning based conversational dialog engine for creating chat bots",
|
"slogan": "A machine-learning based conversational dialog engine for creating chat bots",
|
||||||
"github": "gunthercox/ChatterBot",
|
"github": "gunthercox/ChatterBot",
|
||||||
"pip": "chatterbot",
|
"pip": "chatterbot",
|
||||||
"thumb": "https://chatterbot.readthedocs.io/en/stable/_images/banner.png",
|
"thumb": "https://i.imgur.com/eyAhwXk.jpg",
|
||||||
"code_example": [
|
"code_example": [
|
||||||
"from chatterbot import ChatBot",
|
"from chatterbot import ChatBot",
|
||||||
"from chatterbot.trainers import ListTrainer",
|
"from chatterbot.trainers import ListTrainer",
|
||||||
|
@ -91,15 +87,14 @@
|
||||||
"slogan": "Algorithms for monitoring and explaining machine learning models ",
|
"slogan": "Algorithms for monitoring and explaining machine learning models ",
|
||||||
"github": "SeldonIO/alibi",
|
"github": "SeldonIO/alibi",
|
||||||
"pip": "alibi",
|
"pip": "alibi",
|
||||||
"thumb": "https://docs.seldon.io/projects/alibi/en/v0.2.0/_static/Alibi_Logo.png",
|
"thumb": "https://i.imgur.com/YkzQHRp.png",
|
||||||
"code_example": [
|
"code_example": [
|
||||||
">>> from alibi.explainers import AnchorTabular",
|
"from alibi.explainers import AnchorTabular",
|
||||||
">>> explainer = AnchorTabular(predict_fn, feature_names)",
|
"explainer = AnchorTabular(predict_fn, feature_names)",
|
||||||
">>> explainer.fit(X_train)",
|
"explainer.fit(X_train)",
|
||||||
">>> explainer.explain(x)"
|
"explainer.explain(x)"
|
||||||
],
|
],
|
||||||
"category": ["standalone", "research"],
|
"category": ["standalone", "research"]
|
||||||
"tags": []
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "spacymoji",
|
"id": "spacymoji",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user