Metadata-Version: 2.1
Name: clause_analysis
Version: 0.1.3
Summary: A library to analyze clauses and classify tenses.
Home-page: https://github.com/Kritpofrankss/clause_analysis
Author: Kritpofrankss
Author-email: Krit.poshakrishna@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Clause Analysis Library

Clause Analysis Library is a Python package for analyzing clauses and classifying tenses in sentences.

## Installation

You can install the package using pip:

```sh
pip install clause_analysis
