An open API service indexing awesome lists of open source software.

https://github.com/dhruvp-8/automatic-sentence-simplification

Given a sentence this tool will simplify the sentence. This will be a Lexical Simplification
https://github.com/dhruvp-8/automatic-sentence-simplification

ast dependency-parser nlp shutil simple-wiki

Last synced: about 1 month ago
JSON representation

Given a sentence this tool will simplify the sentence. This will be a Lexical Simplification

Awesome Lists containing this project

README

        

# Automatic Sentence Simplification

This project targets on the lexical simplification of a sentence based on the Context Aware Approach presented by Or Biran and Samuel Brody. Currently, I am working on detecting the complexity of a sentence based on the count based approach.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

What things you need to install the software and how to install them

```
python 3.6
nltk
ast
simple-wiki corpus
english-wiki corpus
```

### Installing

A step by step series of examples that tell you have to get a development env running

Say what the step will be

```
Install python 3.6 and ADD that to your PYTHONPATH
```

Install pip

```
Install the package manager for python by going at this link [Download pip](https://pip.pypa.io/en/stable/installing/).
```

Install nltk

```
pip install nltk
```

Install ast

```
pip install ast
```

Install shutil

```
pip install shutil
```

Now by install you are done with prerequisites.

## Running the tests

No Tests to show currently.

## Deployment

Not Deployed.

## Versioning

I use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/dhruvp-8).

## Authors

* **Dhruv Patel** - *Initial work* - [dhruvp-8](https://github.com/dhruvp-8)

## License

## Acknowledgments