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
from htmltreediff import diff
src ="we wish to represent a probability distribution over a discrete variablewithnpossible values, we may use the softmax function"
tgt ="We wish to represent a probability distribution over a discrete variablewithnpossible values; we may use the softmax function."
print(diff(src, tgt))
<ins>We wish to represent a probability distribution over a discrete variablewithnpossible values; </ins>we <del>wish to represent a probability distribution over a discrete variablewithnpossible values, we </del>may use the softmax function<ins>.</ins>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: