This website requires JavaScript.
Explore
Help
Sign In
Richie
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
3
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8f1a69529c0722956972aaf5224df012c36601ec
dotfiles
/
python
/
ebook_search
/
protected_phrases
T
History
Richie
8f1a69529c
Refactor logging statements to use f-strings for improved readability and consistency across the codebase. This change enhances the clarity of log messages by directly embedding variable values, making it easier to trace and debug application behavior.
2026-07-24 11:38:51 -04:00
..
config
feat(ebook): add additional tokens to junk tokens configuration
2026-07-24 11:38:50 -04:00
__init__.py
Refactor logging statements to use f-strings for improved readability and consistency across the codebase. This change enhances the clarity of log messages by directly embedding variable values, making it easier to trace and debug application behavior.
2026-07-24 11:38:51 -04:00
extraction.py
Refactor logging statements to use f-strings for improved readability and consistency across the codebase. This change enhances the clarity of log messages by directly embedding variable values, making it easier to trace and debug application behavior.
2026-07-24 11:38:51 -04:00
generate_ngrams.py
Refactor logging statements to use f-strings for improved readability and consistency across the codebase. This change enhances the clarity of log messages by directly embedding variable values, making it easier to trace and debug application behavior.
2026-07-24 11:38:51 -04:00
judge_ngrams.py
Refactor logging statements to use f-strings for improved readability and consistency across the codebase. This change enhances the clarity of log messages by directly embedding variable values, making it easier to trace and debug application behavior.
2026-07-24 11:38:51 -04:00
matching.py
Refactor logging statements to use f-strings for improved readability and consistency across the codebase. This change enhances the clarity of log messages by directly embedding variable values, making it easier to trace and debug application behavior.
2026-07-24 11:38:51 -04:00
models.py
refactor(ebook): remove spaCy-ner attributes from PhraseCandidate and related functions
2026-07-24 11:38:50 -04:00
pool.py
Refactor logging statements to use f-strings for improved readability and consistency across the codebase. This change enhances the clarity of log messages by directly embedding variable values, making it easier to trace and debug application behavior.
2026-07-24 11:38:51 -04:00
store.py
Refactor logging statements to use f-strings for improved readability and consistency across the codebase. This change enhances the clarity of log messages by directly embedding variable values, making it easier to trace and debug application behavior.
2026-07-24 11:38:51 -04:00
text_normalization.py
Add models and database persistence for protected phrase extraction
2026-07-24 11:38:50 -04:00