udpipe_flutter 0.1.3 copy "udpipe_flutter: ^0.1.3" to clipboard
udpipe_flutter: ^0.1.3 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 Flutter:

 $ flutter pub add udpipe_flutter

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

dependencies:
  udpipe_flutter: ^0.1.3

Alternatively, your editor might support 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
160
points
84
downloads

Documentation

API reference

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

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on udpipe_flutter