“Hulan-2013-10-11”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
TTS
ASR
第3行: 第3行:
 
==ASR Kernel development==
 
==ASR Kernel development==
  
[[http://cslt.riit.tsinghua.edu.cn/mediawiki/index.php/2013-09-27 ASR group weekly report]]
+
[[http://cslt.riit.tsinghua.edu.cn/mediawiki/index.php/2013-10-11 ASR group weekly report]]
  
 
==TTS==
 
==TTS==

2013年10月11日 (五) 02:59的版本

ASR

ASR Kernel development

[ASR group weekly report]

TTS

  • CD lab files done. Refining the script.
  • Training toolkit is cleaned up. Now no alignment is required. Parallel training is done.
  • Tried syllable based system instead of phones.
  • Collected an online-novel reading.

Next week:

  • Refine the script
  • Clean up the online reading.

Dialog system

  • Conducting the initial experiment:
  1. Using 9k dim TF/IDF, compose feature vectors for each query, each answer. Mach the TF/IDF of query+answer to match the TF/IDF of new queries. Add the scores of the Cosine score of the match with queries and answers directly.
  1. Keep two top-level categories, try to reduce top-level errors:

Next week:

  • Reverse index-based fast match
  1. code done in python
  2. CER 7/60, speed 1 query/second
  • Use the new data set to verify the program.