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

acronyms and number changes #4

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

acronyms and number changes #4

wants to merge 5 commits into from

Conversation

MohitTare
Copy link
Collaborator

Not able to test python testcases. Getting "invalid collating element error". Can you check once ?

@MohitTare MohitTare requested a review from viig99 October 14, 2020 14:03
@@ -163,15 +163,16 @@ PYBIND11_MODULE(SymSpellCppPy, m) {
" 3. multiple independent input terms with/without spelling errors",
py::arg("input"),
py::arg("max_edit_distance"))
.def("lookup_compound", py::overload_cast<const xstring &, int, bool>(
.def("lookup_compound", py::overload_cast<const xstring &, int, bool,bool>(
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have a separate function, instead of overriding this one, else those test cases will fail, also format it once.

@viig99 viig99 added the enhancement New feature or request label Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants