Recognizer

From GM-RKB
Jump to navigation Jump to search

See: Recognizer Function, Recognition System, Recognize, Detector.



References

2009

  • http://en.wiktionary.org/wiki/recognizer
    • A person or device that recognizes.
  • http://en.wikipedia.org/wiki/Finite-state_machine#Acceptors_and_recognizers
    • Acceptors and recognizers (also sequence detectors) produce a binary output, saying either yes or no to answer whether the input is accepted by the machine or not. All states of the FSM are said to be either accepting or not accepting. At the time when all input is processed, if the current state is an accepting state, the input is accepted; otherwise it is rejected. As a rule the input are symbols (characters); actions are not used. The example in figure 2 shows a finite state machine which accepts the word "nice". In this FSM the only accepting state is number 7.

2005