Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Place synsets inside ConceptODR #38

Open
DavidLeoni opened this issue Mar 24, 2016 · 0 comments
Open

Place synsets inside ConceptODR #38

DavidLeoni opened this issue Mar 24, 2016 · 0 comments

Comments

@DavidLeoni
Copy link
Member

Synsets (and thus synonyms) are currently not placed inside disiclient's ConceptODR name, as one would expect.

Looking at the actual implementation, this happens:

  1. disiclient readConcepts calls many readConcept, which call sweb client readConcept
  2. disiclient readConcept just reads sweb concept and converts it to ConceptODR, without fetching synonims

Also, in sweb 3.0.2-SNAPSHOT

  • there is no readSynsetS (watch the plural) api
  • there is no readConceptS (watch the plural) api
  • there is not even a readConcept that also provides synsets at the same time

so currently synonyms can only be placed inside a SemText Meaning by picking them from NLP results.

To improve the situation without changing sweb we might implement disi client readConcept by calling directly readSynset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant