Changes between Version 10 and Version 11 of TranscriptionTool


Ignore:
Timestamp:
12/17/09 11:56:38 (15 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TranscriptionTool

    v10 v11  
    9797== How to load data? == 
    9898 
     99Once you specify phoneset (allophones.xml) file using menu item 'specify phoneset', you will be able to load data.  
     100 
     101 1. To load data from file: (The file should be in above specified formats) 
     102{{{ 
     103File -> Open 
     104}}} 
     105   
     106 2. To load data from MySQL table:   
     107{{{ 
     108File -> Load from MySQL Database 
     109}}} 
     110 
     111   It will provide you a panel (as shown in below figure) to know MySQL database and table details: 
     112   [[Image(MySqlDetails.png)]] 
     113      
     114   * You have to provide HostName, DataBase name, Table name as well as database privileges (MySQL username and password).  
     115   * The 'WordList' table should be in the above specified format.  
    99116 
    100117 
    101 {{{ 
    102 #!html 
    103         <h2>Instructions for Transcription Tool</h2> 
    104 <ol> 
    105 <li>Specify phoneset (allophones.xml) file using menu item 'specify phoneset'</li> 
    106 <li>Load your data for transcription <br>(two options: 1. Open (MenuItem) 2. Load from MySql database (list of words as a table) )</li> 
    107 <li>Save your data to a specified location. (then 'TrainPredict' button will be enable)</li> 
    108 <li>If you transcribe some data, click 'trainpredict' button to predict transcription for remaining words. you have to manually correct predicted transcription.</li> 
    109 <li>Description of colors: 
    110 <ul> 
    111 <li>Black       -  Manually written or manually corrected</li> 
    112 <li>Red         -  Transcription syntax is not permitted (eg: user written transcription is incorrect)</li> 
    113 <li>LightGray   -  Predicted by 'TrainPredict' (predicted based on manual transcription)</li> 
    114 </ul> 
    115  </li> 
    116 </ol> 
     118== How to predict pronunciation for new words? == 
     119 
     120If you transcribe some data, click 'trainpredict' button to predict transcription for remaining words. you have to manually correct predicted transcription. 
     121 
     122 
     123== Description of colors == 
     124 
     125  * Black       -  Manually written or manually corrected 
     126  * Red         -  Transcription syntax is not permitted (eg: user written transcription is incorrect) 
     127  * LightGray   -  Predicted by 'TrainPredict' (predicted based on manual transcription) 
     128  
    117129}}}