dictionaryx 0.1.0 copy "dictionaryx: ^0.1.0" to clipboard
dictionaryx: ^0.1.0 copied to clipboard

outdated

English dictionary with about 120000 entries, based on Wordnet.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dictionaryx

Use it

The package has the following executables:

$ dict

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dictionaryx

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

dependencies:
  dictionaryx: ^0.1.0

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:dictionaryx/dictionary_MSA.dart';
import 'package:dictionaryx/dictionary_SA.dart';
import 'package:dictionaryx/dictionary_reduced_MSA.dart';
import 'package:dictionaryx/dictionary_reduced_SA.dart';
13
likes
0
points
61
downloads

Publisher

verified publishernovelplotter.com

Weekly Downloads

English dictionary with about 120000 entries, based on Wordnet.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on dictionaryx