https://github.com/akrivus/pigeonaac
AAC for non-verbal communication via dynamic button interface arranged by markov chain.
https://github.com/akrivus/pigeonaac
aac autism machine-translation speech-therapy text-to-speech
Last synced: about 1 year ago
JSON representation
AAC for non-verbal communication via dynamic button interface arranged by markov chain.
- Host: GitHub
- URL: https://github.com/akrivus/pigeonaac
- Owner: Akrivus
- License: gpl-3.0
- Created: 2018-08-19T18:51:44.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T01:15:31.000Z (over 3 years ago)
- Last Synced: 2025-01-12T20:32:51.692Z (over 1 year ago)
- Topics: aac, autism, machine-translation, speech-therapy, text-to-speech
- Language: C#
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PigeonAAC
PigeonAAC is an augmentative and alternative communication device that utilizes a synthological language that allows for greater range of expression in individuals with nonverbal autism or other speech difficulties. The language matrix behind the system's function allows for maximum customization, allowing it to be used for languages other than English.
## Setting up
Build the solution as normal, and move the "Scripts" folder into your working path.
* Run "GeneratePools.rb," this creates a word pool for each part of speech.
* Run "GenerateTable.rb," this creates a translation table.
* Run "GenerateChain.rb," this creates a markov chain for better option sorting.
Run the executable and it should work.
## Configuation
More documentation will be added here as I make the system more intuitive.