0.2.7
About LexNLP
LexNLP package
Changelog
License
LexNLP
Docs
»
RE_NEW_LINE
View page source
RE_NEW_LINE
¶
lexnlp.nlp.en.segments.paragraphs.
RE_NEW_LINE
= re.compile('(?P<line>[^\\r\\n]*)((\\r\\n)|(\\n\\r)|\\n|\\r)')
¶
Compiled regular expression objects