sentiment_dart 0.0.5 copy "sentiment_dart: ^0.0.5" to clipboard
sentiment_dart: ^0.0.5 copied to clipboard

Sentiment Dart is a dart module that uses the AFINN-165 wordlist to perform sentiment analysis on arbitrary blocks of text

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sentiment_dart

With Flutter:

 $ flutter pub add sentiment_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sentiment_dart: ^0.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sentiment_dart/sentiment_dart.dart';
17
likes
130
pub points
72%
popularity

Publisher

verified publisherworldtrollfootball.wtf

Sentiment Dart is a dart module that uses the AFINN-165 wordlist to perform sentiment analysis on arbitrary blocks of text

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

remove_emoji

More

Packages that depend on sentiment_dart