UBC-MDS / nlpsummarize

Python package that provides a nice summary of all character columns in a pandas dataframe.
MIT License
0 stars 1 forks source link

Rounded outputs in part_of_speech and added tests #38

Closed KarlosMuradyan closed 4 years ago

KarlosMuradyan commented 4 years ago

The implementation of functions for testing part_of_speech functionality assumes that import statement of nlpsummarize works correctly.

This pull request fully closes issue #27 (writing function) and most probably issue #32 (unit test for the function).