larsmans / seqlearn

Sequence learning toolkit for Python
http://larsmans.github.io/seqlearn/
MIT License
690 stars 101 forks source link

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) #35

Open kwkwvenusgod opened 7 years ago

kwkwvenusgod commented 7 years ago

I am trying to enable trans_feature to get a more sophisticated model in seqlearn not only the unary term and pairwise term(transition matrix). But I encountered the exit error in the title. I am using my own dataset and there is no problem I tested using the provided cornell dataset. Have you ever encountered similar errors? The line that where exit happens is safe_add(A, B). It calls some compiled c code. I am not sure whether it is and how to solve it. Thank you very much