en-inflectors icon indicating copy to clipboard operation
en-inflectors copied to clipboard

get_related_lemmas function for 'student' returns noisy noun set

Open sspatil89 opened this issue 6 years ago • 0 comments

After running get_related_lemmas for 'student', the returned noun set is [u'student', u'studentship', u'studying', u'study', u'studiousness', u'studiousnesses', u'students', u'studentships', u'studyings', u'studies']

How can we limit this set to just [u'student']?

sspatil89 avatar Mar 06 '18 15:03 sspatil89