Skip to content

Commit 0e591fa

Browse files
committed
Renamed 'Methodology' section
1 parent 5550827 commit 0e591fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def chunk(
3939

4040
This function returns a list of chunks up to `chunk_size`-tokens-long, with any whitespace used to split the text removed.
4141

42-
## Methodology 🔬
42+
## How It Works 🔍
4343
`semchunk` works by recursively splitting texts until all resulting chunks are equal to or less than a specified chunk size. In particular, it:
4444
1. Splits text using the most semantically meaningful splitter possible;
4545
1. Recursively splits the resulting chunks until a set of chunks equal to or less than the specified chunk size is produced;

0 commit comments

Comments
 (0)