class documentation

class ForwardSlashChunker(Chunker): (source)

View In Hierarchy

This chunker allows splitting words like 'before/after' into 'before' and 'after'.

Method next Undocumented
Method _next Undocumented
Instance Variable _offset Undocumented
Instance Variable _text Undocumented
def next(self) -> tuple[str, int]: (source)

Undocumented

def _next(self) -> tuple[str, Literal[0]]: (source)

Undocumented

Undocumented

Undocumented