The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Hazm 0.9 source code.tar.gz | 2023-05-20 | 5.7 MB | |
| Hazm 0.9 source code.zip | 2023-05-20 | 5.8 MB | |
| README.md | 2023-05-20 | 2.0 kB | |
| Totals: 3 Items | 11.5 MB | 0 | |
Added
- Windows compaitiblity by using
Python-crfsuiteinstead ofWapiti. @E-Ghafour. - Pretrained
ChunkerandPOSTaggermodels withPython-crfsuite. @E-Ghafour. - new parameters in Normalizer to better text processing. @sir-kokabi.
- Three regex patterns in Normalizer to fix ZWNJs and spacing issues. @sir-kokabi.
- 400 Non-standard unicode characters to be replaced in
Normalizer. @sir-kokabi. - 40,000+ new words to improve
LemmatizerandTokenizer. @sir-kokabi. trainfunction forWord2vecandSent2vecmodules inEmbedding. @E-Ghafour.- Implement
keywordExtractionwith theembedRankapproach as a sample of Hazm usage. @E-Ghafour. - Support
Universal tagsinPOSTagger. @E-Ghafour. - Support universal POS mapper in
PeykareReader&DadeganReader(#239). @phsfr. PersianPlainTextReaderto process raw text datasets (#120). @mhbashari.- Support
EZtag inPeykareReader. @E-Ghafour. - Slash & back-slash (/ ) support in
Tokenizer(#102). @elahimanesh. Conjugationclass to handle verb conjugation. @sir-kokabi.
Fixed
- Improve the accuracy of
POSTaggerandChunker. @E-Ghafour. - Improve
InformalNormalizer[#219]. @riasati. - Fix pep8 issues. (#135). @hadifar.
- Fix Some tests issues. @sir-kokabi @E-Ghafour.
- Fix
Stemmerissues with multiple suffixes. @sir-kokabi. - Fix various reported issues
Changed
- Drop Python 2 support and migrate all code to Python 3. @sir-kokabi.
- Use
data_makerfunction instead ofpatternsinSequenceTagger. @E-Ghafour. - Refactor
IOBTaggerandPOSTaggerto be compatible withdata_maker. @E_Ghafour. - Change می روم to میروم in example (#203). @SMSadegh19.
- Overhaul the project structure and GitHub repo. @sir-kokabi.
Full Changelog: https://github.com/roshan-research/hazm/compare/v0.8.2...v0.9