Changes between Version 7 and Version 8 of TranscriptionTool
- Timestamp:
- 12/17/09 11:06:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TranscriptionTool
v7 v8 43 43 }}} 44 44 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)) 46 47 {{{ 47 48 mysql> desc en_US_wordList;