Skip to content

Commit

Permalink
fixed spelling errors in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jul 5, 2022
1 parent eeef9f1 commit 4447831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


Asent is a rule-based sentiment analysis library for Python made using [SpaCy](https://spacy.io).
It is inspired by [Vader](https://github.com/cjhutto/vaderSentiment), but uses a more modular ruleset, that allows the user to change e.g. the method for finding negations. Furthermore it includes visualiser to visualize model predictions, making they model easily interpretable.
It is inspired by [Vader](https://github.com/cjhutto/vaderSentiment), but uses a more modular ruleset, that allows the user to change e.g. the method for finding negations. Furthermore, it includes visualizers to visualize model predictions, making the model easily interpretable.


## Installation
Expand Down

1 comment on commit 4447831

@KennethEnevoldsen
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
asent
   init.py40100% 
   component.py29197%173
   constants.py60100% 
   data_classes.py740100% 
   getters.py2281593%25, 31, 36, 39, 143, 219, 272, 283, 291, 342, 344, 359, 438, 449, 526
   utils.py19195%42
   visualize.py510100% 
asent/lang
   init.py60100% 
   autoconstructed.py260100% 
   da.py280100% 
   emoji.py100100% 
   en.py190100% 
   no.py180100% 
   sv.py170100% 
TOTAL5351797% 

Please sign in to comment.