MCPcopy Create free account
hub / github.com/OpenBitSys/BitDistiller / _remove_articles

Method _remove_articles

test/general/lm_eval/tasks/drop.py:252–253  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

250 return False
251
252 def _remove_articles(self, text):
253 return _ARTICLES.sub(" ", text)
254
255 def _white_space_fix(self, text):
256 return " ".join(text.split())

Callers 1

_normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected