mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
Update universe.json
This commit is contained in:
parent
77ee7c872b
commit
93d9860cba
|
@ -25,6 +25,32 @@
|
||||||
},
|
},
|
||||||
"category": ["standalone"],
|
"category": ["standalone"],
|
||||||
"tags": ["person-name-detection"]
|
"tags": ["person-name-detection"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "eMFDscore",
|
||||||
|
"title": "eMFDscore : Extended Moral Foundation Dictionary Scoring for Python",
|
||||||
|
"slogan": "Extended Moral Foundation Dictionary Scoring for Python",
|
||||||
|
"description": "Fast, flexible extraction of moral information from textual input data.",
|
||||||
|
"github": "https://github.com/medianeuroscience/emfdscore",
|
||||||
|
"code_example": [
|
||||||
|
"from emfdscore.scoring import score_docs",
|
||||||
|
"import pandas as pd",
|
||||||
|
"template_input = pd.read_csv('emfdscore/template_input.csv', header=None)",
|
||||||
|
"DICT_TYPE = 'emfd'",
|
||||||
|
"PROB_MAP = 'single'",
|
||||||
|
"SCORE_METHOD = 'bow'",
|
||||||
|
"OUT_METRICS = 'vice-virtue'",
|
||||||
|
"OUT_CSV_PATH = 'single-vv.csv'",
|
||||||
|
"df = score_docs(template_input,DICT_TYPE,PROB_MAP,SCORE_METHOD,OUT_METRICS,num_docs)",
|
||||||
|
],
|
||||||
|
"code_language": "python",
|
||||||
|
"author": "Media Neuroscience Lab",
|
||||||
|
"author_links": {
|
||||||
|
"github": "medianeuroscience",
|
||||||
|
"twitter": "medianeuro"
|
||||||
|
},
|
||||||
|
"category": ["research", "teaching"],
|
||||||
|
"tags": ["morality", "dictionary", "sentiment"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "skweak",
|
"id": "skweak",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user