ailia Tokenizer
Project description
ailia Tokenizer Python API
!! CAUTION !! “ailia” IS NOT OPEN SOURCE SOFTWARE (OSS). As long as user complies with the conditions stated in License Document, user may use the Software for free of charge, but the Software is basically paid software.
About ailia Tokenizer
The ailia Tokenizer is an NLP tokenizer that can be used from Unity or C++. The tokenizer is an API for converting text into tokens (sequences of symbols) that AI can handle, or for converting tokens back into text.
Traditionally, tokenization has been performed using Pytorch's Transformers. However, since Transformers only work with Python, there has been an issue of not being able to tokenize from applications on Android or iOS.
With ailia Tokenizer, this problem is solved by directly performing NLP tokenization without using Pytorch's Transforms. This makes it possible to perform tokenization on Android and iOS as well.
Since ailia Tokenizer includes Mecab and SentencePiece, it is possible to perform complex tokenizations, such as those for BERT Japanese or Sentence Transformer, on the device.
Install from pip
You can install the ailia SDK free evaluation package with the following command.
pip3 install ailia_tokenizer
Install from package
You can install the ailia SDK from Package with the following command.
python3 bootstrap.py
pip3 install ./
API specification
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file ailia_tokenizer-1.2.0.2-py3-none-any.whl
.
File metadata
- Download URL: ailia_tokenizer-1.2.0.2-py3-none-any.whl
- Upload date:
- Size: 17.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 985042169454df74c0963b4f5cd9a94f8cfd3fcd30e8ccbff24b629ad373b1c3 |
|
MD5 | f86160112ff2621a8438a8ac8ee6b10a |
|
BLAKE2b-256 | ed9a5d5c1f34ed764b6b1fe5ac7d5260dcfce29c92d532e2c37be5c414b38dde |