GenWord/README.md

1.5 KiB

GenWord - Word generator for Android

Word generator is a tool that helps conlangers creating vocabulary and reduce the boring labor-intensive task. There have been several tools for such purpose, such as Awkword or Zompist Gen. However, considering that they are all SaaSS (Service as a Software Substitute, online services serving purposes that can be perfectly achieved by an offline software) or JavaScript web app, they unnecessarily force users to be online to be able to generate words. There are occasions users prefer to be offline, such as when they ride on a bus. A phone would be more often used in such case, which is why I made this as an Android app.

To-do list

A check list for development tasks.

Documentation

  • CONTRIBUTING.md
  • Installation instruction
  • Architecture
  • Usage

Functionalities

  • Generate words
  • Add rewrite rules
  • Add forbidden rules
  • Handle multi pattern
  • Check carefully the input
    • categories
    • pattern
    • number
    • rewriteRules

Quality Assurance

  • MainActivity
    • categories
    • pattern
    • time
    • generateWord()
    • generate()
    • rewrite()