Skip to content

Commit

Permalink
Formato
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraffg committed Aug 2, 2024
1 parent 4330385 commit 5ba3544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quarto/dialectid.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def similarity(lang):
countries=countries)),
file=fpt)
return similarity(lang)
```
```

# Introduction

Expand Down Expand Up @@ -616,6 +616,6 @@ for lang in ['ar', 'de', 'en',
df2.loc[mask, 'Country'] = df2.Uniform.loc[mask]
perf[lang] = df2.mean(axis=0)
_ = pd.DataFrame(perf).reindex(['EvoMSA', 'Uniform',
'q-grams','Country']).T
Markdown(_.to_markdown())
'q-grams', 'Country']).T
Markdown(_.to_markdown(floatfmt='.3f'))
```

0 comments on commit 5ba3544

Please sign in to comment.