1. Reduced size of the json that gets sent to the client-side.
2. Removed unnecessary stop words removal code.
This commit is contained in:
parent
6209f2af82
commit
680f9ec2d4
3 changed files with 11 additions and 31 deletions
|
@ -19,16 +19,7 @@ public class JsonObject {
|
|||
private String entityURI;
|
||||
private String visMode;
|
||||
private List<String> organizationType = new ArrayList<String>();
|
||||
private List<String> stopWords = new ArrayList<String>();
|
||||
|
||||
public List<String> getStopWords() {
|
||||
return stopWords;
|
||||
}
|
||||
|
||||
public void setStopWords(List<String> stopWords) {
|
||||
this.stopWords = stopWords;
|
||||
}
|
||||
|
||||
public List<String> getOrganizationTypes() {
|
||||
return organizationType;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue