(InputDocument doc, int[] features, int ws, int hpos)
| 39 | public List<Integer> hpos; |
| 40 | |
| 41 | public void addExemplar(InputDocument doc, int[] features, int ws, int hpos) { |
| 42 | documentsPerExemplar.add(doc); |
| 43 | featureVectors.add(features); |
| 44 | injectWhitespace.add(ws); |
| 45 | this.hpos.add(hpos); |
| 46 | } |
| 47 | |
| 48 | public String rootDir; |
| 49 | public LangDescriptor language; |
no test coverage detected