Skip to content

Commit

Permalink
Update Document.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lichenliang-whu authored Aug 11, 2017
1 parent b78c4ea commit 36bcb1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Document.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package PDMM_GPU_LCL;
package PDMM;

import java.io.BufferedReader;
import java.io.FileInputStream;
Expand Down Expand Up @@ -48,9 +48,9 @@ public static ArrayList<Document> LoadCorpus(String filename){
}

public static void main(String[] args) {
// TODO 自动生成的方法存根
String [] sarray = {"科技","专科","西安","大学"};
Document doc = new Document(1, "院校信息", sarray);
// TODO 自动生成的方法存根
String [] sarray = {"科技","专科","西安","大学"};
Document doc = new Document(1, "院校信息", sarray);
System.out.println(doc.id);
}
}

0 comments on commit 36bcb1d

Please sign in to comment.