Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dskinner/calc
Fuzzy calculator
https://github.com/dskinner/calc
Last synced: 11 days ago
JSON representation
Fuzzy calculator
- Host: GitHub
- URL: https://github.com/dskinner/calc
- Owner: dskinner
- Created: 2012-06-06T07:43:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-11T00:37:17.000Z (almost 12 years ago)
- Last Synced: 2023-04-18T22:11:56.491Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cs-calc
Fuzzy calculator. Handles language and numbers intermixed.
## Examples
```
(two plus 3) * four
two quadrillion / 42
one hundred and three plus 7
forty two * 4 divided by 3
```## Bugs
There are some issues with parsing natural language due to incompleteness, for example, `forty thousand` results in the number `1040`.