|
Hi, I intend to solve the problem of relation extraction for Vietnamese by using Markov logic networks. I wonder if Alchemy works with Vietnamese (unicode). That is, can i use Vietnamese texts as constants in files (.mln) and (.db) ? Thanks a lot!
This question is marked "community wiki".
|
|
It seems that my question does not fit subjects of our forum. Sorry about that. Actually, i am finding a solution for my problem of Vietnamese relation extraction, so MLNs is one of my concerns. I also intend to use Alchemy, but I'm afraid that it does not support unicode. In that case, you know, I don't want to waste my time studying it.
This answer is marked "community wiki".
Even if it doesn't support unicode you can probably do some encoding yourself, using ASCII sequences to represent the thai unicode characters and mapping back and forth when doing display or inference. I guess, however, that the best way to find out is to download the program, run some easy example and replace an english character or two with unicode to see what happens. Have you tried this?
(Oct 20 '10 at 21:09)
Alexandre Passos ♦
|