lingpy / linse

A Python library for the manipulation of linguistic sequences.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

segment functionalities

LinguList opened this issue · comments

  • lingpy.sequence.soundclasses.ipa2tokens
  • lingpy.sequence.soundclasses.asjp2tokens (not important but potentially useful ?)
  • lingpy.sequence.soundclasses.sampa2uni (potentially useful)
  • lingpy.sequence.soundlcasses.clean_string (we used that in lexibank, I think, in the past, but one can debate the importance of such a function)

Looking at clean_string, it seems that it's mostly a shallow wrapper around ipa2tokens. So I'd say we either could copy the wrapping code into pylexibank or simply call linse.segment.ipa instead of lingpy.clean_string from within pylexibank.