And clarification of articles?
Viewing post in Can you explain how to use articles properly?
Articles cannot be manually defined at the moment (I think) but I may be wrong (away from computer). The "lots of" will simply be ignored by the parser as they are not in the dictionary.
E.g.
Get lots of honey
Would be parsed as
Verb = get
Noun = honey
When it comes to printing it would print,
"You get lots of honey" rather than "you get the honey". But you can override the get message on the object itself. Via get_message = ""