apertium-gen-lextormono(1)apertium-gen-lextormono(1)NAME
apertium-gen-lextormono - This application is part of ( apertium )
This tool is part of the apertium machine translation architecture: http://apertium.org.
SYNOPSIS
apertium-gen-lextormono lr | rl input_file output_file
DESCRIPTION
apertium-gen-lextormono is the application responsible for generating the monolingual dictionary used by the lexical selection module to
know about the translation sense marks of each source language word.
OPTIONS
lr The monolingual dictionary to generate is for left to right translation.
rl The monolingual dictionary to generate is for right to left translation.
FILES
These are the kinds of files used with this tool:
input_file A bilingual dictionary.
output_file A monolingual dictionary that for each word gives its translation sense marks.
SEE ALSO apertium-gen-lextorbil(1), apertium-preprocess-corpus-lextor(1), apertium-gen-stopwords-lextor(1), apertium-gen-wlist-lextor(1), aper-
tium-gen-wlist-lextor-translation(1), apertium-lextor-eval(1), apertium-lextor(1).
BUGS
Lots of...lurking in the dark and waiting for you!
AUTHOR
(c) 2005,2006 Universitat d'Alacant / Universidad de Alicante. All rights reserved.
2006-12-11 apertium-gen-lextormono(1)
Check Out this Related Man Page
apertium-gen-wlist-lextor-translation(1)apertium-gen-wlist-lextor-translation(1)NAME
apertium-gen-wlist-lextor-translation - This application is part of ( apertium )
This tool is part of the apertium machine translation architecture: http://apertium.org.
SYNOPSIS
apertium-gen-wlist-lextor-translation --mono|-m dic.bin --bil|-b bildic.bin --wlist|-w wlistfile
DESCRIPTION
apertium-gen-wlist-lextor-translation is the application responsible for generating all the possible translations of polysemous words.
OPTIONS
--mono|-m dic.bin
Specifies the monolingual lexical selection dictionary to use (see apertium-gen-lextormono).
--bil|-b bildic.bin
Specifies the bilingual lexical selection ditionary to use (see apertium-gen-lextorbil).
--wlist|-w wlistfile
Specifies the list of words to translate (see apertium-gen-wlist-lextor).
--help|-h
Shows a brief usage help.
--version|-v
Shows the version string of this tool and it's license.
FILES
This tool uses no files apart from the ones associated to each option.
SEE ALSO apertium-gen-lextorbil(1), apertium-preprocess-corpus-lextor(1), apertium-gen-stopwords-lextor(1), apertium-gen-wlist-lextor(1), aper-
tium-gen-lextormono(1), apertium-lextor-eval(1), apertium-lextor(1).
BUGS
Lots of...lurking in the dark and waiting for you!
AUTHOR
(c) 2005,2006 Universitat d'Alacant / Universidad de Alicante. All rights reserved.
2006-12-12 apertium-gen-wlist-lextor-translation(1)
I created a "ebanking.x" file and run it as " rpcgen -a ebaning.x"
It gen a few of files to me which is - "ebanking.h", "ebanking_server.c", "ebanking_svc.c", "ebanking_client.c", "ebanking_clnt.c", "ebanking_xdr.c" and "Makefile"
The content of "ebanking.x" :
struct bankargs {
... (0 Replies)
Dear all,
I have Files with lines of text in them, I want to replace the stopwords in them with ",".
I have create a file which contain the stopwords...
I have been trying for last 3 hours but no success
I have managed to replace one using "sed" and delete the line containing them using... (3 Replies)