Metadata-Version: 2.1
Name: hebrewtools
Version: 0.1.0
Summary: Useful tools for working with vocalized Hebrew text in Python
Home-page: https://github.com/gngpostalsrvc/hebrewtools
Author: Aren Wilson-Wright
Author-email: wilsonwright.a@gmail.com
License: MIT
Download-URL: https://pypi.org/project/hebrewtools/
Keywords: Biblical Hebrew,vocalization,normalization
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

Useful tools for working with vocalized Hebrew Text in Python.

Description

Currently, hebrewtools consists of two functions:
	sbl_normalization: performs custom Unicdoe normalization using the 
	normalization classes defined in Appendix B of  the SBL Hebrew 
	Font User Manual
	is_sbl_normalized: checks whether a given string has undergone SBL 
	normalization    

Installation

pip install hebrewtools




