Skip to content

Remove pkg_resources resource lookup#70

Draft
Mirochill wants to merge 1 commit into
haven-jeon:masterfrom
Mirochill:fix-69-drop-pkg-resources
Draft

Remove pkg_resources resource lookup#70
Mirochill wants to merge 1 commit into
haven-jeon:masterfrom
Mirochill:fix-69-drop-pkg-resources

Conversation

@Mirochill

Copy link
Copy Markdown

Summary

  • replace the pkg_resources.resource_filename() lookups with paths resolved relative to the pykospacing package directory
  • keep the model and dictionary paths as strings for TensorFlow and vocab loading

Fixes #69

Validation

  • rg -n "pkg_resources|resource_filename" pykospacing setup.py requirements.txt MANIFEST.in -S (no matches)
  • git diff --check HEAD~1..HEAD
  • Not run locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pkg_resources 경고문 관련 수정

1 participant