README 3.06 KB
Newer Older
priyank's avatar
priyank committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
-------------------------------------------------------------------------------
              Installing and  usage steps of ILMT System
-------------------------------------------------------------------------------

A) How the pipeline Setup in Linux Fedora Core-8

1) untar the translation system

	tar -xvzf sampark-hin-kan-1.0.4.tgz
	mv sampark-hin-kan-1.0.4.tgz sampark

2) export the environment variable setu

	First of all ensure that you have set $setu environment variable to the sampark path.
        if you are not set the setu environment variable Then set it by adding the following
        line in your .bashrc

        export setu=/home/hin2kan/sampark
	if user is hin2kan and you untar translation system in HOME directory

        you will have to run 'source .bashrc' to make these changes effective.
        test that the path is set by 'env | grep setu'


B) How to use?

1.  change path in two places in spec file.
    $installation_path/sampark/bin/sys/slang_tlang/slang_tlang_setu.spec

        -first change in spec file
         in %GLOBAL% section, change <ENV>$setu path accordingly.
        - second change in spec file
         in <OUTPUT_DIR> line, change output directory path accordingly.

    where $installation_path is the path where translation system is installed.
    slang stand for source language, tlang stand for target language.

    e.g. if user is hin2kan and installation_path is /home/hin2kan

        spec file location : /home/hin2kan/sampark/bin/sys/hin_kan/hin_kan_setu.spec
        1-first change     : <ENV>$setu=/home/hin2kan/sampark
        2-second change    : <OUTPUT_DIR>/home/hin2kan/OUTPUT.tmp


2. run Dashboard command from the terminal

    Dashboard.sh
    if the Dashboard is running first time, it ask for setting

3. In Dashboard GUI

    3.1 for Dashboard setting
        set Dashboard path (/usr/share/Dashboard)
        click apply, close and restart the Dashboard again to make setting effective.
        Note : this step is required only for the first time of Dashboard run.

    3.2 for ILMT Setting
        In Setting Menu click ILMT setting
        Setting->ILMT Setting

        3.2.1 browse your system path
              e.g.
              /home/hin2kan/sampark

        3.2.2 set the output directory path
              e.g.
              /home/hin2kan/output

        3.2.3 choose source language and target language
              e.g.
              source language : hin
              target language : kan

    3.3 for translation
        copy/paste input text in input pane (left pane) and click for translation .
        Run -> Translation (or alternatively click on green button in tool bar)

        (Note : for more usage of Dashboard. Please read the DashboardManual.pdf in doc directory)


SEG Group, ILMT-Project
IIIT-Hyderabad-500032

Any quries or suggestions mail to :

1. Mr. Pawan Kumar <hawahawai@rediffmail.com>
2. Mr. Rashid Ahmad <rashid101b@gmail.com>
3. Mr. Arun Kumar <arunkrrathaur1981@gmail.com>
4. Mr. Nouman Ali <nouman05@gmail.com>
5. Mr. Rambabu <rams123kl@gmail.com>
5. Mr. Avinash Kumar Singh <kumaravinashisingh@gmail.com>