afinn 0.0.1 copy "afinn: ^0.0.1" to clipboard
afinn: ^0.0.1 copied to clipboard

Experimental Dart package for sentiment analysis

example/afinn_example.dart

import 'package:afinn/afinn.dart';

void main() {
  var afinn = Afinn(AfinnCode.french);
  print('${afinn.analyze("c'est une excellente nouvelle pour les investisseurs malgré la crise")}');
}
0
likes
140
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Experimental Dart package for sentiment analysis

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on afinn