Metadata-Version: 2.1
Name: JBTools
Version: 0.1.2
Summary: My personal packages
Home-page: https://github.com/jbtanguy/JBTools.git
Author: Jean-Baptiste Tanguy
License: MIT
Description: JBTools
        =======
        These codes was written by Jean-Baptiste Tanguy. There are several classes or functions callable but there
        are not really related. It's just about making the programs more easily handled.
        
        What do we have in this package?
        ================================
        * ```neural_language_model_char_based.py```: this allows to learn, load, save and use a neural character based language model
        * ```simple_proba_language_model_char_based.py```: this allows to learn, load, save and use a simple statistical character based language model
        * ```evaluate_ocr_results.py```: this allows to process several methods to evaluate an ocr result (cer, wer, language model). 
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
