Re: [Scikit-learn-general] Segmentation fault while running CountVectorizer

2013-12-23 Thread Lars Buitinck
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.

[Scikit-learn-general] Segmentation fault while running CountVectorizer

2013-12-21 Thread Lucas Vergeest
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

[Scikit-learn-general] Segmentation fault while running CountVectorizer

2013-12-21 Thread 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 larger, I get a *Segmentation fault. * I al