Skip to content

gipplab/MathMLSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathMLSim

Build Status MavenCentral Coverage Status

Similarity calculation module for MathML formulae

Usage

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.

Dependencies

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>