mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
16 lines
291 B
YAML
16 lines
291 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
entity: one
|
|
entity_type: Entity
|
|
text: MyString
|
|
relevance: 1.5
|
|
document_analysis: one
|
|
|
|
two:
|
|
entity: two
|
|
entity_type: Entity
|
|
text: MyString
|
|
relevance: 1.5
|
|
document_analysis: two
|