2013/12/21 Lucas Vergeest :
> When running it on character 1- to 3-grams, everything goes fine. The same
> goes for word 1-grams. (Everything above 1-grams gives the error in this
> case)
> When the n-gram range gets larger, I get a Segmentation fault.
>
> I already set the stack size to unlimited.
2013/12/21 Lucas Vergeest
> Hello all,
>
> I am facing an issue while running my sk-learn-based script.
>
> When running it on character 1- to 3-grams, everything goes fine. The same
> goes for word 1-grams. (Everything above 1-grams gives the error in this
> case)
> When the n-gram range gets la
Hello all,
I am facing an issue while running my sk-learn-based script.
When running it on character 1- to 3-grams, everything goes fine. The same
goes for word 1-grams. (Everything above 1-grams gives the error in this
case)
When the n-gram range gets larger, I get a *Segmentation fault. *
I al