Skip to main content

Punctuation restoration and spell correction.

Project description

fastPunct : Punctuation restoration and spell correction experiments.

Downloads

Installation:

pip install --upgrade fastpunct

Supported languages:

english

Usage:

from fastpunct import FastPunct
# The default language is 'english'
fastpunct = FastPunct()
fastpunct.punct([
                "john smiths dog is creating a ruccus",
                "ys jagan is the chief minister of andhra pradesh",
                 "we visted new york last year in may"
                 ])

# ["John Smith's dog is creating a ruccus.",
# 'Ys Jagan is the chief minister of Andhra Pradesh.',
# 'We visted New York last year in May.']

# punctuation correction with optional spell correction (experimental)
fastpunct.punct([], correct=True)

fastpunct.punct([
                  'johns son peter is marring estella in jun',
                   'kamal hassan is a gud actr'], correct=True)

# ["John's son Peter is marrying Estella in June.",
# 'Kamal Hassan is a good actor.']

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastpunct-2.0.2.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

fastpunct-2.0.2-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file fastpunct-2.0.2.tar.gz.

File metadata

  • Download URL: fastpunct-2.0.2.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1

File hashes

Hashes for fastpunct-2.0.2.tar.gz
Algorithm Hash digest
SHA256 f6f6f62a86178ba27b7772438da62ccec7353a4488dd9dcb257658bb71b86547
MD5 221a2b5b137fcfd9635b8b91582ae0e5
BLAKE2b-256 cc35c1446ddd743d68a875533dc55392d8e019e5da01d8e7a72398956bea6a79

See more details on using hashes here.

File details

Details for the file fastpunct-2.0.2-py3-none-any.whl.

File metadata

  • Download URL: fastpunct-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1

File hashes

Hashes for fastpunct-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 82ad315d4a22db659bfb40c37dc19cd49d1fc0c92075e8c068db090512e62fec
MD5 69f940525148569d0c7f02e6bb12211b
BLAKE2b-256 b4ae5798ad5a01eb700e38622d234a3f2f6f33ebdee129cc19b2484a95a78ede

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page