mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
10 lines
937 B
Plaintext
10 lines
937 B
Plaintext
<%= render partial: 'documents/analysis/sections/general', locals: { document: document, analysis: analysis } %>
|
|
<%= render partial: 'documents/analysis/sections/length', locals: { analysis: analysis } %>
|
|
<%= render partial: 'documents/analysis/sections/time_to_read', locals: { analysis: analysis } %>
|
|
<%= render partial: 'documents/analysis/sections/readability', locals: { analysis: analysis } %>
|
|
<%= render partial: 'documents/analysis/sections/entities', locals: { analysis: analysis } if analysis.document_entities.any? %>
|
|
<%= render partial: 'documents/analysis/sections/sentiment', locals: { analysis: analysis } %>
|
|
<%= render partial: 'documents/analysis/sections/style', locals: { analysis: analysis } %>
|
|
<%= render partial: 'documents/analysis/sections/concepts', locals: { analysis: analysis } %>
|
|
<%= render partial: 'documents/analysis/sections/categories', locals: { analysis: analysis } %>
|