All notable changes to this project will be documented in this file.
- Remove the
Result
in therun
API #43 - Consume the
Parser
object during injection #43 - Improve the memory footprint of
ResolvedSymbolTable
#43 - Update dependencies and remove examples + benches #46
0.8.0 - 2019-08-27
- Add
max_alternatives
parameter to theParser::run
API #39 - Add
alternatives
attribute inParsedValue
#39 - Switch
matched_value
andraw_value
#39 - Group
resolved_value
andmatched_value
in a dedicatedResolvedValue
object #39
0.7.2 - 2019-07-19
- Make
LicenseInfo
public #38
0.7.1 - 2019-07-18
- Add a license file to the gazetteer entity parser #36
0.7.0 - 2019-04-16
0.6.0 - 2018-11-09
0.5.1 - 2018-10-15
- Fix bug affecting the backward expansion of possible matches starting with stop words #25
0.5.0 - 2018-10-01
- Clearer
ParserBuilder
's API