You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the xslt-ts used to convert xdxf is too slow... about 100ms per entry. In Python, lxml is 20 times faster than this.
Anyone with a xdxf dictionary should consider pyglossary. Though it is a bit complicated, the outcome is better than this repo.
Improvement scheduled in the future. Perhaps when a better xslt processer comes out for Node.js. Or just write some Python scripts for pyglossary.
The text was updated successfully, but these errors were encountered:
Now the
xslt-ts
used to convert xdxf is too slow... about 100ms per entry. In Python,lxml
is 20 times faster than this.Anyone with a xdxf dictionary should consider pyglossary. Though it is a bit complicated, the outcome is better than this repo.
Improvement scheduled in the future. Perhaps when a better xslt processer comes out for Node.js. Or just write some Python scripts for pyglossary.
The text was updated successfully, but these errors were encountered: