Official mirror for https://git.sr.ht/~huyngo/GenWord
Go to file
Ngô Ngọc Đức Huy 3d9c569be1
fixup! Change app icons
2021-02-12 21:19:06 +07:00
app fixup! Change app icons 2021-02-12 21:19:06 +07:00
gradle/wrapper Initial commit 2021-01-29 21:58:06 +07:00
.gitignore Initial commit 2021-01-29 21:58:06 +07:00
CONTRIBUTING.md Add note for XML convention 2021-02-10 19:50:45 +07:00
COPYING Add GPL License 2021-01-29 22:05:55 +07:00
README.md Add forbidden rules 2021-02-12 20:19:09 +07:00
build.gradle Initial commit 2021-01-29 21:58:06 +07:00
gradle.properties Initial commit 2021-01-29 21:58:06 +07:00
gradlew Initial commit 2021-01-29 21:58:06 +07:00
gradlew.bat Initial commit 2021-01-29 21:58:06 +07:00
settings.gradle Initial commit 2021-01-29 21:58:06 +07:00

README.md

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()