Metadata-Version: 2.1
Name: bclm
Version: 1.0.1
Summary: THE go-to place for all Python Hebrew Treebank processing tasks.
Home-page: https://github.com/OnlpLab/bclm
Author: Dan Bareket
Author-email: dbareket@gmail.com
License: UNKNOWN
Download-URL: https://github.com/OnlpLab/bclm/archive/refs/tags/v1.0.1-beta.tar.gz
Description: # bclm
        THE go-to place for all Python Hebrew Treebank processing tasks.
        
        ## Installation
        
        ```bash
        pip install bclm
        ```
        
        ## Citation
        
        Please cite the NEMO^2 paper if you use bclm in your research:
        ```bibtex
        @article{DBLP:journals/corr/abs-2007-15620,
          author    = {Dan Bareket and
                       Reut Tsarfaty},
          title     = {Neural Modeling for Named Entities and Morphology (NEMO{\^{}}2)},
          journal   = {CoRR},
          volume    = {abs/2007.15620},
          year      = {2020},
          url       = {https://arxiv.org/abs/2007.15620},
          archivePrefix = {arXiv},
          eprint    = {2007.15620},
          timestamp = {Mon, 03 Aug 2020 14:32:13 +0200},
          biburl    = {https://dblp.org/rec/journals/corr/abs-2007-15620.bib},
          bibsource = {dblp computer science bibliography, https://dblp.org}
        }
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
