Autocorrect-py

Latest version: v2.9.0

Safety actively analyzes 624665 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.0.0

- `Format`, `FormatHTML`, `Unformat`, `UnformatHTML` support custom option for addition processes.

Example:

go
type myFormatter struct {}
func (my myFormatter) Format(text string) string {
return strings.ReplaceAll(text, "ios", "iOS")
}

autocorrect.Format("新版本ios即将发布", myFormatter{})
// "新版本 iOS 即将发布"

0.11.0

- Fix fullwidth to remove `;` for fix invalid convert with HTML Entity case.

0.10.0

- Auto correct punctuation into fullwidth.

0.9.0

- Change rule for ignore spacing between ``, `$` chars.

0.8.2

- Fix some break line miss bug.

0.8.0

- Add `Unformat` / `UnformatHTML` method for remove spacings.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.