Skip to content

Commit ee34cd3

Browse files
committed
Fix a bug with resources directory
1 parent 1946708 commit ee34cd3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

perke/resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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`

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
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',

0 commit comments

Comments
 (0)