Skip to content

Commit

Permalink
fixed #145
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Nov 20, 2023
1 parent 2698506 commit a4623a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/KiwiPy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ struct MorphemeSetObject : py::CObject<MorphemeSetObject>
MorphemeSetObject(py::UniqueCObj<KiwiObject>&& _kiwi)
{
kiwi = std::move(_kiwi);
kiwi->doPrepare();
}

void update(PyObject* morphs)
Expand Down

0 comments on commit a4623a6

Please sign in to comment.