compling
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: compling | ||
| Version: 0.0.29 | ||
| Version: 0.0.30 | ||
| Summary: Computational Linguistic | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/FrancescoPeriti/compling |
| __all__ = ['lexicon', 'impl'] | ||
| from compling.analysis.sentiment.impl import SentimentAnalyzer | ||
| from compling.analysis.sentiment.lexicon import Vader, Sentiwordnet, Sentix | ||
| from compling.sentiment.impl import SentimentAnalyzer | ||
| from compling.sentiment.lexicon import Vader, Sentiwordnet, Sentix |
| __all__ = ['impl'] | ||
| from compling.analysis.sentiment.lexicon.impl import Vader, Sentiwordnet, Sentix | ||
| from compling.sentiment.lexicon.impl import Vader, Sentiwordnet, Sentix |
| __all__ = ['sentiwordnet', 'vader'] | ||
| from compling.analysis.sentiment.lexicon.impl.sentiwordnet import Sentiwordnet | ||
| from compling.analysis.sentiment.lexicon.impl.vader import Vader | ||
| from compling.analysis.sentiment.lexicon.impl.sentix import Sentix | ||
| from compling.sentiment.lexicon.impl.sentiwordnet import Sentiwordnet | ||
| from compling.sentiment.lexicon.impl.vader import Vader | ||
| from compling.sentiment.lexicon.impl.sentix import Sentix |
| import csv | ||
| import pkg_resources | ||
| from compling.analysis.sentiment.lexicon.lexicon import Lexicon | ||
| from compling.sentiment.lexicon.lexicon import Lexicon | ||
@@ -5,0 +5,0 @@ csv.field_size_limit(1000000) |
| from nltk.corpus import sentiwordnet as swn | ||
| from compling.analysis.sentiment.lexicon.lexicon import Lexicon | ||
| from compling.sentiment.lexicon.lexicon import Lexicon | ||
| from typing import Tuple | ||
@@ -4,0 +4,0 @@ |
| import csv | ||
| import pkg_resources | ||
| from compling.analysis.sentiment.lexicon.lexicon import Lexicon | ||
| from compling.sentiment.lexicon.lexicon import Lexicon | ||
| from collections import defaultdict | ||
@@ -5,0 +5,0 @@ from typing import Tuple |
| from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer | ||
| from compling.analysis.sentiment.lexicon.lexicon import Lexicon | ||
| from compling.sentiment.lexicon.lexicon import Lexicon | ||
@@ -4,0 +4,0 @@ |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: compling | ||
| Version: 0.0.29 | ||
| Version: 0.0.30 | ||
| Summary: Computational Linguistic | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/FrancescoPeriti/compling |
+1
-1
@@ -44,3 +44,3 @@ import subprocess | ||
| name="compling", | ||
| version="0.0.29", | ||
| version="0.0.30", | ||
| author="Francesco Periti", | ||
@@ -47,0 +47,0 @@ author_email="peritifrancesco@gmail.com", |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
19857966
0