Skip to content

Releases: scribe-org/Scribe-iOS

Scribe-iOS 1.0.0

30 Nov 18:00
Compare
Choose a tag to compare

MVP release of Scribe - Language Keyboards

🚀 Deployment

  • Releasing for iPhone and iPad.

⌨️ Keyboards

  • Keyboards for German and Spanish.

✨ Features

  • Keyboard extensions that can be used in any app.
  • Annotation of words in the command bar including the genders of nouns and cases that follow prepositions.
  • Basic English to keyboard language translations.
  • Querying the plurals of nouns.
  • Conjugations of verbs.

🗃️ Data

  • Wikidata WDQS queries saved so that data can be updated before releases.
  • Data formatting done via Python scripts.
  • Data saved in JSON files in app to allow for quick access that doesn't require an internet connection.
  • Nouns, verbs and prepositions (where applicable).
  • Translations of English words via 🤗 Transformers.
  • Adds baseline noun, verb, translation and preposition data for the new keyboards.
    • German: 27K+ nouns, 3K+ verbs, 65K+ translations, 190 prepositions
    • Spanish: 8K+ nouns, 65 verbs, 65K+ translations

🎨 Design

  • The Scribe key and command bar where Scribe commands are triggered.
  • 3x2 conjugation tables from which conjugations can be selected in the Conjugate command.
  • The return key is colored Scribe blue when commands are being triggered to let the user know that that is what they need to press to finish the command.
  • Dark mode compatibility.