2023-10-22 18:05:01 +00:00
|
|
|
<br/>
|
|
|
|
<br/>
|
2023-10-13 00:02:22 +00:00
|
|
|
|
2023-10-20 18:29:34 +00:00
|
|
|
<%= sanitize alphabetical_links, tags: ["a"] %>
|
|
|
|
|
2023-10-13 00:02:22 +00:00
|
|
|
<p><%= @parts_of_speech.count %> parts of speech entries in database</p>
|
2023-10-22 18:05:01 +00:00
|
|
|
<p><%= @words.count %> word entries in database</p>
|
2023-10-13 02:24:31 +00:00
|
|
|
|
2023-10-22 18:05:01 +00:00
|
|
|
<%= render "partsofspeech", parts_of_speech: @parts_of_speech %>
|