-
### What happened + What you expected to happen
Some dependencies fail to be built.
### Versions / Dependencies
python 3.11
```
python -m pip install --disable-pip-version-check -r require…
-
Hi!
I'm trying to run the notebooks, but I get an error in during the _TextHero library import_ in **'sentiment_arcs_part1_preprocessing.ipynb'.**
From what I can understand, it appears to be du…
-
/
[Summaries the Text using Texthero - Jupyter Notebook.pdf](https://github.com/pragati-the-software-chaser/Time_Series/files/12580130/Summaries.the.Text.using.Texthero.-.Jupyter.Notebook.pdf)
-
I was thinking, that we could improve our overall code quality by using some checker or style guide tools like [flake8](https://gitlab.com/pycqa/flake8). From my previous experiences, Uni and Work it …
-
## Description
After updating from 19.10b0 to 20.8, black _removes trailing whitespaces in our doctests (that Pandas returns)_, so all the doctests fail. In the example below, the trailing blank is…
-
```python
import texthero
```
```shell
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)…
-
This is my code and I was trying to clean a large dataset
```
full_data['text_pp'] = (
full_data['text']
.pipe(hero.preprocessing.clean)
.pipe(hero.remove_urls)
)
```
According…
-
Text preprocessing might be very language-dependent.
It would be great for Texthero to offer text preprocessing in all different languages.
There are probably two ways to support multilanguage:
…
-
[Nessa edição](https://diariooficial.feiradesantana.ba.gov.br/atos/executivo/12NQ8917082021.pdf) do DO de Feira de Santana, por exemplo, tem a nomeação das pessoas do conselho municipal de turismo. A …
-
I am having hard time resolving the dependencies with texthero. Looks like the current versions of Gensim and Spacy are incompatible with texthero
Gensim error: ModuleNotFoundError: No module name…