Changes between Version 2 and Version 3 of TranscriptionTool
- Timestamp:
- 01/12/09 14:44:48 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TranscriptionTool
v2 v3 2 2 = Transcription Tool = 3 3 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.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 primitive POS tagger. 5 5 6 6 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 {{{ 20 Live 21 Item 22 Top 23 Eintracht 24 Spieltags 25 Hannover 26 sechsundneunzig 27 Borussia 28 Arminia 29 }}} 30 31 Example 2: List of words and transcriptions for few words 32 33 {{{ 34 Live 'laIf 35 Item 36 Top 'tOpJ 37 Eintracht '?aIn-tRaxt 38 Spieltags 'Spi:l-ta:ks 39 Hannover 40 sechsundneunzig 41 Borussia bo:-'RU_si:-a: 42 Arminia 43 }}} 7 44 8 45 … … 28 65 <h2>Instructions for Transcription Tool</h2> 29 66 <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>31 67 <li>Specify phoneset (allophones.xml) file using menu item 'specify phoneset'</li> 32 68 <li>Load your data for transcription <br>(two options: 1. Open (MenuItem) 2. Load from MySql database (list of words as a table) )</li>