Write a parser to fetch the semantic references of simple enough classes
See original GitHub issueI’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:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m not sure. Figure something out
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 ?