holbewoner/yn.rs
Natural language processing library for yes or no values written in Rust
This project helps developers quickly and reliably determine if a given text input represents 'yes' or 'no' — or even a 'somewhat yes' or 'somewhat no' — in natural language. It takes various forms of text input (like 'yes', 'y', '1', 'no', or longer phrases) and outputs a clear 'true' or 'false' evaluation. This is useful for programmers building applications that need to interpret user input or parse data for affirmative or negative responses.
No commits in the last 6 months.
Use this if you are a developer building an application and need to programmatically interpret diverse text inputs as definitive 'yes' or 'no' responses.
Not ideal if you need to perform complex natural language understanding beyond simple yes/no classification or if you are not a programmer.
Stars
15
Forks
2
Language
Rust
License
MIT
Category
Last pushed
Jul 06, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/holbewoner/yn.rs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
PyThaiNLP/nlpo3
Thai natural language processing library in Rust, with Python and Node bindings.
forzagreen/n2words
Convert numerical numbers to written numbers, in 52+ languages.
greyblake/whatlang-rs
Natural language detection library for Rust. Try demo online: https://whatlang.org/
wikimedia/sentencex
A sentence segmentation library with wide language support optimized for speed and utility.
pemistahl/lingua-rs
The most accurate natural language detection library for Rust, suitable for short text and...