https://github.com/dahlitzflorian/math-tokenizer
Simple and lightweighted tokenizer for mathematical functions
https://github.com/dahlitzflorian/math-tokenizer
math math-functions python python3 tokenizer
Last synced: 2 months ago
JSON representation
Simple and lightweighted tokenizer for mathematical functions
- Host: GitHub
- URL: https://github.com/dahlitzflorian/math-tokenizer
- Owner: DahlitzFlorian
- License: mit
- Created: 2017-04-22T20:37:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T17:05:29.000Z (about 8 years ago)
- Last Synced: 2025-02-08T15:44:45.523Z (3 months ago)
- Topics: math, math-functions, python, python3, tokenizer
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Math-tokenizer #
[](https://travis-ci.org/DahlitzFlorian/math-tokenizer)## Description ##
This is a simple and lightweighted tokenizer for mathematical functions written in pure Python. It was tested with Python >= 3.4.version 1.0.1
## Features ##
* tokenize mathematical function## Future features ##
* create own rules## Installation ##
The package is available via ```pip```
```bash
pip install math-tokenizer
```## Update ##
You can also update on the latest version via ```pip```
```bash
pip install math-tokenizer --upgrade