Multiple choice technology platforms and products

The Converters that is used in the Dict upload to create the Endeca understandable files.

  1. InsertDTD.java

  2. MakeDict.java

  3. MakeXML.java

  4. InsertSeqNumber.java

  5. mkdict.pl

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Explanation

In the Endeca Dictionary upload process, MakeDict.java creates the Endeca-understandable dictionary files. InsertSeqNumber.java is also used to add sequence numbers to the dictionary structure. InsertDTD.java and MakeXML.java are not part of the standard dictionary conversion workflow. mkdict.pl appears to be a Perl script alternative but not the primary Java converter.