Hi,

once you properly trained a truecaser model, then the truecaser changes
words
at the beginning of the sentence to their most coming casing.

For instance, it lowercases "the":

The big man is away .
=>
the bug man is away .

But it keeps the uppercasing of "John":

John is away .
=>
John is away .

-phi

On Wed, Aug 3, 2016 at 12:23 PM, samane shahmohamadi <
[email protected]> wrote:

> Hi guys
>
> what Truecasing step exactly do? i can't find any difference between
> original file and after doing these commands for Truecasing
>
> ~/mosesdecoder/scripts/recaser/truecase.perl \
>    --model ~/corpus/truecase-model.en         \
>    < ~/corpus/news-commentary-v8.fr-en.tok.en \
>    > ~/corpus/news-commentary-v8.fr-en.true.en
>  ~/mosesdecoder/scripts/recaser/truecase.perl \
>    --model ~/corpus/truecase-model.fr         \
>    < ~/corpus/news-commentary-v8.fr-en.tok.fr \
>    > ~/corpus/news-commentary-v8.fr-en.true.fr
>
>
>
> _______________________________________________
> Moses-support mailing list
> [email protected]
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to