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

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

Awesome Lists containing this project

README

        

# Math-tokenizer #
[![Build Status](https://travis-ci.org/DahlitzFlorian/math-tokenizer.svg?branch=master)](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