Update team.ad (#94)

Hello, I was just hoping to add my name as a past developer. It was going to happen before, but there were problems with releasing updates to the website at the time.

I was primarily involved in the effort to get OpenNLP into Apache. I wrote a lot of tools and code that were untracked at the time, and created nearly all of the models on this page: https://opennlp.sourceforge.net/models-1.5/

And I authored a paper with Dr. Jason Baldridge about the results of this effort.

I also authored much of the old Sourceforge wiki: https://web.archive.org/web/20121117050721/http://sourceforge.net/apps/mediawiki/opennlp/index.php?title=Main_Page including the entirety of this: https://web.archive.org/web/20100917162145/http://sourceforge.net/apps/mediawiki/opennlp/index.php?title=Newlang

Thanks,
Sean Adams
1 file changed
tree: 6327b240de9a6e00a7b19ea1bf25817c6f563cc4
  1. .github/
  2. src/
  3. .asf.yaml
  4. .gitignore
  5. pom.xml
  6. README.md
README.md

Welcome to OpenNLP Site Source Code

GitHub license Build Status Stack Overflow

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