Metadata-Version: 2.1
Name: text-indexer
Version: 1.0.0
Summary: Yoctol Text Indexer
Home-page: https://github.com/Yoctol/text-indexer
Author: Yoctol Info
Author-email: yien.tsai@yoctol.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Requires-Dist: strpipe (==0.4.7)
Requires-Dist: u-msgpack-python (==2.5.0)

# text-indexer

[![Build Status](https://travis-ci.org/Yoctol/text-indexer.svg?branch=master)](https://travis-ci.org/Yoctol/text-indexer) 
[![PyPI version](https://badge.fury.io/py/text-indexer.svg)](https://badge.fury.io/py/text-indexer)

Indexer transforms list of strings to list of integers according to the string2int mapping function(e.q. a look-up table).

## Getting Started

### Prerequisites

1. Please create a virtual environment with python 3.6
2. Type the following command in terminal: 
```
make install
```

### Running the tests

```
make test
```


