Metadata-Version: 2.1
Name: gatenlp-ml-tner
Version: 0.1.0a1
Summary: Train and use transformer token classification models using tner
Home-page: https://github.com/GateNLP/python-gatenlp-ml-tner
Author: Johann Petrak
Author-email: johann.petrak@gmail.com
License: Apache License 2.0
Project-URL: Documentation, https://gatenlp-ml-tner.readthedocs.io
Project-URL: Source, https://github.com/GateNLP/python-gatenlp-ml-tner
Description: # python-gatenlp-ml-tner
        
        Token classification training and application using transformers via the tner package.
        
        See: https://github.com/asahi417/tner / https://pypi.org/project/tner/
        
        ### Installation:
        
        * For now this package does NOT require the packages 
          it depends on in order to avoid dependency hell. See below 
          for how to install the required packages.
        * create a new environment 
          (e.g. `conda create -y -n gatenlp-tner python=3.7`) 
          and activate it
        * install the PyTorch version compatible with your machine 
          see [PyTorch Installation](https://pytorch.org/get-started/locally/)
        * install tner:
            * latest release: `python -m pip install -U tner`
            * or latest code from github `python -m pip install -U git+https://github.com/asahi417/tner.git`
        * install gatenlp, e.g.: `python -m pip install -U gatenlp[all]`
        
        
        
        
Keywords: nlp,text processing,natural language processing,machinge learning
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
