Skip to content

Commit 08662d4

Browse files
committed
changes
1 parent 317d5e0 commit 08662d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ner/src/main/java/edu/illinois/cs/cogcomp/ner/ExpressiveFeatures/CharacterLanguageModel.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public CharacterLanguageModel(){
2727

2828
// counts maps: history -> { word: count, word : count, etc }
2929
counts = new HashMap<>();
30-
order = 6;
30+
order = 4;
3131
}
3232

3333

@@ -250,8 +250,8 @@ public static void main(String[] args) throws Exception {
250250
// String trainpath= "/shared/corpora/ner/conll2003/eng-files/Train-json/";
251251
// String testpath = "/shared/corpora/ner/conll2003/eng-files/Test-json/";
252252

253-
String trainpath= "/shared/corpora/ner/lorelei-swm-new/ben/Train/";
254-
String testpath = "/shared/corpora/ner/lorelei-swm-new/ben/Test/";
253+
String trainpath= "/shared/corpora/ner/lorelei-swm-new/ara/Train/";
254+
String testpath = "/shared/corpora/ner/lorelei-swm-new/ara/Test/";
255255

256256

257257
Data trainData = new Data(trainpath, trainpath, "-json", new String[] {}, new String[] {}, params);

0 commit comments

Comments
 (0)