fugashi v1.0.0
fugashi v1.0 has arrived. 🎊
This release does not include any major changes to the code. The main purpose of this release is to make it clear that the API has reached a point where it can remain stable moving forward. While there will surely be more patches to clean things up or add minor features, I don't have any major changes planned.
This release does include one small change: previously, __repr__
marked UNKs. This behavior is useful in some situations, but it's easier to add it to generic behavior than take it out, so I removed it. Now you can (mostly) reconstruct the input with ''.join([str(nn) for nn in nodes])
.
Thanks for using fugashi, and if there's anything you'd like to see in it please feel free to open an issue.