unitcatalog.java
来自「使用Exlipse编写的一个语音程序」· Java 代码 · 共 19 行
JAVA
19 行
import java.io.IOException;import java.io.BufferedReader;import java.io.DataInputStream;import java.io.FileInputStream;import java.io.InputStreamReader;import java.io.IOException;import java.util.ArrayList;import java.util.HashMap;import java.util.Iterator;import java.util.StringTokenizer;import java.util.TreeSet;/** * Reads in a festival clunits unit catalog. The units are stored * as a HashMap of ArrayLists where the HashMap is indexed by unit * type (e.g., "ae_afternoon"), and the ArrayList is a list of the * actual units themselves (e.g., "ae_afternoon_23"). *
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?