Skip to content

Commit 10e7cf1

Browse files
authored
Merge pull request #47 from niamccash/generate-ai-search-synonym-dictionary
Generate ai search synonym dictionary
2 parents 048e7ee + 505241e commit 10e7cf1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Given the following synonym dictionary in the format: WORD [a list of synonyms with each term encapsulated in double quotes]
2+
come up with additional terms and their synonyms that are in the same vein and add to the existing.
3+
Format the output in the same manner.
4+
5+
wifi ["wireless network","WLANS"]
6+
computer ["laptop","PC","Mac"]
7+
FAQ ["frequently asked questions"]
8+
scam ["phishing"]
9+
KB ["knowledge base"]
10+
phone ["mobile device"]
11+
VPN ["virtual private network"]
12+
13+
- OR -
14+
15+
Imagine a university IT help desk environment. Come up with a list of 20 common words or terms that users of the IT help desk might refer to and synonyms for each word/term. Example a computer can also be referred to as a latop or a PC, and vice versa.
16+
Format the output like:
17+
computer ["laptop","PC","Mac"]

0 commit comments

Comments
 (0)