• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

SamhammerAG / ai-data-preprocessing-queue / 13242820435

10 Feb 2025 02:12PM UTC coverage: 91.515% (-0.05%) from 91.566%
13242820435

push

github

web-flow
Merge pull request #13 from SamhammerAG/KIT-4026

KIT-4026 update

151 of 165 relevant lines covered (91.52%)

0.92 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/ai_data_preprocessing_queue/Steps/remove_punctuation.py
1
import re
1✔
2
from typing import Any
1✔
3

4

5
def step(item: Any, item_state: dict[str, Any], global_state: dict[str, Any] | None, preprocessor_data: str) -> Any:
1✔
6
    item = re.sub(r"[^\w\s]", " ", item)
1✔
7
    return item
1✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc