Hiroki Nakayama

Results 5 issues of Hiroki Nakayama

Image preprocessing should be divided into a class of function.

Example format: ```python [ ('Text', {'cats': {'POSITIVE': 1, 'NEGATIVE': 0}}), ('Text', {'cats': {'POSITIVE': 0, 'NEGATIVE': 1}}) ] ```

enhancement

Example: ```bash __label__sauce __label__cheese How much does potato starch affect a cheese sauce recipe? __label__food-safety __label__acidity Dangerous pathogens capable of growing in acidic environments __label__cast-iron __label__stove How do I cover...

enhancement

add Corpus Reader

## Description When I cloned the repository and ran the test, I noticed that I needed to download the language data. That was not mentioned in [CONTRIBUTING.md](https://github.com/chartbeat-labs/textacy/blob/main/CONTRIBUTING.md). So, I added...