jimregan / foma

Automatically exported from code.google.com/p/foma
0 stars 0 forks source link

flookup throws error #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am testing TRMorph with server mode like this:

flookup -S -A 127.0.0.1 trmorph.fst

When I send "yetersizliği" word from UDP client, server is getting problem:

sendto() failed: Message too long

and client hung and wait forever

Original issue reported on code.google.com by eaka...@gmail.com on 19 Sep 2014 at 2:47

GoogleCodeExporter commented 8 years ago
Can't replicate this directly - apparently doesn't only have to do with the 
word "yetersizliği" since running that word through some other transducer with 
nc works fine.

What should the output(s) be? How is UDP message being sent (with nc?)? The 
error probably hinges on the particular transducer stored in trmorph.fst.

Original comment by mans.hul...@gmail.com on 20 Sep 2014 at 12:38