Named Entity Recognition Licenses in edktool
The edktool command-line options have a -l <licensefile> option to allow you to provide your license key and version key.
You can provide these files in one of the following ways:
-
Concatenate the license key and version key with a semicolon (
;), in a single file. For example, if your licensekey isABC123and the versionkey isXYZ999, the final license value isABC123;XYZ999. Provide the location of the combinedlicensekey.datfile in the-loption. -
Copy the
versionkey.datfile to the same directory as thelicensekey.datfile that you provide in the-loption. -
Copy the
versionkey.datfile to the same directory as the edktool process.