File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88
99## [ Unreleased]
10+ ### Fixed
11+ - Fixed a bug with
12+ [ ` resources ` ] ( https://github.com/alirezatheh/perke/tree/main/perke/resources )
13+ directory
1014
1115## [ 0.4.2] - 2023-06-22
1216### Added
Original file line number Diff line number Diff line change 11# Resources
2- You can put your desired POS tagger here and name it ` postagger .model`
2+ You can put your desired POS tagger here and name it ` pos_tagger .model`
Original file line number Diff line number Diff line change 3636 author = 'Alireza Hosseini' ,
3737 author_email = 'alirezatheh@gmail.com' ,
3838 packages = find_packages (exclude = ['tests*' ]),
39+ include_package_data = True ,
3940 entry_points = {'console_scripts' : ['perke = perke.cli:setup_cli' ]},
4041 keywords = [
4142 'nlp' ,
You can’t perform that action at this time.
0 commit comments