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
- Host: GitHub
- URL: https://github.com/dhruvp-8/automatic-sentence-simplification
- Owner: dhruvp-8
- Created: 2018-02-09T05:34:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T07:10:06.000Z (over 7 years ago)
- Last Synced: 2025-04-05T11:11:18.472Z (about 2 months ago)
- Topics: ast, dependency-parser, nlp, shutil, simple-wiki
- Language: Python
- Size: 4.69 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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