Changes between Version 7 and Version 8 of TranscriptionTool


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TranscriptionTool

    v7 v8  
    4343}}} 
    4444 
    45  Example 3: Load from MySQL table (3 columns: ID, word, frequency (word frequency in text corpus)) 
     45 3. Another acceptable input format:  
     46        To load 'WordList' from MySQL table (3 columns: ID, word, frequency (word frequency in text corpus)) 
    4647{{{ 
    4748mysql> desc en_US_wordList;