describe"Text that should be cleaned before sending it to NLP tools as micro-services."$do
lettext="This is a url http://cnrs.gargantext.org to be remove and another one www.gargantext.org and digits 343242-2332 to be remove and some to keep: 232 231 33."::Text
letresult="This is a url to be remove and another one and digits to be remove and some to keep: 232 231 33."
lettext="This is a url http://cnrs.gargantext.org to be remove and another one www.gargantext.org"
letresult="This is a url to be remove and another one "
it"NLP Clean Text before sending to micro services:"$cleanTextForNLPtext`shouldBe`result