Spaces:
Running
Running
Update README.md
Browse files
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 |
+
[](https://pypi.org/project/slotmatch/)
|
| 6 |
+
[](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.
|