Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
bayan10
/
bayan-api
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
bayan-api / src /nlp /punctuation
22.2 kB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 11 commits
Bayan AI
Fix: TerminalPunctuationGuard for short phrases and comprehensive Nasb/Jazm grammar rules fixes
31a6db1 about 11 hours ago
  • __init__.py
    30 Bytes
    feat: NLP-3 PuncAra-v1 Integration — Local punctuation model - Created src/nlp/punctuation/ package (rules + service) - Extracted from PuncAra.py: preprocessing, postprocessing, chunking logic - PunctuationChecker: lazy-loaded EncoderDecoderModel from bayan10/PuncAra-v1 - Wired into /api/analyze as Step 3 (Spelling -> Grammar -> Punctuation) - Updated /api/punctuation standalone endpoint - Updated /api/health to report punctuation status - Dockerfile pre-downloads PuncAra-v1 weights during build - Increased gunicorn timeout to 300s for full pipeline 6 days ago
  • punctuation_rules.py
    12.2 kB
    Fix: TerminalPunctuationGuard for short phrases and comprehensive Nasb/Jazm grammar rules fixes about 11 hours ago
  • punctuation_service.py
    10 kB
    fix: all model bugs — S1 S2 S3 G1 P1 (6 fixes across 4 files) 4 days ago