Your document is being analyzed...

Notebook.ai is processing this document right now. Refresh this page to see progress or check back later. You'll get a notification when it's ready!

Progress

Word Choice
<% if analysis && analysis.progress >= 25 %>
<% else %>
<% end %>
<% if analysis && analysis.progress < 25 %>

Analyzing...

<% else %>

Analysis complete.

<% end %>
Readability
<% if analysis && analysis.progress >= 50 %>
<% else %>
<% end %>
<% if analysis && analysis.progress < 50 %>

Analyzing...

<% else %>

Analysis complete.

<% end %>
Entities
<% if analysis && analysis.progress >= 75 %>
<% else %>
<% end %>
<% if analysis && analysis.progress < 75 %>

Analyzing...

<% else %>

Analysis complete.

<% end %>
Emotion

Analyzing...

<%= link_to 'Refresh page', analysis_document_path(analysis.document), class: "btn #{Document.color} white-text" %>

<% if analysis.progress > 0 %> Your analysis is currently processing. <% else %> Your analysis was queued <%= time_ago_in_words analysis.created_at %> ago. <% end %>