Getting parser info

oh, I can help with this one.

Include Lexicography by Zed Lopez.                                        |

Lab is a room.

when play begins:
  repeat with d running through the dictionary entries begin;
    say "[d] / ";
    if d is meta-entry, say "meta ";
    if d is verb-entry, say "verb ";
    if d is preposition-entry, say "preposition ";
    if d is noun-entry, say "noun ";
    if d is plural-entry, say "//p";
    say line break;
  end repeat;

Lexicography.i7.txt (6.3 KB)

2 Likes