[Classifier4j-devel] Training and Classifying
Status: Beta
Brought to you by:
nicklothian
From: <np...@nt...> - 2004-05-14 12:56:47
|
Hi, I would like to use Classifier4J to input "good" and "bad" articles; then provide the system with a new article for classification. Using Trainer.java I can input my articles into a table. However, how do I continue adding articles to the table? The following line in Trainer.java always creates a new table, I would like to continue adding to an existing table: JDBCWordsDataSource wds = new JDBCWordsDataSource(cm); I have a similar problem with Anayser.java. I would like the new article to be classified against the table built from Trainer.java. However, the setupClassifier method in Analyser.java always creates a new table. I would very much appreciate any advice. Regards ----------------------------------------- Email provided by http://www.ntlhome.com/ |