Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug when extract multiple adjacent words from a string without word boundaries #142

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 21, 2023

  1. If a word is matched in the text without a word boundary, the startin…

    …g idx should be rolled back one bit.
    lishukan committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e23fb73 View commit details
    Browse the repository at this point in the history
  2. code format

    lishukan committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a47cbbc View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. 修复中英文夹杂时的错误

    lishukan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a2347e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Update keyword.py

    支持中英文夹杂的情况
    lishukan authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    476dc6e View commit details
    Browse the repository at this point in the history