Skip to content

Commit

Permalink
comparison of usage stats of a selected word among all poets #471
Browse files Browse the repository at this point in the history
  • Loading branch information
hrmoh committed Mar 6, 2025
1 parent 8b0a9ca commit 68f93e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GanjooRazor/Pages/_WordCountsByPoetPartial.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

@if (Model.WordStats.Length > 0)
{
<h2>
این واژه در مجموع @Model.WordStats.Sum(w => w.Count) بار در گنجور ظاهر شده است که سهم هر سخنور در جدول زیر مشخص شده است. ستون چهارم درصد شمار این واژه به نسبت کل واژگان خود آن سخنور را نشان می‌دهد و نه کل گنجور و از این جهت جمع این ستون عددی بی‌معنی است.
</h2>
<p>
این واژه در مجموع @RMuseum.Services.Implementation.LanguageUtils.FormatMoney(Model.WordStats.Sum(w => w.Count)) بار در گنجور ظاهر شده است که سهم هر سخنور در جدول زیر مشخص شده است. <small>(نکته: ستون چهارم درصد شمار این واژه به نسبت کل واژگان خود آن سخنور را نشان می‌دهد و نه کل گنجور و از این جهت جمع این ستون عددی بی‌معنی است.)</small>
</p>
<table class="stats" id="words-stats">
<thead>
<tr class="h">
Expand Down

0 comments on commit 68f93e5

Please sign in to comment.