Révision 3614
TXM/trunk/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/corpus/query/CQLQuery.java (revision 3614) | ||
---|---|---|
262 | 262 |
} |
263 | 263 |
else { |
264 | 264 |
|
265 |
ArrayList<ArrayList<String>> sentences = new SimpleStringTokenizer(lang).processText(query);
|
|
265 |
List<List<String>> sentences = new SimpleStringTokenizer(lang).processText(query);
|
|
266 | 266 |
StringBuilder buffer = new StringBuilder(); |
267 |
for (ArrayList<String> sent : sentences) {
|
|
267 |
for (List<String> sent : sentences) { |
|
268 | 268 |
for (String word : sent) { |
269 | 269 |
buffer.append(" \""+addBackSlash(word)+"\""); |
270 | 270 |
} |
Formats disponibles : Unified diff