Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can somebody give me a step by step tutorial of a statistical machine translator decoder.. in which it is implemented using phrase-based translation in the translation model.. so that i can understand its basic and steps

The parsing process,heuristic searching of possible candidate translations etc.
Posted

http://cseweb.ucsd.edu/~dkauchak/mt-tutorial/[^]

Take a look at the first link for the basics.

http://www.cs.jhu.edu/~jason/465/PowerPoint/lect32b-mt-decoding.pdf[^]

Take a look at this for an example
 
Share this answer
 
v2
thank you sir! is there any tutorials you know that has concentrates in decoding, because it seems the process of tokenizing of the phrase is not discussed in the tutorials.. is it bigram? two words at a time? I mean how will the decoder know if the phrase is is group with two words to be translated?

Also, the heuristic search is not well discussed in a basic way..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900