System.out.println("stemmedConcept is null " + result);
return result;
}
public static Map getPrimitiveConcepts(String unfoldedConcept){
PrimitiveConceptTokenizer token = new PrimitiveConceptTokenizer(unfoldedConcept);
return token.getTokenFrequencies();
/*
String tmp="";
Map map = new HashMap();
if (unfoldedConcept.indexOf("prime-")<0)