SkillAgentSearch skills...

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/Lemmatizer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated2y ago
Forks6

Languages

Dart

Security Score

70/100

Audited on Jun 22, 2023

No findings