Metadata-Version: 2.1
Name: texthero
Version: 1.0
Summary: Text preprocessing, representation and visualization made easy.
Home-page: https://github.com/jbesomi/texthero
Author: Jonathan Besomi
Author-email: jonathanbesomi@gmail.com
License: MIT
Keywords: text analytics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

<h1 align="center">Texthero</h1>

<p align="center">Text preprocessing, analysis and visualization from zero to hero in seconds</p>

<p align="center">
  <a href="https://github.com/jonathanbesomi/texthero/stargazers">
    <img src="https://img.shields.io/github/stars/jonathanbesomi/texthero.svg?colorA=orange&colorB=orange&logo=github"
         alt="GitHub stars">
  </a>
  <a href="https://pypi.org/search/?q=bert-serving">
      <img src="https://img.shields.io/pypi/v/bert-serving-server.svg?colorB=brightgreen"
           alt="Pypi package">
    </a>
  <a href="https://texthero.readthedocs.io/">
      <img src="https://readthedocs.org/projects/texthero/badge/?version=latest"
           alt="ReadTheDoc">
    </a>
  <a href="https://pypi.org/search/?q=bert-serving">
      <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/bert-serving-server">
  </a>
  <a href="https://github.com/jonathanbesomi/texthero/issues">
        <img src="https://img.shields.io/github/issues/jonathanbesomi/texthero.svg"
             alt="GitHub issues">
  </a>
  <a href="https://github.com/jonathanbesomi/texthero/blob/master/LICENSE">
        <img src="https://img.shields.io/github/license/jonathanbesomi/texthero.svg"
             alt="GitHub license">
  </a>
  <a href="https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fjonathanbesomi%2Ftexthero">
  <img src="https://img.shields.io/twitter/url/https/github.com/jonathanbesomi/texthero.svg?style=social" alt="Twitter">
  </a>      
</p>

<p align="center">
  <a href="#zero-to-hero">From zero to hero</a> •
  <a href="#installation">Installation</a> •
  <a href="#getting-started">Getting Started</a> •
  <a href="#book-tutorial">Tutorials</a> •
  <a href="#documentation">Documentation</a> •
  <a href="#faq">FAQ</a>
  <a href="#contributions">Contributions</a>
</p>

<p align="center">
    <img src=".github/demo.gif?raw=true" width="700">
</p>


<h2 align="center">From zero to hero</h2>




<h2 align="center">Why</h2>

We believe the actual NLP/python environment is missing an important toolkit for text analytics. Out there there are many great tools and toolkit to analyze text including NLTK, Gensim and spaCY to name a few. Gensim and NLTK has been around for a while, and even if has many advantages including the fact that is fast and it offers many functionalities, it's quite hard to work with and his documentation is quite hard to understand.

<h2 align="center">Installation</h2>

Install texthero via `pip`:
```bash
pip install texthero
```
:point_up:  Note that the requirements are **Python >= 3.5** and ...

<h2 align="center">Getting started</h2>

#### 1. TODO

> **Optional:** ...

#### 2. Preprocessing
descritption
```bash
hehe
```
Below ...
<p align="center"><img src=".github/server-demo.gif?raw=true"/></p>

<h2 align="center">Tutorials</h2>
...

<h2 align="center">Documentation</h2>
...

<h2 align="center">FAQ</h2>
...

<h2 align="center">Contributions</h2>
...


