|
|
|
|
|
by graycat
4180 days ago
|
|
> plain English Gads. That's tough to do well, and as a
user I'd always wonder if the software got it
right unless I just kept checking. And why try with plain English? Heck,
long ago I commonly wrote Fortran programs
with very easy to use input: Start with a file
that asks for all the data. Each line of that
file starts with some character to indicate
that the line is such a request and
with, say, a number, to indicate what request
it is. Then a user just types in their
data after each such request. It's dirt
simple to implement and for users to use.
So, for human readable input, just do it
that way. Natural language understanding --
f'get about it. Once I programmed something where the
human input was a lot like XML --
really simple to use. |
|