Skip to content

Commit

Permalink
comments updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Pramit18142 committed May 9, 2022
1 parent 1a08aa0 commit ad83cf7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,18 @@ public void itemStateChanged(ItemEvent e)
l1.setText(c1.getSelectedItem().toString() + " selected");
String value= c1.getSelectedItem().toString();
List<String>ls=new ArrayList<String>();
//local path of benchmark owl corpus
String x="/home/pramit67/Downloads/owl2_rl_benchmark_corpus/";

System.out.println(value);
retrieval r= new retrieval();
//value=value.substring(0,value.length()-);
// String value= c1.getSelectedItem().toString();
if(value.equalsIgnoreCase("--select--")) {
// checking whether term is selected or not
l3.setText("Please select a class or property");
}
//recommendations
else {

hash_Set=r.filtering(value);
Expand Down

0 comments on commit ad83cf7

Please sign in to comment.