https://github.com/lexml/lexml-parser-projeto-lei
Parser LexML de documentos normativos
https://github.com/lexml/lexml-parser-projeto-lei
Last synced: about 1 year ago
JSON representation
Parser LexML de documentos normativos
- Host: GitHub
- URL: https://github.com/lexml/lexml-parser-projeto-lei
- Owner: lexml
- License: gpl-2.0
- Created: 2013-09-03T21:59:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T23:28:57.000Z (about 1 year ago)
- Last Synced: 2025-05-01T00:33:04.155Z (about 1 year ago)
- Language: Scala
- Size: 573 KB
- Stars: 11
- Watchers: 14
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lexml-parser-projeto-lei
========================
Parser LexML de documentos normativos
Para compilar:
```bash
cd lexml-parser-projeto-lei
mvn compile -nsu
```
Para testar:
```bash
mvn test
```
Para rodar (interface linha de comando):
```bash
cd lexml-parser-projeto-lei
mvn -Ponejar package
java -jar target/lexml-parser-projeto-lei-VERSAO-onejar.jar [args....]
```
Nota 1: para alguns formatos de entrada, pode ser necessário o Abiword.
Nota 2: Mais detalhes no [Guia de Instalação](https://github.com/lexml/lexml-parser-projeto-lei/wiki)