Similarity calculation module for MathML formulae
MathPlag This class provides methods to compare mathematical expressions via its MathML representation (It will read the content semantics). The input can either be as a string or CMMLInfo object. In the first case the string will be converted into the latter.
Note-worthy dependencies for this library.
MathML Tools: Library with various tools for processing MathML using Java. (https://github.com/ag-gipp/MathMLTools)
<dependency>
<groupId>com.formulasearchengine</groupId>
<artifactId>mathmltools</artifactId>
<version>...</version>
</dependency>