textstem icon indicating copy to clipboard operation
textstem copied to clipboard

Tools for fast text stemming & lemmatization

Results 6 textstem issues
Sort by recently updated
recently updated
newest added

I tried below code, which I take from: https://www.rdocumentation.org/packages/textstem/versions/0.1.4/topics/lemmatize_strings I installed treetagger under C:\ code is as below: x

Hi, Firstly, thanks for a great and useful package! I've been experimenting with the make_lemma_dictionary function and was wondering if the addition of the following features would be helpful: 1)...

A copy from an email from [email protected] > I was trying your hunspell package and i recognized, that if there is a EURO symbol in the text make_lemma_dictionary gives an...

Performs lemmatisation faster (>10x faster than lemmatize_strings on a vector of 10000 strings) by using hash tables.

I am having an issue specifying the path to Treetagger in make_lemma_dictionary(). No matter what directory I specify, it fails to load the Treetagger in Linux. It says "Error: Specified...

I had cleaned and lemmatized a document, but it turns out the default lemmatization for the word 'second' is '2'. Not only is this confusing, but it is incorrect in...