-
The current ingestion process populates the card table from scratch. This has two problems:
* it takes a long time (20 minutes to many hours), during which the app is unusable
* it doesn't account…
-
Hi,
I'm looking for a library that can do something like stemming or lemmatization for me.
Doesn't really have to be proper lemmatization. Ideally, I'm looking for some base reference form, like t…
-
`[4K Video Downloader *]`
`...`
`FileKey2=%LocalAppData%\4kdownload.com\4K Video Downloader\4K Video Downloader|*.bak;*.log;*.sqlite;*.xml`
`FileKey3=%LocalAppData%\4kdownload.com\4K Video Download…
-
This task is to investigate if stemming and lemmatization will lead to better performance.
If stopwords helped, this might. Let us see.
-
1. I have tried the code and it is impressive, however I have some difficulties to show in the output not single words, but 2-grams or 3-grams that represent a keyword for specific text. Any info on h…
-
-
As I am analyzing a large corpus, I concatenated all existing texts as suggested in the description (i.e. by concatenating all texts with two line breaks between them) and setting the parameter `token…
g3rfx updated
4 years ago
-
## How to reproduce the behaviour
Try to lemmatize the words "singing" and "dying". Singing is lemmatized as "singe", "dying" (as in crossing the river Styx) as "dye". Both are obviously wrong.
…
-
Hello,
I'm using `WordNetLemmatizer` to make the word lemmatization. My corpus contains a big number of occurrences of word "does". However, `WordNetLemmatizer` replaces all of them with "doe". I'm u…
-
* Contextualized Topic Models version: 1.3.1
* Python version: 3.6.8
* Operating System: Ubuntu 18.04 LTS
### Description
Not properly a bug, but a possibly problematic behavior worth highligh…