GenAIDevTOProd commited on
Commit
d004a6b
·
verified ·
1 Parent(s): f5925f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # SlotMatch
2
 
3
  **SlotMatch** is a lightweight Python package for extracting structured key-value pairs from unstructured or noisy LLM outputs. It supports regex-based parsing, fuzzy key recovery, schema validation, and confidence scoring. Perfect for production RAG, chatbot, and NLU pipelines.
 
1
+ ---
2
+ title: slotmatch
3
+ ---
4
+
5
+ [![PyPI version](https://badge.fury.io/py/slotmatch.svg)](https://pypi.org/project/slotmatch/)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
  # SlotMatch
8
 
9
  **SlotMatch** is a lightweight Python package for extracting structured key-value pairs from unstructured or noisy LLM outputs. It supports regex-based parsing, fuzzy key recovery, schema validation, and confidence scoring. Perfect for production RAG, chatbot, and NLU pipelines.