udpipe_flutter 0.1.1 copy "udpipe_flutter: ^0.1.1" to clipboard
udpipe_flutter: ^0.1.1 copied to clipboard

Flutter library and demo app for UDPipe 1 — NLP tokenization, POS tagging and dependency parsing across 50+ languages, with native FFI on desktop/mobile and WebAssembly on the web.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add udpipe_flutter

With Flutter:

 $ flutter pub add udpipe_flutter

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

dependencies:
  udpipe_flutter: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:udpipe_flutter/udpipe_flutter.dart';
0
likes
0
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter library and demo app for UDPipe 1 — NLP tokenization, POS tagging and dependency parsing across 50+ languages, with native FFI on desktop/mobile and WebAssembly on the web.

Repository (GitHub)
View/report issues

Topics

#nlp #ffi #text-processing #linguistics

License

unknown (license)

Dependencies

ffi, flutter

More

Packages that depend on udpipe_flutter