fcmodeler.pathbinder
Class DictionaryBuilder
java.lang.Object
edu.iastate.jtm.gui.DefaultMonitorable
fcmodeler.pathbinder.DictionaryBuilder
- All Implemented Interfaces:
- Monitorable
public class DictionaryBuilder
- extends DefaultMonitorable
Create dictionaries from the Entity and EntitySynonym tables.
- Author:
- Jing Ding
fcmodeler.pathbinder
MetNet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DictionaryBuilder
public DictionaryBuilder(MySqlConnector db)
loadStoplist
public void loadStoplist(java.io.File stop)
throws java.io.IOException
- Throws:
java.io.IOException
createTermDic
public void createTermDic(java.io.File dic)
throws java.sql.SQLException,
java.io.IOException
- Throws:
java.sql.SQLException
java.io.IOException
createLocDic
public void createLocDic(java.io.File dic)
throws java.io.IOException,
java.sql.SQLException
- Throws:
java.io.IOException
java.sql.SQLException
main
public static void main(java.lang.String[] args)