|
@@ -19,7 +19,7 @@ public class RelationExtractionDataSet {
|
|
|
|
|
|
private Map<String, Integer> char2id = new HashMap<>();
|
|
|
private Map<Integer, Map<String, String>> entities_info = new HashMap<>();
|
|
|
- public int maxLength = 200;
|
|
|
+ public int maxLength = 500;
|
|
|
|
|
|
|
|
|
public RelationExtractionDataSet(String dir) {
|