jflanigan / jamr

JAMR Parser and Generator
BSD 2-Clause "Simplified" License
193 stars 49 forks source link

Error #16

Closed IceIceRabbit closed 8 years ago

IceIceRabbit commented 8 years ago

while trying to train I came across this error,

panic: swash_fetch got swatch of unexpected bit width, slen=1024, needents=64 at /home/tempuser/AMRParsing/jamr/tools/cdec/corpus/support/quote-norm.pl line 149, line 1.

pedrobalage commented 8 years ago

The same happened to me. I removed the problematic line (149) and now it is working.

OS: Ubuntu 16.04 Perl: v5.22.1

IceIceRabbit commented 8 years ago

Ahh yeah it worked, thanks