Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-schwoebel authored Aug 10, 2020
1 parent 208a307 commit 623c16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cleaning/text_cleaning/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ python3 cleaning.py /Users/jimschwoebel/allie/load_dir
```

### [Text](https://github.com/jim-schwoebel/allie/tree/master/cleaning/text_cleaning)
* [clean_summary]() - extracts a 100 word summary of a long piece of text and deletes the original work (using [Text rank summarization](https://github.com/davidadamojr/TextRank))
* [clean_textacy]() - removes punctuation and a variety of other operations to clean a text (uses [Textacy](https://chartbeat-labs.github.io/textacy/build/html/api_reference/text_processing.html))
* [clean_summary](https://github.com/jim-schwoebel/allie/blob/master/cleaning/text_cleaning/clean_summary.py) - extracts a 100 word summary of a long piece of text and deletes the original work (using [Text rank summarization](https://github.com/davidadamojr/TextRank))
* [clean_textacy](https://github.com/jim-schwoebel/allie/blob/master/cleaning/text_cleaning/clean_textacy.py) - removes punctuation and a variety of other operations to clean a text (uses [Textacy](https://chartbeat-labs.github.io/textacy/build/html/api_reference/text_processing.html))

### Settings

Expand Down

0 comments on commit 623c16f

Please sign in to comment.