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
- Host: GitHub
- URL: https://github.com/apache/opennlp-site
- Owner: apache
- Created: 2016-10-20T07:00:07.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T11:31:43.000Z (9 months ago)
- Last Synced: 2025-01-22T12:28:24.992Z (9 months ago)
- Topics: apache, jbake, opennlp, website
- Language: CSS
- Homepage: https://opennlp.apache.org/
- Size: 32.6 MB
- Stars: 7
- Watchers: 16
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to OpenNLP Site Source Code
====================================[](https://raw.githubusercontent.com/apache/opennlp/main/LICENSE)
[](https://github.com/apache/opennlp-site/actions)
[](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`