简单的东西怎么样:
>>> [x for x in sents if not x.startswith('@$t') and not x.startswith('#')]['this doesnt', 'this shouldnt', 'this isnt', 'this musnt']
简单的东西怎么样:
>>> [x for x in sents if not x.startswith('@$t') and not x.startswith('#')]['this doesnt', 'this shouldnt', 'this isnt', 'this musnt']