lingpy / linse

A Python library for the manipulation of linguistic sequences.
Apache License 2.0
1 stars 1 forks source link

Implement `from_segments` #32

Open arubehn opened 2 months ago

arubehn commented 2 months ago

As discussed in #31 , here is my proposal for explicitly handling data that already comes segmented and must not be segmented any further. I also included the functionality of passing custom separators and made whitespace handling more flexible.