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
For a project I need to apply diff on long texts (news articles). I would like to know if it is possible to apply the Myer's diff algorithm for this type of data. I am still a bit confused where I could add this feature... add method or override existing one in Document? In TransformConnector?
I have to admit that I wasn't sure how to answer this question at first and forgot to come back to it. I'm very sorry to let this issue linger for so long. For better or worse, some of the modules discussed in your question no longer even exist in Orbit.
If you are still interested in using Orbit and have more questions, I will try to be more responsive.
Hi
For a project I need to apply diff on long texts (news articles). I would like to know if it is possible to apply the Myer's diff algorithm for this type of data. I am still a bit confused where I could add this feature... add method or override existing one in Document? In TransformConnector?
Some javascript implementation of the algo: jsdiff, diff_match_patch, jsondiffpatch
Thank you.
The text was updated successfully, but these errors were encountered: