[WIP] Matching content in our doctests#197
[WIP] Matching content in our doctests#197k0pernicus wants to merge 16 commits intojbesomi:masterfrom
Conversation
|
Hi @jbesomi, Based on the runners, the doctests for Python 3.6 are not valid due that However, the doctests for Python 3.X (with X >= 7) are valid because Do you have any idea about this issue? |
|
Hi @k0pernicus, thank you for your PR! Amazing 🎉 Regarding the issue with |
|
Hi @jbesomi, thank you for the update :)
Great! |
|
Hi @jbesomi , |
|
Hi @k0pernicus, I've intensively thought about this and come to the conclusion that it's better for both of us developers and for all Texthero users to have all preprocessing functions to accept an already Tokenized Series. See here #145 for a complete discussion on the subject. Would you like to help with #145 too? Once implemented, writing |
|
Thank you @k0pernicus ! |
|
Hi, |
This PR solves issue #189 in order to match the content in our doctests.
I updated all the sources in the
textherofolder - the main issue is in thescatterplotfunction, invisualization.py, where the 3D representation on the browser does not show anything (WiP).I also updated the file CONTRIBUTING.md in order to inform the project contributors to match as much as possible the doctests in their examples / tests.
To finish, I also updated some doctests in order to add a new line between the doc and the source code sometimes (for clarity), to remove extra whitespaces, etc...