The Eduction ACI Server configuration file contains settings required for the server to run and specifies settings to use when performing Eduction. The default configuration file is named eductionserver.cfg
. You can start the Eduction Server using a different configuration file by using the -configfile
command-line option (see Command-Line Options).
[License] LicenseServerHost=127.0.0.1 LicenseServerACIPort=20000 [Server] Port=7075 Threads=1 [Eduction] ResourceFiles=person_name_engus.ecr Entity0=person/femalefirstname/engus Entity1=person/malefirstname/engus Entity2=person/lastname/engus //MinScore=0.5 //MaxEntityLength=12 //MatchCase=0 //CaseNormalization=Lower //AllowOverlaps=1 //EnableComponents=1 //MatchWholeWord=0 //RedactionOutputString=[censored] [Logging] LogLevel=full 0=ApplicationLogStream [ApplicationLogStream] LogFile=application.log
|