Nguyen Tien Huy | 1 Nov 2007 11:21
Picon
Favicon

(no subject)

Dear moses-support
I'm Huy.
I got problem when run regenerate-makefiles.sh.
---------------------------------------------------------------------------------------------
nguyen <at> nguyen:~/Project/moses$ chmod +x regenerate-makefiles.sh
nguyen <at> nguyen:~/Project/moses$ ./regenerate-makefiles.sh
: not founde-makefiles.sh: 2:
: not founde-makefiles.sh: 5:
: not founde-makefiles.sh: 12:
./regenerate-makefiles.sh: 13: Syntax error: "(" unexpected
---------------------------------------------------------------------------------------------
In that file, I only changed value of ACLOCAL and AUTOMAKE variables.
My os is ubuntu 7.04 and I installed automake version 1.9.
Can you tell me how to resolve it.

Thanks
Huy.
Explore the seven wonders of the world Learn more!
_______________________________________________
Moses-support mailing list
Moses-support@...
http://mailman.mit.edu/mailman/listinfo/moses-support
Nguyen Tien Huy | 1 Nov 2007 19:06
Picon
Favicon

Compile error

Dear moses-support,

I got error when compiling.
I've building moses version 1.5.3 with gcc and g++ version 4.1
--------------------------------------------------------------------------------------------------------
gzfilebuf.h:5:18: error: zlib.h: No such file or directory
gzfilebuf.h:75: error: ‘gzFile’ does not name a type
gzfilebuf.h: In constructor ‘gzfilebuf::gzfilebuf(const char*)’:
gzfilebuf.h:10: error: ‘_gzf’ was not declared in this scope
gzfilebuf.h:10: error: ‘gzopen’ was not declared in this scope
gzfilebuf.h: In destructor ‘virtual gzfilebuf::~gzfilebuf()’:
gzfilebuf.h:15: error: ‘_gzf’ was not declared in this scope
gzfilebuf.h:15: error: ‘gzclose’ was not declared in this scope
gzfilebuf.h: At global scope:
gzfilebuf.h:17: warning: unused parameter ‘c’
gzfilebuf.h:24: warning: unused parameter ‘s’
gzfilebuf.h:24: warning: unused parameter ‘num’
gzfilebuf .h:28: warning: unused parameter ‘sp’
gzfilebuf.h:28: warning: unused parameter ‘which’
gzfilebuf.h: In member function ‘virtual int gzfilebuf::underflow()’:
gzfilebuf.h:54: error: ‘_gzf’ was not declared in this scope
gzfilebuf.h:54: error: ‘gzread’ was not declared in this scope
gzfilebuf.h: In member function ‘virtual std::streamsize gzfilebuf::xsgetn(char*, std::streamsize)’:
gzfilebuf.h:71: error: ‘_gzf’ was not declared in this scope
gzfilebuf.h:71: error: ‘gzread’ was not declared in this scope
make[2]: *** [InputFileStream.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/nguyen/Project/moses/moses/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nguyen/Project/moses'
make: *** [all] Error 2
--------------------------------------------------------------------------------------------------------
Please help me compile moses.
Thanks
Huy.

Explore the seven wonders of the world Learn more!
_______________________________________________
Moses-support mailing list
Moses-support@...
http://mailman.mit.edu/mailman/listinfo/moses-support
Hieu Hoang | 2 Nov 2007 14:22
Picon
Picon

Re: [Bulk] Compile error

hi huy
 
the missing files comes from the gzip library.
 
this library should be installed by the linux distribution, for example, on my computer, zlib.h is the folder
    /usr/include/zlib.h
on redhat, i configure my computer as a 'developer's' machine rather than a workstation to ensure that libraries and all the programming tools are available. unfortunately, i don't know how to fix an unbuntu installation. i suggest you look on the web for more information.
 
 
Hieu Hoang
-----Original Message-----
From: moses-support-bounces-3s7WtUTddSA@public.gmane.org [mailto:moses-support-bounces-3s7WtUTddSA@public.gmane.org] On Behalf Of Nguyen Tien Huy
Sent: 01 November 2007 18:07
To: moses-support-3s7WtUTddSA@public.gmane.org
Subject: [Bulk] [Moses-support] Compile error

Dear moses-support,

I got error when compiling.
I've building moses version 1.5.3 with gcc and g++ version 4.1
--------------------------------------------------------------------------------------------------------
gzfilebuf.h:5:18: error: zlib.h: No such file or directory
gzfilebuf.h:75: error: ‘gzFile’ does not name a type
gzfilebuf.h: In constructor ‘gzfilebuf::gzfilebuf(const char*)’:
gzfilebuf.h:10: error: ‘_gzf’ was not declared in this scope
gzfilebuf.h:10: error: ‘gzopen’ was not declared in this scope
gzfilebuf.h: In destructor ‘virtual gzfilebuf::~gzfilebuf()’:
gzfilebuf.h:15: error: ‘_gzf’ was not declared in this scope
gzfilebuf.h:15: error: ‘gzclose’ was not declared in this scope
gzfilebuf.h: At global scope:
gzfilebuf.h:17: warning: unused parameter ‘c’
gzfilebuf.h:24: warning: unused parameter ‘s’
gzfilebuf.h:24: warning: unused parameter ‘num’
gzfilebuf .h:28: warning: unused parameter ‘sp’
gzfilebuf.h:28: warning: unused parameter ‘which’
gzfilebuf.h: In member function ‘virtual int gzfilebuf::underflow()’:
gzfilebuf.h:54: error: ‘_gzf’ was not declared in this scope
gzfilebuf.h:54: error: ‘gzread’ was not declared in this scope
gzfilebuf.h: In member function ‘virtual std::streamsize gzfilebuf::xsgetn(char*, std::streamsize)’:
gzfilebuf.h:71: error: ‘_gzf’ was not declared in this scope
gzfilebuf.h:71: error: ‘gzread’ was not declared in this scope
make[2]: *** [InputFileStream.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/nguyen/Project/moses/moses/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nguyen/Project/moses'
make: *** [all] Error 2
--------------------------------------------------------------------------------------------------------
Please help me compile moses.
Thanks
Huy.

Explore the seven wonders of the world Learn more!
_______________________________________________
Moses-support mailing list
Moses-support@...
http://mailman.mit.edu/mailman/listinfo/moses-support
Germán Sanchis Trilles | 2 Nov 2007 14:39
Picon

Re: [Bulk] Compile error

I can answer that one...

on ubuntu,

sudo apt-get install zlib1g-dev

should fix the problem of the missing zlib.h

Cheers,

Germán

Quoting Hieu Hoang <h.hoang@...>:

> hi huy
>
> the missing files comes from the gzip library.
>
> this library should be installed by the linux distribution, for example,
> on my computer, zlib.h is the folder
>     /usr/include/zlib.h
> on redhat, i configure my computer as a 'developer's' machine rather
> than a workstation to ensure that libraries and all the programming
> tools are available. unfortunately, i don't know how to fix an unbuntu
> installation. i suggest you look on the web for more information.
>
>
> Hieu Hoang
> www.hoang.co.uk/hieu
>
> -----Original Message-----
> From: moses-support-bounces@...
> [mailto:moses-support-bounces@...] On Behalf Of Nguyen Tien Huy
> Sent: 01 November 2007 18:07
> To: moses-support@...
> Subject: [Bulk] [Moses-support] Compile error
>
>
> Dear moses-support,
>
> I got error when compiling.
> I've building moses version 1.5.3 with gcc and g++ version 4.1
> ------------------------------------------------------------------------
> --------------------------------
> gzfilebuf.h:5:18: error: zlib.h: No such file or directory
> gzfilebuf.h:75: error: 'gzFile' does not name a type
> gzfilebuf.h: In constructor 'gzfilebuf::gzfilebuf(const char*)':
> gzfilebuf.h:10: error: '_gzf' was not declared in this scope
> gzfilebuf.h:10: error: 'gzopen' was not declared in this scope
> gzfilebuf.h: In destructor 'virtual gzfilebuf::~gzfilebuf()':
> gzfilebuf.h:15: error: '_gzf' was not declared in this scope
> gzfilebuf.h:15: error: 'gzclose' was not declared in this scope
> gzfilebuf.h: At global scope:
> gzfilebuf.h:17: warning: unused parameter 'c'
> gzfilebuf.h:24: warning: unused parameter 's'
> gzfilebuf.h:24: warning: unused parameter 'num'
> gzfilebuf .h:28: warning: unused parameter 'sp'
> gzfilebuf.h:28: warning: unused parameter 'which'
> gzfilebuf.h: In member function 'virtual int gzfilebuf::underflow()':
> gzfilebuf.h:54: error: '_gzf' was not declared in this scope
> gzfilebuf.h:54: error: 'gzread' was not declared in this scope
> gzfilebuf.h: In member function 'virtual std::streamsize
> gzfilebuf::xsgetn(char*, std::streamsize)':
> gzfilebuf.h:71: error: '_gzf' was not declared in this scope
> gzfilebuf.h:71: error: 'gzread' was not declared in this scope
> make[2]: *** [InputFileStream.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory `/home/nguyen/Project/moses/moses/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/nguyen/Project/moses'
> make: *** [all] Error 2
> ------------------------------------------------------------------------
> --------------------------------
> Please help me compile moses.
> Thanks
> Huy.
>
>
>   _____
>
> Explore the seven wonders of the world Learn more!
> <http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBR
> E>
>
>

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Nguyen Tien Huy | 3 Nov 2007 07:41
Picon
Favicon

Re: [Bulk] Compile error

Dear moses-support

To Germán and Hieu Hoang : Thanks for your answer, I built pass that error.
And now i got another error.
-------------------------------------------------------------------
g++  -g -O2  -L/home/nguyen/Project/srilm/lib/i686 -o moses  Main.o mbr.o IOStream.o TranslationAnalysis.o -L../../moses/src -lmoses -loolm -ldstruct -lmisc -lz
/usr/bin/ld: cannot find -lmisc
collect2: ld returned 1 exit status
-------------------------------------------------------------------

I built SRILM with machine-type is "i686" and I saw only 4 files (libdstruct.a, liboolm.a, libflm.a, liblattice.a) in $SRILM/lib/i686 folder, but when I build SRILM with machine-type is 'i686-m64' I saw 5 files (libdstruct.a, liboolm.a, libflm.a, liblattice.a and libmisc.a)
How do I resolve this problem???

Thanks
Huy.



> Date: Fri, 2 Nov 2007 14:39:25 +0100
> From: gsanchis-2yllyS4jjq8xAGwisGp4zA@public.gmane.org
> To: moses-support-3s7WtUTddSA@public.gmane.org
> Subject: Re: [Moses-support] [Bulk] Compile error
>
> I can answer that one...
>
> on ubuntu,
>
> sudo apt-get install zlib1g-dev
>
> should fix the problem of the missing zlib.h
>
> Cheers,
>
> Germán
>
> Quoting Hieu Hoang <h.hoang-Y3tGgqFSo3N+O7D58zNiYQ@public.gmane.orguk>:
>
> > hi huy
> >
> > the missing files comes from the gzip library.
> >
> > this library should be installed by the linux distribution, for example,
> > on my computer, zlib.h is the folder
> > /usr/include/zlib.h
> > on redhat, i configure my computer as a 'developer's' machine rather
> > than a workstation to ensure that libraries and all the programming
> > tools are available. unfortunately, i don't know how to fix an unbuntu
> &gt ; installation. i suggest you look on the web for more information.
> >
> >
> > Hieu Hoang
> > www.hoang.co.uk/hieu
> >
> > -----Original Message-----
> > From: moses-support-bounces-3s7WtUTddSA@public.gmane.org
> > [mailto:moses-support-bounces-3s7WtUTddSA@public.gmane.org] On Behalf Of Nguyen Tien Huy
> > Sent: 01 November 2007 18:07
> > To: moses-support-3s7WtUTddSA@public.gmane.org
> > Subject: [Bulk] [Moses-support] Compile error
> >
> >
> > Dear moses-support,
> >
> > I got error when compiling.
> > I've building moses version 1.5.3 with gcc and g++ version 4.1
> > ------------------------------------------------------------------------
> > --------------------------------
> > gzfilebuf.h:5:18: error: zlib.h: No such file or directory
> > gzfilebuf.h:75: error: 'gzFile' does not name a type
> > gzfilebuf.h: In constructor 'gzfilebuf::gz filebuf(const char*)':
> > gzfilebuf.h:10: error: '_gzf' was not declared in this scope
> > gzfilebuf.h:10: error: 'gzopen' was not declared in this scope
> > gzfilebuf.h: In destructor 'virtual gzfilebuf::~gzfilebuf()':
> > gzfilebuf.h:15: error: '_gzf' was not declared in this scope
> > gzfilebuf.h:15: error: 'gzclose' was not declared in this scope
> > gzfilebuf.h: At global scope:
> > gzfilebuf.h:17: warning: unused parameter 'c'
> > gzfilebuf.h:24: warning: unused parameter 's'
> > gzfilebuf.h:24: warning: unused parameter 'num'
> > gzfilebuf .h:28: warning: unused parameter 'sp'
> > gzfilebuf.h:28: warning: unused parameter 'which'
> > gzfilebuf.h: In member function 'virtual int gzfilebuf::underflow()':
> > gzfilebuf.h:54: error: '_gzf' was not declared in this scope
> > gzfilebuf.h:54: error: 'gzread' was not declared in this scope
> &gt ; gzfilebuf.h: In member function 'virtual std::streamsize
> > gzfilebuf::xsgetn(char*, std::streamsize)':
> > gzfilebuf.h:71: error: '_gzf' was not declared in this scope
> > gzfilebuf.h:71: error: 'gzread' was not declared in this scope
> > make[2]: *** [InputFileStream.o] Error 1
> > make[2]: *** Waiting for unfinished jobs....
> > make[2]: Leaving directory `/home/nguyen/Project/moses/moses/src'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/nguyen/Project/moses'
> > make: *** [all] Error 2
> > ------------------------------------------------------------------------
> > --------------------------------
> > Please help me compile moses.
> > Thanks
> > Huy.
> >
> >
> > _____
> >
> > Explore the seven wonders of the world Learn more!
> > <http://search.msn.com/ results.aspx?q=7+wonders+world&mkt=en-US&form=QBR
> > E>
> >
> >
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support-3s7WtUTddSA@public.gmane.org
> http://mailman.mit.edu/mailman/listinfo/moses-support

Connect to the next generation of MSN Messenger  Get it now!
_______________________________________________
Moses-support mailing list
Moses-support@...
http://mailman.mit.edu/mailman/listinfo/moses-support
Peter Isaev | 3 Nov 2007 18:13
Picon

convert binary phrase table into the human-readable format

Hello.

I want to take a look at the phrase table in a huge example, for example for en-de languages.
I downloaded http://www.statmt.org/moses/sample-data/ttable/de-en.tgz (linked from http://www.statmt.org/moses/?n=Moses.SampleData), but there is only binary data.
How can I convert binary phrase table into the human-readable format?

Thank you!

_______________________________________________
Moses-support mailing list
Moses-support@...
http://mailman.mit.edu/mailman/listinfo/moses-support
Nguyen Tien Huy | 3 Nov 2007 20:44
Picon
Favicon

problem installing moses-script

Dear Moses-support

I got error when compile moses-script. process of it as follows

nguyen <at> nguyen:~/Project/moses/scripts$ make release
# Compile the parts
make all
make[1]: Entering directory `/home/nguyen/Project/moses/scripts'
pwd=`pwd`; \
        for subdir in cmert-0.5 phrase-extract symal mbr; do \
          cd training/$subdir/ && make || exit 1; \
          echo "### Compiler $subdir"; \
          cd $pwd; \
        done
make[2]: Entering directory `/home/nguyen/Project/moses/ scripts/training/cmert-0.5'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nguyen/Project/moses/scripts/training/cmert-0.5'
### Compiler cmert-0.5
make[ 2]: Entering directory `/home/nguyen/Project/moses/scripts/training/phrase-extract'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nguyen/Project/moses/scripts/training/phrase-extract'
### Compiler phrase-extract
make[2]: Entering directory `/home/nguyen/Project/moses/scripts/training/symal'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nguyen/Project/moses/scripts/training/symal'
### Compiler symal
make[2]: Entering directory `/home/nguyen/Project/moses/scripts/training/mbr'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nguyen/Project/moses/scripts/training/mbr'
### Compiler mbr
## All files that need compilation were compiled
make[1]: Leaving directory `/home/nguyen/Pro ject/moses/scripts'
/bin/sh: ./check-dependencies.pl: not found
make: *** [release] Error 127
nguyen <at> nguyen:~/Project/moses/scripts$

I don't know why this error occurs? check-dependencies.pl file existed in scripts folder ...

Thanks
Huy.

Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it!
_______________________________________________
Moses-support mailing list
Moses-support@...
http://mailman.mit.edu/mailman/listinfo/moses-support
Peter Isaev | 3 Nov 2007 21:26
Picon

convert binary phrase table into the human-readable format

Hello.

I want to take a look at the phrase table in a huge example, for example for en-de languages.
I downloaded http://www.statmt.org/moses/sample-data/ttable/de-en.tgz (linked from http://www.statmt.org/moses/?n=Moses.SampleData), but there is only binary data.
How can I convert binary phrase table into the human-readable format?

Thank you!

_______________________________________________
Moses-support mailing list
Moses-support@...
http://mailman.mit.edu/mailman/listinfo/moses-support
Ondrej Bojar | 4 Nov 2007 00:06
Picon

Re: problem installing moses-script

Dear Huy,

have a look at the first line of check-dependencies.pl, there is "#!" and the 
path to perl executable that should be used to run the script. I think your perl 
is somewhere else, which would give this error, too.

Ondrej.

Nguyen Tien Huy wrote:
> 
> Dear Moses-support
> 
> I got error when compile moses-script. process of it as follows
> 
> nguyen <at> nguyen:~/Project/moses/scripts$ make release
> # Compile the parts
> make all
> make[1]: Entering directory `/home/nguyen/Project/moses/scripts'
> pwd=`pwd`; \
>         for subdir in cmert-0.5 phrase-extract symal mbr; do \
>           cd training/$subdir/ && make || exit 1; \
>           echo "### Compiler $subdir"; \
>           cd $pwd; \
>         done
> make[2]: Entering directory 
> `/home/nguyen/Project/moses/scripts/training/cmert-0.5'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory 
> `/home/nguyen/Project/moses/scripts/training/cmert-0.5'
> ### Compiler cmert-0.5
> make[ 2]: Entering directory 
> `/home/nguyen/Project/moses/scripts/training/phrase-extract'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory 
> `/home/nguyen/Project/moses/scripts/training/phrase-extract'
> ### Compiler phrase-extract
> make[2]: Entering directory 
> `/home/nguyen/Project/moses/scripts/training/symal'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory 
> `/home/nguyen/Project/moses/scripts/training/symal'
> ### Compiler symal
> make[2]: Entering directory 
> `/home/nguyen/Project/moses/scripts/training/mbr'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/nguyen/Project/moses/scripts/training/mbr'
> ### Compiler mbr
> ## All files that need compilation were compiled
> make[1]: Leaving directory `/home/nguyen/Project/moses/scripts'
> /bin/sh: ./check-dependencies.pl: not found
> make: *** [release] Error 127
> nguyen <at> nguyen:~/Project/moses/scripts$
> 
> I don't know why this error occurs? check-dependencies.pl file existed 
> in scripts folder ...
> 
> Thanks
> Huy.
> 
> Invite your mail contacts to join your friends list with Windows Live 
> Spaces. It's easy! Try it! 
> <http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Moses-support mailing list
> Moses-support@...
> http://mailman.mit.edu/mailman/listinfo/moses-support

--

-- 
Ondrej Bojar (mailto:obo@... / bojar@...)
http://www.cuni.cz/~obo
Nguyen Tien Huy | 4 Nov 2007 07:42
Picon
Favicon

Re: problem installing moses-script

Dear Ondrej Bojar,

The path to perl executable is correct.

Thanks
Huy.



> Date: Sun, 4 Nov 2007 10:06:26 +1100
> From: bojar-+lwaGNhJKWAtRXI/duXk/w@public.gmane.org
> To: huynt.it-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org; moses-support-3s7WtUTddSA@public.gmane.org
> Subject: Re: [Moses-support] problem installing moses-script
>
> Dear Huy,
>
> have a look at the first line of check-dependencies.pl, there is "#!" and the
> path to perl executable that should be used to run the script. I think your perl
> is somewhere else, which would give this error, too.
>
> Ondrej.
>
> Nguyen Tien Huy wrote:
> >
> > Dear Moses-support
> >
> &gt ; I got error when compile moses-script. process of it as follows
> >
> > nguyen <at> nguyen:~/Project/moses/scripts$ make release
> > # Compile the parts
> > make all
> > make[1]: Entering directory `/home/nguyen/Project/moses/scripts'
> > pwd=`pwd`; \
> > for subdir in cmert-0.5 phrase-extract symal mbr; do \
> > cd training/$subdir/ && make || exit 1; \
> > echo "### Compiler $subdir"; \
> > cd $pwd; \
> > done
> > make[2]: Entering directory
> > `/home/nguyen/Project/moses/scripts/training/cmert-0.5'
> > make[2]: Nothing to be done for `all'.
> > make[2]: Leaving directory
> > `/home/nguyen/Project/moses/scripts/training/cmert-0.5'
> > ### Compiler cmert-0.5
> > make[ 2]: Entering directory
> > `/home/nguyen/Project/moses/scripts/training/phrase-extra ct'
> > make[2]: Nothing to be done for `all'.
> > make[2]: Leaving directory
> > `/home/nguyen/Project/moses/scripts/training/phrase-extract'
> > ### Co mpiler phrase-extract
> > make[2]: Entering directory
> > `/home/nguyen/Project/moses/scripts/training/symal'
> > make[2]: Nothing to be done for `all'.
> > make[2]: Leaving directory
> > `/home/nguyen/Project/moses/scripts/training/symal'
> > ### Compiler symal
> > make[2]: Entering directory
> > `/home/nguyen/Project/moses/scripts/training/mbr'
> > make[2]: Nothing to be done for `all'.
> > make[2]: Leaving directory `/home/nguyen/Project/moses/scripts/training/mbr'
> > ### Compiler mbr
> > ## All files that need compilation were compiled
> > make[1]: Leaving directory `/home/nguyen/Project/moses/scripts'
> > /bin/sh: ./check-dependencies.pl: not found
> > make: *** [release] Error 127
> > nguyen <at> nguyen:~/Project/moses/scripts$
> >
> > I don't know why this error occurs? check-dependencies.pl file existed
> > in scripts folder ...
> >
> > Thanks
> > Huy.
> >
> > Invite your mail contacts to join your friends list with Windows Live
> > Spaces. It's easy! Try it!
> > <http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us>
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Moses-support mailing list
> > Moses-support-3s7WtUTddSA@public.gmane.org
> > http://mailman.mit.edu/mailman/listinfo/moses-support
>
> --
> Ondrej Bojar (mailto:obo-1e9Tv9cGMjE@public.gmane.org / bojar-+lwaGNhJKWAtRXI/duXk/w@public.gmane.org)
> http://www.cuni.cz/~obo

Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it!
_______________________________________________
Moses-support mailing list
Moses-support@...
http://mailman.mit.edu/mailman/listinfo/moses-support

Gmane