Closed brunocuervo closed 5 years ago
As discussed in #40, it would be useful to have a flag to disable lexical disambiguation (and maybe the scanning optimization for building the actions table here), for example to obtain all posible parses in NLP tasks with the GLR parser.
Implemented via #86
As discussed in #40, it would be useful to have a flag to disable lexical disambiguation (and maybe the scanning optimization for building the actions table here), for example to obtain all posible parses in NLP tasks with the GLR parser.