Skip to content
Snippets Groups Projects
Commit 22f7bb18 authored by Patrick Hammer's avatar Patrick Hammer
Browse files

Update: RealCrossing: Also frame nr in answers

parent 20c11fb6
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ public class OperatorPanel extends javax.swing.JFrame {
//if(Math.abs(nar.time() - t.sentence.getOccurenceTime()) < 10000) { //not too long ago //outcommented as system reports newest result anyway
for(int i = 0; i<filter.size(); i++) {
if(filter.get(i).equals(t.getTerm())) {
narText = "Q"+i+": "+t.getBestSolution() + "(frame=" + RealCrossing.i + ")\n" + narText;
narText = "Q"+i+": "+t.getBestSolution() + " (frame=" + RealCrossing.i + ")\n" + narText;
if(narText.length() > 2000) {
narText = "";
}
......
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