forte
forte copied to clipboard
Handle user provided ontology file
Is your feature request related to a problem? Please describe. Without having to generate and without having all the classes ready, one can also use the data store with simply the ontology configuration file. This is currently developed here, but not finished
Describe the solution you'd like
- Study the existing PR and fix is necessary
- Make sure top-level types like "Annotation", and "Entry" is correctly used
- can be found in
is_subclass,is_annotationcheck - these types should also be intializable (i.e.
entry = Entry(pack))
- can be found in
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context
- This is part of the data efficiency project
- This PR should be made to the
masterbranch. - After the data tuple class is finished, we may switch to a new branch for integration.