mnem-ner-providers 0.1.6

NER provider adapters for mnem. Ships RuleNer (heuristic, zero-dep) and NullNer. Future: GLiNER ONNX.
Documentation
  • Coverage
  • 100%
    24 out of 24 items documented0 out of 9 items with examples
  • Size
  • Source code size: 17.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 639.76 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Uranid/mnem
    87 29 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • projectmnemos

mnem-ner-providers

NER provider adapters for mnem. Ships RuleNer (heuristic, zero-dependency) and NullNer.

Provides implementations of the Ner trait used by mnem-ingest during entity extraction. RuleNer applies a fast regex-based rule set to tag person, organization, and location spans. NullNer is a no-op pass-through used when entity extraction is disabled.

Part of the mnem workspace — git for knowledge graphs.