https://github.com/jpcano/majorms
Major Mnemonic System tool
https://github.com/jpcano/majorms
memorizing memory mnemonic mnemotechnic mnemotechnics
Last synced: 17 days ago
JSON representation
Major Mnemonic System tool
- Host: GitHub
- URL: https://github.com/jpcano/majorms
- Owner: jpcano
- License: mit
- Created: 2024-12-14T23:35:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T23:13:53.000Z (2 months ago)
- Last Synced: 2025-03-31T00:18:51.690Z (2 months ago)
- Topics: memorizing, memory, mnemonic, mnemotechnic, mnemotechnics
- Language: C++
- Homepage:
- Size: 3.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MajorMS

Major Mnemonic System (MajorMS), is a tool that converts numbers into consonants, then into words by adding vowels.
It is used to help in memorizing numbers following major system (also called the phonetic number system, phonetic mnemonic system, or Hérigone's mnemonic system). The system works on the principle that images can be remembered more easily than numbers.
## Build instructions
These are the requirements to needed to build this project:
1. A C++ compiler with support C++ >= 17
1. CMake >= 3.23
1. Conan >= 2.14Execute the following script:
```shell
./build.sh
```## About the dictionaries
All the dictionaries contained in the `data` directory and stored as `TXT` files, have been obtained from the project [IPA Dict](https://github.com/open-dict-data/ipa-dict) that is part of [Open-Licensed dictionary data](https://open-dict-data.github.io/) project and therefore they retain their original licenses.