Skip to content
Snippets Groups Projects
Commit dcfc6273 authored by ywb16155's avatar ywb16155
Browse files

commit #62 - Emergency commit

parent 68717d40
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ public class SummaryService {
paragraphs.forEach((k,v) -> {
result.add(new SummaryDetails(k, summarizer.summarize(v.toString())));
});
System.out.println(result.get(0).getSummaryText());
return result;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment