From 7166ce3790022396d03b0375fd7b3b18e24bf59d Mon Sep 17 00:00:00 2001 From: D'Arcy Rittich Date: Tue, 2 Jul 2024 07:30:59 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0d01a9..db24227 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![.NET 8 - Build](https://github.com/drittich/SemanticSlicer/actions/workflows/build.yml/badge.svg)](https://github.com/drittich/SemanticSlicer/actions/workflows/build.yml) [![.NET 8 - Tests](https://github.com/drittich/SemanticSlicer/actions/workflows/tests.yml/badge.svg)](https://github.com/drittich/SemanticSlicer/actions/workflows/tests.yml) -SemanticSlicer is a C# library for slicing text data into smaller pieces while attempting to preserve context. +SemanticSlicer is a C# library for slicing text data into smaller pieces while attempting to break the text on meaningful boundaries. GitHub: [https://github.com/drittich/SemanticSlicer](https://github.com/drittich/SemanticSlicer)