Spaces:
Sleeping
Sleeping
Commit
·
dca7823
1
Parent(s):
6bee5a3
fixed readme
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ After launching the script, you will be able to enter your queries and see the r
|
|
55 |
|
56 |
### Implementation details
|
57 |
#### Splitting documents
|
58 |
-
|
59 |
|
60 |
- This splitter works like Agglomerative Clustering but considers the order of sentences in the text.
|
61 |
- It splits the text into clusters of sentences, where each cluster contains sentences that are semantically close to each other and form a sequential order.
|
|
|
55 |
|
56 |
### Implementation details
|
57 |
#### Splitting documents
|
58 |
+
There are several semantic splitters, which can be appropriate for this task, but I decided to build my own splitter, because in case if we want to build scalable system, we must have flexible splitter, which can be easily modified and adapted to the specific requirements.
|
59 |
|
60 |
- This splitter works like Agglomerative Clustering but considers the order of sentences in the text.
|
61 |
- It splits the text into clusters of sentences, where each cluster contains sentences that are semantically close to each other and form a sequential order.
|