How to resolve the difference between the values attained in the Web API and the ones attained through the source in ws4j?
问题 I developed the following API for semantic matching for sentences using ws4j library. But im failing to get the semantic similarities. The ouptut is attached as an image which shows values which are redundant or 0. Is there any library which is missed out to be called? package ws4jv01; import edu.cmu.lti.lexical_db.ILexicalDatabase; import edu.cmu.lti.lexical_db.NictWordNet; import edu.cmu.lti.ws4j.RelatednessCalculator; import edu.cmu.lti.ws4j.impl.HirstStOnge; import edu.cmu.lti.ws4j.impl