Python package for detecting informal Persian text using regular expressions and rule-based methods
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 101B

8 months ago
123456789
  1. # Ignore distribution archives
  2. /dist/
  3. # Ignore package metadata
  4. *.egg-info/
  5. */__pycache__/
  6. /build/