swiftraccoon / cpp-sdrtrunk-transcriber

monitor directory for SDRTrunk Project25 mp3 files. categorize files. create transcription file.
GNU General Public License v3.0
2 stars 0 forks source link

glossary formatting/matching #28

Open swiftraccoon opened 7 months ago

swiftraccoon commented 7 months ago

fuzzy match on keys?

completely new glossary method?

redesign glossary JSON formatting expectation ?

{
    "GLOSSARY": [
        {
            "keys": ["10-1", "101"],
            "value": "SIGNAL WEAK"
        },
        {
            "keys": ["10-2", "102"],
            "value": "SIGNAL GOOD"
        },
        {
            "keys": ["10-3", "103"],
            "value": "STOP TRANSMITTING"
        },
        {
            "keys": ["10-4", "104"],
            "value": "AFFIRMATIVE"
        },
        // ... continue for each group of signal codes
        {
            "keys": ["C2"],
            "value": "DRUGS"
        }
    ]
}