Update universe.json

Added more detailed description to eMFDscore project
This commit is contained in:
Frederic R. Hopp 2021-05-12 09:20:17 -07:00 committed by GitHub
parent 7bba9cdc14
commit a9ca221e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
"id": "eMFDscore", "id": "eMFDscore",
"title": "eMFDscore : Extended Moral Foundation Dictionary Scoring for Python", "title": "eMFDscore : Extended Moral Foundation Dictionary Scoring for Python",
"slogan": "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.", "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.",
"github": "https://github.com/medianeuroscience/emfdscore", "github": "https://github.com/medianeuroscience/emfdscore",
"code_example": [ "code_example": [
"from emfdscore.scoring import score_docs", "from emfdscore.scoring import score_docs",