Metadata-Version: 2.4
Name: cxglearner
Version: 1.3.2
Summary: A CxG Induction Framework.
Author-email: Lvxiaowei Xu <xlxw@zju.edu.cn>, Zhilin Gong <zhilingong@gmail.com>, Yaowen Xu <yaoxu@zju.edu.cn>, Anpeng Wu <anpwu@zju.edu.cn>, Ming Cai <cm@zju.edu.cn>
License: MIT License
        
        Copyright (c) 2025 CxGrammar
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://learner.xlxw.org/
Project-URL: Repository, https://github.com/CxGrammar/CxGLearner
Project-URL: Changelog, https://github.com/CxGrammar/CxGLearner/blob/main/CHANGELOG.md
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: unidecode
Requires-Dist: beautifulsoup4
Requires-Dist: accelerate>=0.25.0
Requires-Dist: clean-text==0.6.0
Requires-Dist: click>=8.1.3
Requires-Dist: click_help_colors>=0.9.1
Requires-Dist: Cython>=0.29.34
Requires-Dist: cytoolz>=0.12.1
Requires-Dist: matplotlib>=3.7.1
Requires-Dist: mmh3>=4.0.0
Requires-Dist: msgpack_python>=0.5.6
Requires-Dist: multiprocess>=0.70.14
Requires-Dist: networkx>=3.0
Requires-Dist: numba>=0.57.0
Requires-Dist: numpy>=1.24.1
Requires-Dist: packaging>=24.0
Requires-Dist: pandas>=1.5.3
Requires-Dist: pathos>=0.3.0
Requires-Dist: pexpect>=4.8.0
Requires-Dist: pytest>=7.4.0
Requires-Dist: rich>=13.7.1
Requires-Dist: ruptures>=1.1.8
Requires-Dist: scikit_learn>=1.2.2
Requires-Dist: scipy>=1.13.0
Requires-Dist: seaborn>=0.13.2
Requires-Dist: setuptools>=66.0.0
Requires-Dist: six>=1.16.0
Requires-Dist: spacy>=3.5.0
Requires-Dist: stanza>=1.5.0
Requires-Dist: tqdm>=4.65.0
Requires-Dist: transformers>=4.34.1
Requires-Dist: umap_learn>=0.5.3
Requires-Dist: XlsxWriter>=3.1.1
Requires-Dist: zstandard>=0.21.0
Requires-Dist: wandb>=0.19.11
Requires-Dist: hdbscan>=0.8.40
Requires-Dist: huggingface-hub>=0.17.3
Provides-Extra: torch
Requires-Dist: torch>=1.13.1; extra == "torch"
Dynamic: license-file

# CxGLearner
CxG Induction Framework.

## Prerequisites
Ref [TUTORIAL.md](./TUTORIAL.md).

## How to use
Ref [docs](./docs/).

## Citation
If you use GxGLearner in your research, please cite [CoELM: Construction-Enhanced Language Modeling](https://aclanthology.org/2024.acl-long.542/).

```
@inproceedings{xu2024coelm,
  title={CoELM: Construction-Enhanced Language Modeling},
  author={Xu, Lvxiaowei and Gong, Zhilin and Dai, Jianhua and Wang, Tianxiang and Cai, Ming and Peng, Jiawei},
  booktitle={Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
  pages={10061--10081},
  year={2024}
}
```

## Change logs
Ref [CHANGELOG.md](./CHANGELOG.md).

## License
See the [LICENSE](./LICENSE) file for more details.
