Matches in Nanopublications for { <http://purl.org/np/RAwE920by4-7ZrpVziYs7auc_-tLDV8frasalysx56_38#cleanText> ?p ?o ?g. }
Showing items 1 to 9 of
9
with 100 items per page.
- cleanText type Step assertion.
- cleanText type operation_2409 assertion.
- cleanText type ScriptTask assertion.
- cleanText label "cleanText" assertion.
- cleanText description " import string import re from cleantext import clean def cleanText(text): s= clean(text, fix_unicode=True, to_ascii=True, lower=False, no_line_breaks=True, lang="en" ) s= re.sub(r'\|+', '|', s) s= s.replace('|', '\r\n') return s " assertion.
- cleanText language ComputerLanguage_Python_3.7 assertion.
- cleanText hasOutputVar output assertion.
- cleanText hasInputVar input_text assertion.
- cleanText isStepOfPlan plan assertion.