Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 4 months ago
JSON representation

Website sources for the Apache OpenNLP website

Awesome Lists containing this project

README

        

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

[![Build Status](https://github.com/apache/opennlp/workflows/Java%20CI/badge.svg)](https://github.com/apache/opennlp-site/actions)
[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/main/LICENSE)
[![Twitter Follow](https://img.shields.io/twitter/follow/ApacheOpennlp.svg?style=social)](https://twitter.com/ApacheOpenNLP)

#### 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`