Textonyms: Difference between revisions

Content deleted Content added
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.
imported>Meerkut
m →‎AWK: fixed handling of the 'print redirection has null string value' situation when the user comments out the lines suggested in BEGIN.
Line 424: Line 424:
}
}
}
}
else {
else if (EXPORT_TXN != "") {
printf "%s\n",
printf "%s\n",
"number-of-textonyms\tword's-length\tkeys\tlist-of-textonyms" >EXPORT_TXN
"number-of-textonyms\tword's-length\tkeys\tlist-of-textonyms" >EXPORT_TXN