Jump to content

Textonyms: Difference between revisions

m
→‎AWK: clarified that a message indicating that the key "99999" is present in the table, but the associated word for that key ("XXXX") is not found.
imported>Meerkut
m (→‎AWK: Redundant variable assignment removed)
imported>Meerkut
m (→‎AWK: clarified that a message indicating that the key "99999" is present in the table, but the associated word for that key ("XXXX") is not found.)
Line 435:
}
}
function userQuery( userasks,ss,ss1,nn,key,words){
printf "txn>> "
RS=OLD_RS
Line 452:
ss=tolower(userasks)
if ((key=keySeq_orElse_zero(ss))>0) {
printfss1=(index((TXN[key][TOTAL]" "%s) ->, %s;%s" in the"ss" table\n",)>0) ? ss,key,
", and the ((keyword is in" TXN): ?"":", but the word is not in")
printf "%s -> %s; the key is%s in the table%s\n", ss,key,
((key in TXN) ?"":" not"),ss1
}
else {
Line 483 ⟶ 485:
textonym groups in the table: 4670
txn>> cafe
cafe -> 2233; the key is in the table, but the word is not in
txn>> 2233
2233 -> (3) abed aced bade
txn>> café
café -> not a valid word for the alphabet:
a b c d e f g h i j k l m n o p q r s t u v w x y z
txn>> 2233
2233 -> (3) abed aced bade
txn>> --exit
$
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.