FP Growth Stack Overflow Error
Hi,
I'm text mining on about 50 odd articles about (advanced) manufacturing and wish to see what kinds of words pop up in frequent combination with each other by using the FP Growth operator however it returns a stack overflow error. I'm using -
Process Documents from FIles (transform cases -> tokenize -> filter stopwords -> filter tokens by length) --> Numerical To Binominal --> FP growth.
For generating the word vector, I've chosen binary term occurences as the metric and for min support on the FP Growth operator, I've kept that at 0.1 (I've tried different values but still get the same error).
Is this a bug that I've encountered? Or am I making a silly mistake somewhere? Any and every help is appreciated. Thank you.