Fix asent pip package name

This commit is contained in:
Paul O'Leary McCann 2022-09-01 11:35:52 +09:00
parent 977dc33312
commit ff0522f8da

View File

@ -1192,7 +1192,7 @@
"slogan": "Fast, flexible and transparent sentiment analysis", "slogan": "Fast, flexible and transparent sentiment analysis",
"description": "Asent is a rule-based sentiment analysis library for Python made using spaCy. It is inspired by VADER, but uses a more modular ruleset, that allows the user to change e.g. the method for finding negations. Furthermore it includes visualisers to visualize the model predictions, making the model easily interpretable.", "description": "Asent is a rule-based sentiment analysis library for Python made using spaCy. It is inspired by VADER, but uses a more modular ruleset, that allows the user to change e.g. the method for finding negations. Furthermore it includes visualisers to visualize the model predictions, making the model easily interpretable.",
"github": "kennethenevoldsen/asent", "github": "kennethenevoldsen/asent",
"pip": "aseny", "pip": "asent",
"code_example": [ "code_example": [
"import spacy", "import spacy",
"import asent", "import asent",