Official mirror for https://git.sr.ht/~huyngo/GenWord
Go to file
Ngô Ngọc Đức Huy 676fb4d659
Add run instruction
2021-02-13 20:57:35 +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 run instruction 2021-02-13 20:57:35 +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.

How to run

Android's document gives detailed instruction of how to build run Android apps from source code. It also includes instruction for command line build in case you don't want to install Android Studio. You need Gradle 4.0.1 and Kotlin 1.3.72 or later for the build.

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