Skip to content

Interface with the Python flair.splitter module to utilize the SegtokSentenceSplitter class/method.

Usage

flair_splitter.SegtokSentenceSplitter()

Value

An instance of the Python class SegtokSentenceSplitter from the flair.splitter module.

References

Python equivalent:


from flair.splitter import SegtokSentenceSplitter

Examples

if (FALSE) { # \dontrun{
splitter <- flair_splitter.SegtokSentenceSplitter()
} # }