We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Broken since be2492c
OpenCC/src/MarisaDict.cpp
Lines 48 to 52 in 539e4e9
OpenCC/src/DartsDict.cpp
Lines 55 to 60 in 539e4e9
Example Dict: 爲 -> 為
maxLength: 3
maxLength
std::string query("爲123"); dict->Match(query);
len: 6
len
Expected: Optional::Null Actual: DictEntry 爲 -> 為
Optional::Null
DictEntry 爲 -> 為
The text was updated successfully, but these errors were encountered:
fix BYVoid#523: {MarisaDict,DartsDict}::Match() does not check for ex…
68e5885
…act match if query is longer than the longest word in dictionary.
f753bb5
Thanks.
Sorry, something went wrong.
No branches or pull requests
Broken since be2492c
OpenCC/src/MarisaDict.cpp
Lines 48 to 52 in 539e4e9
OpenCC/src/DartsDict.cpp
Lines 55 to 60 in 539e4e9
Example Dict:
爲 -> 為
maxLength
: 3len
: 6Expected:
Optional::Null
Actual:
DictEntry 爲 -> 為
The text was updated successfully, but these errors were encountered: