semantic-split icon indicating copy to clipboard operation
semantic-split copied to clipboard

Return type of SimilarSentenceSplitter.split() is wrong

Open SurealCereal opened this issue 9 months ago • 0 comments

The return type is defined as List[str], but its actually List[List[str]].

SurealCereal avatar May 03 '24 23:05 SurealCereal