Get Started

This page will show you how to install, run, and test your AtD server.

Requirements

To run the AtD server you’ll need the following:

The more CPU cores you have the more concurrent sessions AtD can support. The high memory requirement allows AtD to load its language model into memory.

How to Install

To install AtD:

tar zxvf atd_server.tgz

How to Run

To run AtD:

./run.sh

AtD Start Up

How to Test

Once AtD is running, it will listen on port 127.0.0.1:1049. Connect to AtD with a web browser:

http://127.0.0.1:1049/checkDocument?data=the+ball+was+thrown

atdtest

Note: For security reasons, AtD binds to 127.0.0.1 explicitly. You can either configure Apache or Nginx to proxy to it or edit run.sh and change the bind.interface property passed to AtD.