gchrupala / morfette

Supervised learning of morphology
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

Crash on training on 750k word #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. generate the wsj 00-18 section of the lemmatized ptb, keep 750k words 
2. train morfette-0.3.2 on it

What is the expected output? What do you see instead?

model should be trained and instead I got 
Iteration 9: error: 0.0161
Iteration 10: error: 0.0157
morfette: internal error: traverseWeakPtrList: not WEAK
    (GHC version 6.10.4 for x6_64_unknown_linux)
    Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
make: *** [train] Abandon

(it works fine on 500k words btw)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by djame.seddah@gmail.com on 16 Dec 2011 at 2:09

GoogleCodeExporter commented 9 years ago
I think it's because I ran two instances of morfette on the same data, at some 
points, it crashed where it shouldn't have...

my bad

Original comment by djame.seddah@gmail.com on 16 Dec 2011 at 2:17

GoogleCodeExporter commented 9 years ago
I think it's because I ran two instances of morfette on the same data, at some 
points, it crashed where it shouldn't have...

my bad

Original comment by djame.seddah@gmail.com on 16 Dec 2011 at 2:17