We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These were previously generated for the note objects #35
We should track these in output/ as data--UUID.json
data--UUID.json
With a "extractions" and "relationships" section;
{ "extractions": [ { "ai": { "extractions": { "extraction_0": { "type": "<extraction_key>", "value": "<extracted_value>", "original_text": "<original_text>", "start_index": [ "start_index_n" ] }, "extraction_n": { "type": "<extraction_key>", "value": "<extracted_value>", "original_text": "<original_text>", "start_index": [ "start_index_n" ] } } }, "lookup": { "extractions": { "extraction_n": { "type": "<extraction_key>", "value": "<extracted_value>", "original_text": "<original_text>", "start_index": [ "start_index_n" ] } } }, "pattern": { "extractions": { "extraction_n": { "type": "<extraction_key>", "value": "<extracted_value>", "original_text": "<original_text>", "start_index": [ "start_index_n" ] } } } } ], "relationships": [ { "source_ref": "<source extraction id>", "target_ref": "<target extraction id>", "relationship_type": "<valid relationship type>" }, { "source_ref": "<source extraction id>", "target_ref": "<target extraction id>", "relationship_type": "<valid relationship type>" } ] }
This will allow us to hook other tools into this file to identify the location of files (or text used for extraction), for example.
The text was updated successfully, but these errors were encountered:
fqrious
No branches or pull requests
These were previously generated for the note objects #35
We should track these in output/ as
data--UUID.json
With a "extractions" and "relationships" section;
This will allow us to hook other tools into this file to identify the location of files (or text used for extraction), for example.
The text was updated successfully, but these errors were encountered: