Talk:Word break problem: Difference between revisions

No edit summary
 
(One intermediate revision by the same user not shown)
Line 12:
 
==lex==
Highlighting the goal to use the complete sentence would have helped me. The "right" tool for the problem where many parsings are possible is the experimental version of bison which branches at alternatives, keeping those that resolve without error.
 
 
lex:
How the input is matched
 
Anonymous user