From 44b66ce78f0be0acbba2dfdc9ef9c5cbf15d6453 Mon Sep 17 00:00:00 2001 From: "Frederic R. Hopp" Date: Thu, 13 May 2021 07:40:05 -0700 Subject: [PATCH] Update universe.json fixed typo --- website/meta/universe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 533193487..87328074a 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -30,7 +30,7 @@ "id": "eMFDscore", "title": "eMFDscore : Extended Moral Foundation Dictionary Scoring for Python", "slogan": "Extended Moral Foundation Dictionary Scoring for Python", - "description": "eMFDscore is a library for the fast and flexible extraction of various moral information metrics from textual input data. eMFDscore is build on spaCy for faster execution and performs minimal preprocessing consisting of tokenization, syntactic dependency parsing, lower-casing, and stopword/punctuation/whitespace removal. eMFDscore lets users score documents with multiple Moral Foundations Dictionaries, provides various metrics for analyzing moral information, and extracts moral patient, agent, and attribute words related to entities.", + "description": "eMFDscore is a library for the fast and flexible extraction of various moral information metrics from textual input data. eMFDscore is built on spaCy for faster execution and performs minimal preprocessing consisting of tokenization, syntactic dependency parsing, lower-casing, and stopword/punctuation/whitespace removal. eMFDscore lets users score documents with multiple Moral Foundations Dictionaries, provides various metrics for analyzing moral information, and extracts moral patient, agent, and attribute words related to entities.", "github": "https://github.com/medianeuroscience/emfdscore", "code_example": [ "from emfdscore.scoring import score_docs",