Пример #1
0
        /**
         * Called at the start of recognition. Gets the search manager ready to
         * recognize
         */
        //@Override
        public override void startRecognition()
        {
            logger.Info("starting recognition");

            //System.out.println("Relative Beam Width: " + logRelativeWordBeamWidth);
            linguist.startRecognition();
            pruner.startRecognition();
            scorer.startRecognition();
            localStart();
            if (startTime == 0.0)
            {
                //startTime = System.currentTimeMillis();
                startTime = DateTime.Now.TimeOfDay.TotalMilliseconds;
            }
        }