fixes broken (external) links, such as Java Code Conventions in 'building.ad'
switches several http URLs to https
improves some wording and highlighting along the path
16 files changed
tree: 4b83c2be4bac829cf50bfdebeb30829ee5d1e348
  1. .github/
  2. src/
  3. .asf.yaml
  4. .gitignore
  5. pom.xml
  6. README.md
README.md

Welcome to OpenNLP Site Source Code

Build Status GitHub license Twitter Follow

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