Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dskinner/calc

Fuzzy calculator
https://github.com/dskinner/calc

Last synced: 11 days ago
JSON representation

Fuzzy calculator

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`.