gazetteer-entity-parser icon indicating copy to clipboard operation
gazetteer-entity-parser copied to clipboard

Rust library for parsing and resolving entity values based on a gazetteer

Results 2 gazetteer-entity-parser issues
Sort by recently updated
recently updated
newest added

**Description** This PR adds a new (optional) `resolved_value_id` property in both the `EntityValue` and `ParsedValue` structs. This allows to associate an optional id to resolved values.

How to support non-space separated language? I tried non-space separated language, it's not working.

question