Tokipona
Number of tools implemented in ruby to process artificial language Toki Pona
Installation
Add this line to your application's Gemfile:
gem "tokipona"
Usage
require "tokipona"
# Tokenization
Tokipona::Tokenizer.tokenize("toki mi li toki pona")
# => ["toki", "mi", "li", "toki", "pona"]
License
The gem is available as open source under the terms of the MIT License.