Explore Kagome usage examples
v2The _examples directory provides several implementation patterns for using Kagome's Japanese morphological analysis capabilities. Depending on your use case, you can explore the following examples:
- Japanese Text Segmentation (Wakati): Learn how to segment Japanese text into individual words.
- Custom Dictionaries: See how to incorporate a user-defined dictionary into the analysis process.
- Tokenization and POS Tagging: Understand how to analyze sentences to retrieve both tokens and their corresponding Part-of-Speech (POS) tags.
- Full-text Search with SQLite3: Learn how to integrate Kagome with SQLite3 for efficient Japanese text searching.
- WebAssembly (Wasm): See how to run Kagome in browser-based or Wasm environments.
- C Library (FFI) Integration: Learn how to use Kagome as a C library to interface with other languages like Python and PHP 8 via the C ABI.