english-detector

A python package to detect english text


License
MIT
Install
pip install english-detector==0.1.0

Documentation

English Detector

Downloads

A python package to detect english text.

Table of Contents

Installation

Install the package using pip:

pip install english-detector

Usage

from english-detector import detect_english

text = '''Hansel and Gretel are a brother and sister abandoned in a forest, where they fall into the hands of a witch who lives in a house made of gingerbread, cake, and candy. The cannibalistic witch intends to fatten Hansel before eventually eating him, but Gretel pushes the witch into her own oven and kills her.'''

print(detect_english(text)) # prints True

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.