text_analysis 0.23.7+10 copy "text_analysis: ^0.23.7+10" to clipboard
text_analysis: ^0.23.7+10 copied to clipboard

Tokenize text, compute readibility scores for a document and evaluate similarity of terms.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add text_analysis

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

dependencies:
  text_analysis: ^0.23.7+10

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

Import it

Now in your Dart code, you can use:

import 'package:text_analysis/text_analysis.dart';
17
likes
0
pub points
82%
popularity

Publisher

verified publishergmconsult.com.au

Tokenize text, compute readibility scores for a document and evaluate similarity of terms.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, porter_2_stemmer

More

Packages that depend on text_analysis