UD3-Lab / mintEMU

mintEMU - The Legacy of the European Postgraduate Master in Urbanism at TU Delft: A Text Mining Approach
Other
1 stars 0 forks source link

Make `c_ngrams()` faster #146

Closed cforgaci closed 10 months ago

cforgaci commented 1 year ago

The ngrams concatenating function c_ngrams() used for preprocessing the corpus takes more or less 30 minutes on my computer to run. This is very slow. Can it be made faster?

cforgaci commented 10 months ago

Attempted to make this faster with base R, with no improvement in performance. Closing this issue.