2023-10-22 18:05:01 +00:00
|
|
|
<h1>Parts of Speech</h1>
|
2023-10-25 20:25:29 +00:00
|
|
|
|
2023-10-22 18:05:01 +00:00
|
|
|
<table>
|
|
|
|
<tr>
|
2023-12-07 16:31:54 +00:00
|
|
|
<td class="px-2"><b>Part of Speech</b></td>
|
|
|
|
<td class="px-2"><b>Definition</b></td>
|
2023-10-22 18:05:01 +00:00
|
|
|
</tr>
|
|
|
|
<% parts_of_speech.each do |item| %>
|
|
|
|
<tr>
|
2023-12-07 16:31:54 +00:00
|
|
|
<td class="px-2"><b><%= item.pos %></b></td>
|
|
|
|
<td class="px-2"><%= item.definition %></td>
|
2023-10-22 18:05:01 +00:00
|
|
|
</tr>
|
|
|
|
<% end %>
|
|
|
|
</table>
|