Ecosyste.ms: Awesome
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: 4 months ago
JSON representation
Website sources for the Apache OpenNLP website
- Host: GitHub
- URL: https://github.com/apache/opennlp-site
- Owner: apache
- Created: 2016-10-20T07:00:07.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T18:27:19.000Z (7 months ago)
- Last Synced: 2024-10-01T01:21:30.424Z (4 months ago)
- Topics: apache, jbake, opennlp, website
- Language: CSS
- Homepage: https://opennlp.apache.org/
- Size: 28.8 MB
- Stars: 7
- Watchers: 17
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`