Skip to content

Commit 36e81c3

Browse files
authored
rfctr(chunking): extract general-purpose objects to base (#2281)
Many of the classes defined in `unstructured.chunking.title` are applicable to any chunking strategy and will shortly be used for the "by-character" chunking strategy as well. Move these and their tests to `unstructured.chunking.base`. Along the way, rename `TextPreChunkBuilder` to `PreChunkBuilder` because it will be generalized in a subsequent PR to also take `Table` elements such that inter-pre-chunk overlap can be implemented. Otherwise, no logic changes, just moves.
1 parent a7c3f5f commit 36e81c3

File tree

6 files changed

+1298
-1268
lines changed

6 files changed

+1298
-1268
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.11.5-dev1
1+
## 0.11.5-dev2
22

33
### Enhancements
44

0 commit comments

Comments
 (0)