-
Usually python packages has attribute `.__version__` and `.__name__`.
I would suggest adding these two attributes to this package `TEXTHERO`.
For example:
```python
import numpy as np
print…
-
Заведу issue на всякий случай, вдруг ещё попадутся интересные способы препроцессинга, откуда можно взять что-то себе на заметку.
- https://github.com/kpu/preprocess
-
Hi,
I want to use Texthero to preprocess text on my API, but every time a new instance of the API is started, it has to download `en-core-web-sm` from spaCy even though I'm only using the preproce…
-
Hello,
I'm trying to visualize Kmeans for the dataset I have which has 80K+ rows with 9 columns.
The notebook keeps crashing whenever I try to run this particular code:
```python
#Add pca va…
-
Hello there ,
Super useful and Superquick . I thought of requesting the addition of flashtext package for it has some great use in extracting / replacing keywords that go a long way in pre-processi…
-
Created a new virtual env with only Texthero and its dependencies installed. A year or more ago it worked, but now when I try to run kmeans, e.g.
.pipe(hero.kmeans,n_clusters=5)
it errors:
__init_…
-
Hi, I ran into an error when I tried to install Texthero. I already all packages needed such as spacy, gensim, etc. But when installation processed to building wheel for gensim, error showed up:
*…
-
(Edit)
Add under `Getting Started - Preprocessing` a section that explains how to create a custom pipeline. This solution is easier than #9
Explain in the docstring of `clean` how to create a cu…
-
PDF, PowerPoint presentations and other unstructured text, contain very valuable data that can be used for analysis.
There are many tools providing this features. It would be nice if we can provide …
-
This document attempt at giving an order of importance of tasks related to improving the documentation of the website.
- [ ] Add the "Edit on Github" button in every Texthero web-page
**Getting …