semantic-split
semantic-split copied to clipboard
Return type of SimilarSentenceSplitter.split() is wrong
The return type is defined as List[str], but its actually List[List[str]].