Uses of Class
com.composum.ai.aem.core.impl.autotranslate.DiffMatchPatch.LinesToCharsResult
-
Packages that use DiffMatchPatch.LinesToCharsResult Package Description com.composum.ai.aem.core.impl.autotranslate -
-
Uses of DiffMatchPatch.LinesToCharsResult in com.composum.ai.aem.core.impl.autotranslate
Methods in com.composum.ai.aem.core.impl.autotranslate that return DiffMatchPatch.LinesToCharsResult Modifier and Type Method Description protected DiffMatchPatch.LinesToCharsResult
DiffMatchPatch. diff_linesToChars(String text1, String text2)
Split two texts into a list of strings.
-