Skip to main content

A package to strip punctuation from text via a file or a basic string.

Project description

PunctuationStripper

PunctuationStripper is a Python package that can be used to strip punctuation from a file. It is easy to use and can be installed via pip:

pip install punctuationstripper

Once installed, you can use the punctuationstripper command to strip punctuation from a file. The basic syntax is:

punctuationstripper -f [-n ] [-p ]

where:

  • <filename> is the name of the file that you want to strip of punctuation.
  • <newfilename> is the name of the new file that you want to save the stripped text to. If you do not specify a new filename, the program will save the stripped text to a new file named <filename>_new.txt.
  • <punct> is a string of characters that you do not want to strip from the text. For example, if you want to keep all periods and commas in the text, you would specify punct=".,".

For example, to strip all punctuation from the file my_file.txt and save the stripped text to a new file named my_file_new.txt, you would use the following command:

punctuationstripper -f my_file.txt -n my_file_new.txt

You can also use the -p option to specify a string of characters that you do not want to strip from the text. For example, to strip all punctuation from the file my_file.txt (and save it as `my_file_new.txt) except for periods and commas, you would use the following command:

punctuationstripper -f my_file.txt -p ".,"

PunctuationStripper is a powerful tool that can be used to clean up text data. It is easy to use and can be customized to meet your specific needs.

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

punctuationstripper-0.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

punctuationstripper-0.0.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

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