Commit 67416da9 authored by Vyshna-Sri's avatar Vyshna-Sri

Change regex pattern in ExtractDatasetFromDesQuestion method in...

Change regex pattern in ExtractDatasetFromDesQuestion method in DescriptiveStatisticsQuestionComparation class
parent c6316650
......@@ -66,7 +66,7 @@ public class DescriptiveStatisticsQuestionComparation {
String result=obj.toString();
String result1=obj1.toString();
System.out.println("output matching: "+result);
//System.out.println("output matching: "+result);
System.out.println("matching: "+result1);
matchkeyword = QuestionMatch(result);
......
......@@ -53,7 +53,7 @@ public class StandardDeviationQuestionComparation {
String result2=obj2.toString();
String result21=obj21.toString();
System.out.println("output matching for std: "+result2);
//System.out.println("output matching for std: "+result2);
System.out.println("matching keywords for std: "+result21);
matchstdkeyword = QuestionMatch(result2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment