math-tokenizer

Simple and lightweighted tokenizer for mathematical functions


Keywords
tokenizer, math, math-functions, token, analysis
License
MIT
Install
pip install math-tokenizer==1.0.1

Documentation

Math-tokenizer

Build Status

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

pip install math-tokenizer

Update

You can also update on the latest version via pip

pip install math-tokenizer --upgrade