Lemmatizer
Lemmatizer for text in English. Inspired by Python's nltk.corpus.reader.wordnet.morphy and https://github.com/yohasebe/lemmatizer
Install / Use
/learn @emrahdemirci/LemmatizerREADME
lemmatizer
This project is discontinued.
Suggested replacement :github.com/xErik/lemmatizerx pub.dev : https://pub.dev/packages/lemmatizer
Lemmatizer for text in English. Inspired by Python's nltk.corpus.reader.wordnet.morphy
Installing:
In your pubspec.yaml
dependencies:
lemmatizer: ^1.0.0
import 'package:lemmatizer/lemmatizer.dart';
Basic Usage:
Lemmatizer lemmatizer = new Lemmatizer();
...
_text = lemmatizer.lemma(_controller.text);
<br>
<br>
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details
