Metadata-Version: 2.1
Name: seqtag-keras
Version: 1.0.5
Summary: Easy to use BiLSTM+CRF sequence tagging for text.
Home-page: https://github.com/bedapudi6788/seqtag-keras
Author: BEDAPUDI PRANEETH
Author-email: praneethbedapudi@gmail.com
License: MIT
Description: 
        # This repo is a fork of https://github.com/Hironsan/anago
        
        This repo is a fork of https://github.com/Hironsan/anago and is modified to suit my needs. The module's name is changed so that it doesn't conflict with the installation of the original repo and so that I can push my changes to PyPi.
        
        # Unless there is a specific reason, don't use this module. Use the excellent https://github.com/Hironsan/anago
        
        The purpose of creating a fork (and a separate module) instead of using the excellent anago is as follows.
        
        1. Anago's installation comes with ELMo, allennlp and some other stuff, which are not needed for the intended use cases of this repo (mainly DeepSegment). 
        2. It's not easy to include a git repo link as a requirement in setup.py while publishing to PyPi. So, this module is renamed to seqtag-keras.
        
        # Full credit and thanks for this repo goes to https://github.com/Hironsan/ and https://github.com/chakki-works/ . 
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
