You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. create a new NictWordNet
2. getAllConcepts for a word and pos
3. fields name and src of the synset are empty.
This part of the code in Concept.java is commented out:
/**
* @return the name
*/
public String getName() {
if ( name==null ) {
// Synset realSynset = SynsetDAO.findSynsetBySynset( getSynset() );
// setName( realSynset.getName() );
// setPos( realSynset.getPos() );
// setSrc( realSynset.getSrc() );
// return name;
}
return name;
}
Original issue reported on code.google.com by [email protected] on 25 Apr 2012 at 11:16
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Apr 2012 at 11:16The text was updated successfully, but these errors were encountered: