question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Write a parser to fetch the semantic references of simple enough classes

See original GitHub issue

I’m submitting a

  • bug report.
  • feature request.

Current Behaviour:

This is related to the discussion we had here https://docs.google.com/document/d/1J9PlcXUfu76lruJCb_1vKcQauL-J6H2wxZxqzdZO9dQ/edit

Expected Behaviour:

Every class/property needs to have a semantic reference. If it’s a complex object then define the object in vocab itself and provide semantic references to its properties else directly provide a semantic reference. Either way, semantic references need to be there.

It would be better if you write a parser that’ll try to find semantic references for properties from Schema.org and similar sources.

Do you want to work on this issue?

NO

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
xadahiyacommented, Jun 18, 2018

I’m not sure. Figure something out

1reaction
vaibhavchellanicommented, Jun 18, 2018

yes , makes sense . Beautiful Soup should be good enough to do the job right ? I will search schema.org using the name given in OAS and use the first result if found . If not found will parse other semantic resources . Also the schema.org parser should be another module right ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Let's Build A Simple Interpreter. Part 13: Semantic Analysis.
Before doing a deep dive into the topic of scopes, I'd like to make a “quick” detour and talk in more detail about...
Read more >
A Guide To Parsing: Algorithms And Terminology
An in-depth coverage of parsing terminology an issues, together with an explanation for each one of the major algorithms and when to use...
Read more >
CSE 401 Wi10 Project II - Parser & AST - Washington
The semantic actions in the parser should create an Abstract Syntax Tree (AST) representation of the parsed program. For now, just build the...
Read more >
Build a Tiny Compiler in Java - Medium
Then you are in the right place. The word Tiny is subjective. But yeah, the code is simple enough to understand the end-to-end...
Read more >
Percy Liang: Semantic Parsing for Natural Language Interfaces
Natural language promises to be the ultimate interface for interacting with computers, allowing users to effortlessly tap into the wealth of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found