lemmatizerx 1.0.0
lemmatizerx: ^1.0.0 copied to clipboard
Lemmatizer for text in English. Inspired by Python's nltk.corpus.reader.wordnet.morphy
We analyzed this package 4 days ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/xErik/lemmatizerx/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
14 out of 18 API elements (77.8 %) have documentation comments.
Some symbols that are missing documentation: lemmatizerx
, lemmatizerx.Lemma.lemmasFound
, lemmatizerx.Lemmatizer.Lemmatizer.new
, lemmatizerx.Lemmatizer.MORPHOLOGICAL_SUBSTITUTIONS
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: Missing type annotation.
bin/lemma.dart:5:1
╷
5 │ main(List<String> args) {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/lemma.dart
INFO: Missing type annotation.
lib/src/lemmas.dart:1:32035
╷
1 │ class LemmaHelper {static final replaceAdjectives = {"acer":["acer"],"after":["after"],"airier":["airy"],"airiest":["airy"],"all-arounder":["all-arounder"],"angrier":["angry"],"angriest":["angry"],"archer":["archer"],"artier":["arty"],"artiest":["arty"],"ashier":["ashy"],"ashiest":["ashy"],"assaulter":["assaulter"],"attacker":["attacker"],"backer":["backer"],"baggier":["baggy"],"baggiest":["baggy"],"balkier":["balky"],"balkiest":["balky"],"balmier":["balmy"],"balmiest":["balmy"],"bandier":["bandy"],"bandiest":["bandy"],"bargainer":["bargainer"],"barmier":["barmy"],"barmiest":["barmy"],"battier":["batty"],"battiest":["batty"],"baulkier":["baulky"],"baulkiest":["baulky"],"bawdier":["bawdy"],"bawdiest":["bawdy"],"bayer":["bayer"],"beadier":["beady"],"beadiest":["beady"],"beastlier":["beastly"],"beastliest":["beastly"],"beater":["beater"],"beefier":["beefy"],"beefiest":["beefy"],"beerier":["beery"],"beeriest":["beery"],"bendier":["bendy"],"bendiest":["bendy"],"best":["good"],"better":["good","well"],"
[...]
To reproduce make sure you are using the lints_core and run dart analyze lib/src/lemmas.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.23
, Dart 3.9.2
.
Check the analysis log for details.