Adding Engines

Download the .dat and .so files for the Adaptive Recognition engines you would like to use, and copy them into the dat and lib directories. For example:

carmen-worker-spec
├── dat
│   ├── cmanpr-16.127-world.dat
│   ├── cmanpr-16.203-usa_w_local_plus_nam.dat
│   ├── cmanpr-16.205-usa_mw_local_plus_nam.dat
│   ├── cmanpr-16.207-usa_ne_local_plus_nam.dat
│   ├── cmanpr-16.209-usa_sa_local_plus_nam.dat
│   ├── cmanpr-16.211-usa_sc_local_plus_nam.dat
│   ├── cmanpr-16.230-nam.dat
│   ├── cmanpr-17.16-nam_frq_fpo.dat
│   ├── cmanpr-17.5-nam_pst_fpo.dat
│   └── mmr-4.98-nam.dat
└── lib
   ├── cmanpr-7.3.16.127.so
   ├── cmanpr-7.3.16.203.so
   ├── cmanpr-7.3.16.205.so
   ├── cmanpr-7.3.16.207.so
   ├── cmanpr-7.3.16.209.so
   ├── cmanpr-7.3.16.211.so
   ├── cmanpr-7.3.16.230.so
   ├── cmanpr-7.3.17.16.so
   ├── cmanpr-7.3.17.5.so
   └── mmr-7.3.4.98.so

As you can see in the example above, the name of the .dat file for a specific engine contains the patch and build components of its version number. For example, cmanpr-7.3.16.203.so and cmanpr-16.203-usa_w_local_plus_nam.dat share the 16.203 patch and build versions.