DECHORD

INTRODUCING DECHORD
AI Solutions for All Learning
Prompt Engineering #1 - Language Transliteration
Create a table of common English phrases with their phonetic transcription, syllabification, and Hangul transliteration for a Korean traveler visiting Hawaii. The table should include phrases for traveling via airplane, going through the airport, getting to the hotel, buying supplies, planning hiking, surfing, and fine dining. The table should be in the format "English Phrase, Phonetic Transcription, Syllabification (English), Hangul Transliteration".
![]() | ![]() | ![]() | ![]() |
|---|
Prompt Engineering #2 - Guitar Tab
Progression: A B Cif there are alternate fingerings for any of the chords, pick the easiest one for the progression. Tab1: [x 0 2 2 2 0, 123] [x 2 4 4 4 2, 12341] [x 3 2 0 1 0, 321] Tab2: [x 0 2 2 2 0, 234] [x 2 4 4 4 2, 12341] [x 3 2 0 1 0, 321] Tab1 requires player to switch from fingers 123 to 234 on the strings 4, 3, and 2 Tab2 player can keep fingers 234 on strings 4, 3, and 2 therefore easier Progression: E F G
![]() | ![]() | ![]() | ![]() |
|---|
Prompt Engineering #3 - Chord Library
Write a program that takes in a set of notes played on a standard-tuned guitar and identifies the name of the chord, assuming that the leftmost note is either the root note or a base note. The program should use the chromatic scale [C, C#/Db, D, D#/Eb, E, F, F#/Gb, G, G#/Ab, A, A#/Bb, B] to increment notes appropriately. The output of the program should be the name of the chord, in the format [chord name]/[base note] if the leftmost note is a base note, or just [chord name] if the leftmost note is the root note. If the notes do not match any recognized chord structures, the program should output "Unknown".
![]() | ![]() | ![]() |
|---|










