2025-04-27 07:49:33 -04:00

73 lines
1.8 KiB
INI

# Configuration file for Japanese WinCE recognizer
# Configuration
Locale=JPN
Config=dev_wince
# The list of catagories to select from the .loc file for this configuration.
CatagoryList=basic,JIS208-1,JIS208-2,IBMCorp
# The file containing the list of FFF file to train from.
TrainSets="\
//tpg/reco/TextInk/jpn/natural-20010726--list.txt \
//tpg/reco/TextInk/jpn/address-20010726--list.txt \
//tpg/reco/TextInk/jpn/j208-20010726--list.txt \
//tpg/reco/TextInk/jpn/ibmsym-20010726--list.txt \
//tpg/reco/TextInk/jpn/old-20010726--list.txt \
"
# Free input training set
FreeTrainSet="//tpg/reco/train/jpn/jpn-free-trn-01.tfl"
# Tuning sets
NatTuneSet="//tpg/reco/test/jpn/tune-natural000.tfl"
UniTuneSet="//tpg/reco/test/jpn/tune-uniform000.tfl"
FreeTuneSet="//tpg/reco/test/jpn/tune-free-natural000.tfl"
# Unicode text file to generate unigrams and bigrams from.
TextFile="//tpg/reco/corpora/jpn/all2.utf"
# List of tests to run on recognizer.
TestList="natural address JIS208 free"
# Target size to shrink zilla to.
ZillaSize=640000
# Select the recognizer for 1 and 2 stroke characters
UseFugu=0
UseOtter=1
UseSole=0
UseJaws=0
# Select the postprocessor
UseCrane=1
UseHawk=0
# Shrink parameter for otter.
OtterSize=400000
OtterStrongCluster=70
OtterWeakCluster=25
# Otter limit on number of samples per (folded) code point
OtterSampleLimit=25000
# Number of classes to use for Centipede
CentipedeClasses=16
# Weight of natural frequency vs. uniform frequency in training set.
NatuFreqWeight=1.0
# Flag for WinCE configuration.
# Set to 1 if true, 0 if false.
IsWinCE=1
# Character detector settings
UseCharDet=0
# Break net and segmentation net settings
UseBrkNet=0
UseSegNet=0
# Whether to do IFELang3 tuning and testing
UseIFELang3=0