Seeking dart-only version of Japanese tokeniser called Mecab

This page summarizes the projects mentioned and recommended in the original post on /r/dartlang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • wasm

    Discontinued Utilities for loading and running WASM modules from Dart code

  • Looking at the source, the code uses a C implementation of that algorithm under the hood. You could either try to translate the source code to Dart to use Dart's FFI to access the C library or if you feel adventurous, try to find a WASM version of that algorithm and import that module. Looks like the sqlite3 library goes the WASM way to embedding sqlite for the web.

  • mecab-wasm

    Mecab, a Japanese morphological analyzer, built for JS with Emscripten

  • Looking at the source, the code uses a C implementation of that algorithm under the hood. You could either try to translate the source code to Dart to use Dart's FFI to access the C library or if you feel adventurous, try to find a WASM version of that algorithm and import that module. Looks like the sqlite3 library goes the WASM way to embedding sqlite for the web.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sqlite3.dart

    sqlite3 bindings for Dart

  • Looking at the source, the code uses a C implementation of that algorithm under the hood. You could either try to translate the source code to Dart to use Dart's FFI to access the C library or if you feel adventurous, try to find a WASM version of that algorithm and import that module. Looks like the sqlite3 library goes the WASM way to embedding sqlite for the web.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts