Changes between Version 2 and Version 3 of TranscriptionTool


Ignore:
Timestamp:
01/12/09 14:44:48 (16 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TranscriptionTool

    v2 v3  
    22= Transcription Tool = 
    33 
    4 MARY Transcription Tool, a graphical user interface, supports a semi-automatic procedure  for transcribing new language text corpus and automatic training of Letter-to-sound(LTS) rules for that language.  It stores all functional words in that language to build a simple POS tagger. 
     4MARY Transcription Tool, a graphical user interface, supports a semi-automatic procedure  for transcribing new language text corpus and automatic training of Letter-to-sound(LTS) rules for that language.  It stores all functional words in that language to build a primitive POS tagger. 
    55 
    66 
     7== Requirements: == 
     8  
     9 
     10 1. Prepare phoneset for your language 
     11 
     12 ''' Example for locale en-US : ''' [http://mary.opendfki.de/wiki/TranscriptionTool/allophones_en-US.xml] 
     13 
     14 2. Accepatable input formats (input from file) 
     15  
     16 Example 1: List of words 
     17 
     18 
     19{{{ 
     20Live 
     21Item 
     22Top 
     23Eintracht 
     24Spieltags 
     25Hannover 
     26sechsundneunzig 
     27Borussia 
     28Arminia 
     29}}} 
     30 
     31 Example 2: List of words and transcriptions for few words 
     32 
     33{{{ 
     34Live 'laIf 
     35Item 
     36Top 'tOpJ 
     37Eintracht '?aIn-tRaxt 
     38Spieltags 'Spi:l-ta:ks 
     39Hannover  
     40sechsundneunzig  
     41Borussia bo:-'RU_si:-a: 
     42Arminia 
     43}}} 
    744 
    845 
     
    2865        <h2>Instructions for Transcription Tool</h2> 
    2966<ol> 
    30 <li>Prepare phoneset for your language. For example, phoneset for English (locale: en_US):  <a href="http://mary.opendfki.de/wiki/TranscriptionTool/allophones_en-US.xml">http://mary.opendfki.de/wiki/TranscriptionTool/allophones_en-US.xml</a>  </li> 
    3167<li>Specify phoneset (allophones.xml) file using menu item 'specify phoneset'</li> 
    3268<li>Load your data for transcription <br>(two options: 1. Open (MenuItem) 2. Load from MySql database (list of words as a table) )</li>