The grammar tag has no wiki summary.
2
votes
1answer
73 views
expanding a synchronous grammar
BACKGROUND: A synchronous grammar is a like two context-free grammars connected in parallel. It is used for translation. For example, here is a small synchronous grammar that can be used for ...
1
vote
1answer
67 views
indefinite article a/an
Looking for feedback to improve this function. The purpose is to pass a noun and append the appropriate indefinite article ("a" or "an").
One issue this has is that it doesn't address words with a ...