OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Non-deterministic content model




Jason Chalecki wrote:

> ((a, b)*, a) essentially represents the language where the first and
> last letter is a. Additionally, if there are b's, a and b must
> alternate. So (a, (b, a)*) matches the same language and is
> deterministic, correct?

Yes, but the original model was allowed to finish with either a or b - the
final a had a question mark. To model that with your approach would result
in (a, (b, a?)*), which allows a string of b's with no intervening a's.
Either way, you've changed the model.


--
Regards,

Marcus Carr                      email:  mrc@allette.com.au
___________________________________________________________________
Allette Systems (Australia)      www:    http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
       - Einstein