Skip to content

Commit 2e24289

Browse files
New classifier for Specific pragatic classification
1 parent b1c1b5b commit 2e24289

File tree

4 files changed

+401
-3
lines changed

4 files changed

+401
-3
lines changed

settings.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ wordnet_desc;WordNet;2.1
1010
env_desc;Lenovo laptop,16GB RAM,Windows 7 64bit, Intel Core i7-4702MQ CPU @ 2.2GHz
1111
location;Manchester,UK
1212
database_host;localhost
13-
database_name;table_db_drugs
13+
database_name;table_db
1414
database_username;root
1515
database_password;""
1616
database_port;3306

src/classifiers/PragmaticClassifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class PragmaticClassifier {
2323
private String ClassifierPath="";
2424
//private Classifier classifier;
2525

26-
InputMappedClassifier classifier = new InputMappedClassifier() ;
26+
InputMappedClassifier classifier = new InputMappedClassifier();
2727
public PragmaticClassifier(String path)
2828
{
2929
ClassifierPath = path;

0 commit comments

Comments
 (0)