# MathMLTools
**Repository Path**: wangcl_deep/MathMLTools
## Basic Information
- **Project Name**: MathMLTools
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-11-04
- **Last Updated**: 2023-11-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# MathML Tools
| Maven | License | DOI | Travis | Code Coverage | Code Quality |
| :---: | :---: | :---: | :---: | :---: | :---: |
| [](https://maven-badges.herokuapp.com/maven-central/com.formulasearchengine.mathmltools/mathmltools/) | [](http://www.apache.org/licenses/LICENSE-2.0.html) | [](https://zenodo.org/badge/latestdoi/85396484) | [](https://travis-ci.org/ag-gipp/MathMLTools) | [](https://codeclimate.com/github/ag-gipp/MathMLTools/test_coverage) | [](https://codeclimate.com/github/ag-gipp/MathMLTools/maintainability)|
MathML Tools is an open source project for processing content MathML within Java. It provides tools to load, store, check validity and automatically repair and enhance documents for the new MathML 3.0 standard. Furthermore, we provide Java adapters to convert LaTeX to MathML, full compatibility for our developed gold standard, programming language independent libraries of useful XPath and XQuery strings, and distance measure algorithms to compare two MathML documents.
## Install InstructionsSince this is an open API, there is nothing to install. If you want to use the API for you own project you can use maven central as explained in section Maven Central below. If you want to download the sources, run tests and change something in the code, follow the guide in section Local Installation below.
### Maven CentralThe project is structured into specialized packages (maven-modules) that you can easily and separately include into your projects. For example, if you just want to process MathML documents, the core module perfectly fits your needs. We use maven for our build process and the entire project is available on Maven central (see the maven badge above). Note that specialized modules automatically imports the core module. For example, if you wish to use our similarity module in your project, you only need to add the following snippet to your dependencies pom:
``` xml