Metadata-Version: 2.1
Name: bert-summarizer
Version: 0.2.5
Summary: Text Summarization Library based on transformers
Home-page: https://github.com/k-tahiro/bert-summarizer
License: MIT
Keywords: BERT,Text Summarization
Author: k-tahiro
Author-email: tahiro.k.ad@gmail.com
Requires-Python: >=3.6.2,<3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: onmt
Requires-Dist: OpenNMT-py (>=2.0.1); extra == "onmt"
Requires-Dist: ginza (>=4.0.5,<5.0.0)
Requires-Dist: transformers[torch,ja] (>=4.0.0)
Project-URL: Repository, https://github.com/k-tahiro/bert-summarizer
Description-Content-Type: text/markdown

**BERT-based text summarizers**

[![Python Versions](https://img.shields.io/pypi/pyversions/bert-summarizer.svg)](https://pypi.org/project/bert-summarizer/)
[![](https://img.shields.io/pypi/v/bert-summarizer)](https://pypi.org/project/bert-summarizer/)
![](https://img.shields.io/pypi/l/bert-summarizer)
[![Test](https://github.com/k-tahiro/bert-summarizer/actions/workflows/python-package.yml/badge.svg)](https://github.com/k-tahiro/bert-summarizer/actions/workflows/python-package.yml)
[![codecov](https://codecov.io/gh/k-tahiro/bert-summarizer/branch/main/graph/badge.svg)](https://codecov.io/gh/k-tahiro/bert-summarizer)

## Table of Contents

- [Table of Contents](#table-of-contents)
- [About the Project](#about-the-project)
- [Getting started](#getting-started)
- [Usage](#usage)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)

## About the Project

- This repository will provide various summarization models using BERT.

## Getting started

TBW

## Usage

TBW

## Roadmap

- BertSumExt

## Contributing

TBW

## License

Distributed under the MIT License. See `LICENSE` for more information.

## Contact

Keisuke Hirota - [@rad0717](https://twitter.com/rad0717) - tahiro.k.ad[at]gmail.com

Project Link: [https://github.com/k-tahiro/bert-summarizer](https://github.com/k-tahiro/bert-summarizer)

## Acknowledgements

- EMNLP 2019 paper [Text Summarization with Pretrained Encoders](https://arxiv.org/abs/1908.08345)
  - [nlpyang/PreSumm](https://github.com/nlpyang/PreSumm)

