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

Improve ESCO taxonomy #18

Open
ioggstream opened this issue Mar 25, 2024 · 0 comments
Open

Improve ESCO taxonomy #18

ioggstream opened this issue Mar 25, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@ioggstream
Copy link
Contributor

Discussion

ESCO taxonomy probably uses altLabel for pattern-matching purposes. This creates barely manageable entries.

  • e.g., 1
    {
      "altLabel": [
        "KDevelop 5.0.0",
        "KDevelop 4.0.0",
        "KDevelop 4.6.0",
        "KDevelop 4.7.0",
        "KDevelop"
      ],
      "label": "KDevelop",
      ...
      }
  • e.g., 2
      "altLabel": [
        "diagrams of circuits",
        "elementary diagrams",
        "electrical diagrams",
        "circuit blueprints",
        "electronics schematics",
        "electrical circuit diagrams",
        "electronic schematics",
        "circuit diagrams",
        "circuit schematics"
      ],
      "description": "Read and comprehend circuit diagrams showing the connections between the devices, such as power and signal connections.",
      "label": "circuit diagrams",

Current linguistic tools (e.g., spacy, semantic search, ...) provide searching/matching tools that could avoid redundant definitions.

@ioggstream ioggstream added documentation Improvements or additions to documentation question Further information is requested labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant