An open API service indexing awesome lists of open source software.

https://github.com/apache/opennlp-site

Website sources for the Apache OpenNLP website
https://github.com/apache/opennlp-site

apache jbake opennlp website

Last synced: 2 months ago
JSON representation

Website sources for the Apache OpenNLP website

Awesome Lists containing this project

README

          

Welcome to OpenNLP Site Source Code
====================================

[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/main/LICENSE)
[![Build Status](https://github.com/apache/opennlp/workflows/Java%20CI/badge.svg)](https://github.com/apache/opennlp-site/actions)
[![Stack Overflow](https://img.shields.io/badge/stack%20overflow-opennlp-f1eefe.svg)](https://stackoverflow.com/questions/tagged/opennlp)

#### Build

`mvn clean install`

#### Test Site locally - starts a web server on Port 8080
`mvn clean package jbake:inline -Djbake.port=8080 -Djbake.listenAddress=0.0.0.0`