lemmatizer 1.0.0 copy "lemmatizer: ^1.0.0" to clipboard
lemmatizer: ^1.0.0 copied to clipboard

discontinuedreplaced by: lemmatizerx

Lemmatizer for text in English. Inspired by Python's nltk.corpus.reader.wordnet.morphy

lemmatizer #

Lemmatizer for text in English. Inspired by Python's nltk.corpus.reader.wordnet.morphy

Installing: #

In your pubspec.yaml

dependencies:
  lemmatizer: ^0.0.1
import  'package:lemmatizer/lemmatizer.dart';

Basic Usage: #

Lemmatizer lemmatizer =  new  Lemmatizer();
...
_text = lemmatizer.lemma(_controller.text);


License #

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

4
likes
40
pub points
47%
popularity

Publisher

unverified uploader

Lemmatizer for text in English. Inspired by Python's nltk.corpus.reader.wordnet.morphy

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on lemmatizer