Latin Morph!: Difference between revisions

From The Digital Classicist Wiki
Jump to navigation Jump to search
(Added examples of available features)
(Updated information to reflect availability of user accounts)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
* [[User:DarcyKrasne|Darcy Krasne]]
* [[User:DarcyKrasne|Darcy Krasne]]
==Description==
==Description==
A [https://streamlit.io/ Streamlit] app for practicing Latin morphology. It allows the user to choose a part of speech and select which grammatical categories they want to focus on, then practice generating forms.
A [https://streamlit.io/ Streamlit] app for practicing Latin morphology. It allows the user to choose a part of speech and select which grammatical categories they want to focus on, then practice creating correct forms. User account information and associated data is stored in a [https://supabase.com/ Supabase] relational database.


Some available features:
Some available features:
Line 10: Line 10:
* Option for consonantal ''u''
* Option for consonantal ''u''
* Options to show dictionary entry/word stem, irregular form alert, etc.
* Options to show dictionary entry/word stem, irregular form alert, etc.
* Record of correct/incorrect answers and summary statistics for the user's current session
* Record of correct/incorrect answers and summary statistics
* Adaptive learning so that forms a user struggles with are more likely to reoccur
* User accounts to save answer history and settings


[[category:projects]]
[[category:projects]]

Latest revision as of 20:54, 17 May 2026

Available

Author/Editor

Description

A Streamlit app for practicing Latin morphology. It allows the user to choose a part of speech and select which grammatical categories they want to focus on, then practice creating correct forms. User account information and associated data is stored in a Supabase relational database.

Some available features:

  • Macrons on/off
  • Option for consonantal u
  • Options to show dictionary entry/word stem, irregular form alert, etc.
  • Record of correct/incorrect answers and summary statistics
  • Adaptive learning so that forms a user struggles with are more likely to reoccur
  • User accounts to save answer history and settings