Re: [Moses-support] Compilation error of moses nplm

2017-07-04 Thread Hieu Hoang
if you want people to debug your commands, you must be precise about 
what you ran. It appears you didn't run


   ./bjam -a --with-boost=/path/to/boost --with-nplm=/path/to/NPLM -j4

but you ran something like this:

   ./bjam -a --with-boost=/home/sanjana/SMT/boost_1_55_0 
--with-nplm=/home/sanjana/SMT/NPLM/ -j4 --debug-configuration -d2


From the build file you attached, if appears the Eigen library is not 
found.


You must read the instructions in the NPLM repository
   https://github.com/moses-smt/nplm


On 04/07/2017 14:33, Sanjanashree Palanivel wrote:

Hi all,

 This is the fourth post regarding the building error of moses, while 
compiling with nplm. I compiled Moses with "./bjam -a 
--with-boost=/path/to/boost --with-nplm=/path/to/NPLM -j4" .  I am 
attaching the build file for reference. Please respond




--
Thanks and regards,

Sanjanasri J.P


--
Hieu Hoang
http://moses-smt.org/

___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


[Moses-support] steps crased (.STDEER FILES) while running EMS

2017-07-04 Thread Despina Mouratidi
Hello everyone...

while I was trying to run experiment.perl

EXECUTE STEPS
number of steps doable or running: 2 at Τρι 04 Ιούλ 2017 01:58:51 μμ EEST
doable: CORPUS:toy:clean
doable: EVALUATION:test:reference-from-sgm
executing /home/despina/working/experiments/steps/6/CORPUS_toy_clean.6
via sh (1 active)
executing
/home/despina/working/experiments/steps/6/EVALUATION_test_reference-from-sgm.6
via sh (2 active)
step CORPUS:toy:clean crashed
step EVALUATION:test:reference-from-sgm crashed


*CORPUS.STDERR :*

clean-corpus.perl: processing
/home/despina/working/experiments/corpus/toy.tok.1.en & .fr to
/home/despina/working/experiments/corpus/toy.clean.6, cutoff 1-80, ratio 9

/home/despina/working/experiments/corpus/toy.tok.1.fr is too long! at
/home/despina/mosesdecoder/scripts/training/clean-corpus-n.perl line 154,
 line 1001.

*EVALUATION.STDERR :*

defined(@array) is deprecated at
/home/despina/mosesdecoder/scripts/ems/support/reference-from-sgm.perl line
63.
(Maybe you should just omit the defined()?)
Died at
/home/despina/mosesdecoder/scripts/ems/support/reference-from-sgm.perl line
33,  line 2.


Thank you in advance
Despina
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


Re: [Moses-support] a tool for extracting specific terms from the corpora

2017-07-04 Thread Mariusz Hawryłkiewicz
Hi Mathias, thank you for getting back - let me give you an example from a
monolingual EN corpora:

*Acoustic* measurement precision and uncertainty.
Each press of the *Acoustic Output *– key decreases the transmission power
setting (TX) displayed in the monitor display.

In the first sentence the word Acoustic should not be exported. In the
second sentence Acoustic Output should.
Now I have written a program in Java that exports all the terms or group of
terms with first capital letter, but this obviously includes the words like
from the first example and it should not.

The purpose is that the proper names only should be exported to a separate
file.

Best regards
Mariusz



2017-07-04 10:02 GMT+02:00 Mathias Müller :

> Hi Mariusz
>
> What do you mean by “extracting” this content? What do you need the list
> of proper names for? What are the languages involved?
>
> Regards,
> Mathias
>
> —
>
> Mathias Müller
> AND-2-20
> Institute of Computational Linguistics
> University of Zurich
> Switzerland
> +41 44 635 75 81 <+41%2044%20635%2075%2081>
> mmuel...@cl.uzh.ch
>
> On 4 Jul 2017, at 09:39, Mariusz Hawryłkiewicz <
> mariusz.hawrylkiew...@gmail.com> wrote:
>
> Dear all,
>
> I have been searching for the most efficient way to extract untranslatable
> content from the corpora that always begin from the capital letter (product
> names etc.), the problem is that all the segments begin with the capital
> letter and what's obvious, the sentence may also begin with the
> untranslatable content (product name) :-).
>
> I want to avoid using common dictionaries to eliminate common words.
>
> Would you have any other suggestions?
>
> Thank you very much!
> Mariusz
> ___
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


Re: [Moses-support] a tool for extracting specific terms from the corpora

2017-07-04 Thread Mathias Müller
Hi Mariusz

What do you mean by “extracting” this content? What do you need the list of 
proper names for? What are the languages involved?

Regards,
Mathias

—

Mathias Müller
AND-2-20
Institute of Computational Linguistics
University of Zurich
Switzerland
+41 44 635 75 81 
mmuel...@cl.uzh.ch 
> On 4 Jul 2017, at 09:39, Mariusz Hawryłkiewicz 
>  wrote:
> 
> Dear all,
> 
> I have been searching for the most efficient way to extract untranslatable 
> content from the corpora that always begin from the capital letter (product 
> names etc.), the problem is that all the segments begin with the capital 
> letter and what's obvious, the sentence may also begin with the 
> untranslatable content (product name) :-). 
> 
> I want to avoid using common dictionaries to eliminate common words.
> 
> Would you have any other suggestions?
> 
> Thank you very much!
> Mariusz
> ___
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support

___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


[Moses-support] a tool for extracting specific terms from the corpora

2017-07-04 Thread Mariusz Hawryłkiewicz
Dear all,

I have been searching for the most efficient way to extract untranslatable
content from the corpora that always begin from the capital letter (product
names etc.), the problem is that all the segments begin with the capital
letter and what's obvious, the sentence may also begin with the
untranslatable content (product name) :-).

I want to avoid using common dictionaries to eliminate common words.

Would you have any other suggestions?

Thank you very much!
Mariusz
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support