1
0
mirror of https://github.com/jfilter/clean-text.git synced 2021-09-19 22:32:58 +03:00
Johannes Filter c813fc4df0 improve README
2019-03-25 11:52:22 +01:00
2019-03-22 22:43:06 +01:00
2019-03-22 22:42:51 +01:00
2018-12-21 21:18:08 +01:00
2018-12-21 21:18:08 +01:00
2018-12-21 21:53:07 +01:00
2019-03-22 20:26:13 +01:00
2019-03-22 19:46:13 +01:00
2019-03-22 19:46:13 +01:00
2019-03-25 11:52:22 +01:00
2018-12-21 21:18:08 +01:00

clean-text

WIP: Python Package to Clean Your Dirty Text

Based on https://github.com/chartbeat-labs/textacy's preprocess.

pip install -U git+https://github.com/jfilter/clean-text#egg=cleantext

Development

  • install Pipenv
  • git clone https://github.com/jfilter/clean-text && cd clean-text && pipenv install
    
  • to run test: ```bash pipenv run pytest

## Contributing

If you have a **question**, found a **bug** or want to propose a new **feature**, have a look at the [issues page](https://github.com/jfilter/clean-text/issues).

**Pull requests** are especially welcomed when they fix bugs or improve the code quality.

If something breaks, consider adding a [test](https://github.com/jfilter/clean-text/tree/master/tests) with your specific input.

## Acknowledgements

Built upon the work by [Burton DeWilde](https://github.com/bdewilde)'s [Textacy](https://github.com/chartbeat-labs/textacy).

## License

Apache
Languages
Python 100%