EP0655702A2 - Gestionnaire de correction en reconnaissance avec entrée de données par crayon - Google Patents

Gestionnaire de correction en reconnaissance avec entrée de données par crayon Download PDF

Info

Publication number
EP0655702A2
EP0655702A2 EP94118121A EP94118121A EP0655702A2 EP 0655702 A2 EP0655702 A2 EP 0655702A2 EP 94118121 A EP94118121 A EP 94118121A EP 94118121 A EP94118121 A EP 94118121A EP 0655702 A2 EP0655702 A2 EP 0655702A2
Authority
EP
European Patent Office
Prior art keywords
stylus
strokes
manager
input
application program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP94118121A
Other languages
German (de)
English (en)
Other versions
EP0655702A3 (fr
Inventor
Nicos J. Anthony
Stephen E. Levy
James R. Rhyne
Catherine G. Wolf
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Publication of EP0655702A2 publication Critical patent/EP0655702A2/fr
Publication of EP0655702A3 publication Critical patent/EP0655702A3/fr
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition
    • G06V30/12Detection or correction of errors, e.g. by rescanning the pattern
    • G06V30/127Detection or correction of errors, e.g. by rescanning the pattern with the intervention of an operator

Definitions

  • the present invention relates generally to stylus-based user interface for a computer and, more particularly, to a method and apparatus for providing a standard interface between a stylus-based application program and a handwriting recognizer. Even more particularly, the present invention relates to a method and apparatus for enabling application programs that rely on a stylus-input to be designed without dependencies on the specific interfaces of stylus-input recognizers.
  • a stylus-based user interface generally comprises a pen (called a stylus) and a digitizing tablet.
  • stylus-based user interfaces are superior to keyboards as a means for entering data. Such is the case, for instance, when a user of the computer has only one hand available for data entry.
  • Other cases include, but are not limited to, those in which a keyboard would add too much bulk or weight to a data processing system designed to be highly portable or the case of a system designed for operation by a user who does not know how to or is physically unable to type.
  • an application program 105 which receives a stylus-based input is called a stylus-based application programs (SBAPP) 105.
  • the SBAPP 105 is designed and operated within a stylus-based system environment (SBENV) 100.
  • the SBENV 100 comprises hardware and software components that are needed to capture, display and recognize handwriting input, and to display and if necessary correct results derived from incorrect recognition of the handwriting input. More specifically, the SBENV 100 comprises a pen 110, a digitizing tablet 120, a display device 130 (which may be integrated with the digitizing tablet), an operating system 140, tablet and display device drivers 150, a "stylus-aware window system" 160, one or more handwriting recognizers 170, and a set of error correction procedures 180.
  • an input stream from a stylus-based user interface is more difficult for the system to interpret and makes the development of stylus-based application programs very complex.
  • the input stream of a keyboard or mouse (generally) unambiguously reflects a user's intention, that is, to select a particular keyboard key or mouse button.
  • the application program may or may not be able to respond meaningfully to that particular input data, but the input data itself is clear.
  • the SBENV 100 functions as a source of both character data (such as text, function keys and editing commands) and gesture data (i.e., mouse data such as pointing and selecting).
  • the input data stream of a stylus-based user interface consists of a sequence of (x,y) coordinate pairs which describe the locus of the stylus as the user writes.
  • a "stroke” is a subsequence of (x,y) pairs, delimited by "pen-down” and "pen-up” events.
  • a pen-down event occurs when the stylus first touches the digitizing tablet.
  • a pen-up event occurs when the stylus next leaves the digitizing tablet.
  • a sequence of strokes may define a letter or a word. If so, the handwriting recognizer 170 receives the sequence of strokes and generates from it a sequence of codes (e. g., ASCII codes) as output for the recognized result.
  • a sequence of codes e. g., ASCII codes
  • a sequence of strokes may define a "gesture".
  • a gesture is analogous to an editing command. For example, a horizontal line drawn over a displayed word may be interpreted as a request to delete that word and the space it occupies. An elliptical loop around a word may imply a request to edit that word, possibly causing it to appear in an "editing window".
  • the distinction between one sequence of strokes being a gesture and another sequence being a letter or a word depends on such factors as the shape and size of the strokes and the context in which they arise.
  • the handwriting recognizer 170 receives the sequence and generates from it a structure which comprises a gesture code (to identify the gesture, e.g., a horizontal line) and an ordered set of points, referred to as "semantic points" or “hot points”, which are used in the interpretation of the gesture as a command (the leftmost and rightmost points of a horizontal line determine the domain of the command, i.e., which letters and how much space will be removed).
  • a gesture code to identify the gesture, e.g., a horizontal line
  • semantic points to as “semantic points” or hot points”
  • the leftmost and rightmost points of a horizontal line determine the domain of the command, i.e., which letters and how much space will be removed.
  • the stylus-aware window system 160 is a conventional window system (one which relies on keyboard and mouse for user interface interactions, e.g., X Windows, 05/2 PM, Microsoft windows) which has been enhanced to support a stylus through mouse emulation and special "writing windows" in which a user can write and draw.
  • Mouse emulation is used in all non-writing windows. For example, a program in a menu window may be "selected" by tapping the stylus once over the displayed program name; tapping once more may activate the selected program. Writing and drawing within a writing window produces stroke sequences which need to be processed by the handwriting recognizer 170.
  • the handwriting recognizer (HWR) 170 translates the user's natural writing (captured as a sequence of strokes) into a corresponding code set (e.g., ASCII).
  • the handwriting recognizer 170 may be initiated to perform recognition when some event occurs. For example, the user changes from one writing window to another; or there is a timeout on new writing, i.e., no stroke has been drawn by the user for a sufficiently long time.
  • recognition may be constantly active in the background. This allows the stylus-based system to support concurrently writing new strokes, recognizing received completed strokes, and displaying recognition results. As the user writes and generates strokes, they are sent to the application program 105 which passes them to the handwriting recognizer 170.
  • the handwriting recognizer 170 interprets these strokes using spatial and temporal considerations, generates a response such as "No Result Yet", “Result Available”, or “Don't Know", and sends that response, packaged within a structure, to the application program 105. While all these computations are occurring, the user may be writing and generating new strokes. These strokes will be received by the application program 105. The application program 105, in turn, sends the strokes to the handwriting recognizer 170. The handwriting recognizer 170 then attempts to interpret the strokes.
  • ECPs error correction procedures
  • Each ECP 180 entails a well defined set of stylus-based dialogs through which the user completes desired error corrections.
  • a user may activate more than one ECP 180 to complete correction of some recognizer output.
  • the application program 105 first receives the result from the handwriting recognizer 170. The user initiates error correction after the result is displayed via display device 130 by the application program 170.
  • the handwriting recognizer 170 may produce several likely possibilities. In such cases, multiple results may be presented to the user, thus requiring the user to select from a set of possible interpretations, or force a specific interpretation. This process is termed "weak recognition correction.” It differs from regular error correction in that the need for user editing is established (by the handwriting recognizer 170) before the result is given to the application program 105.
  • the application program 105 deals directly with the handwriting recognizer 170, in fact with all recognizers which it may be using. This causes considerable complexity in the application program 105 since handwriting recognizers 170 are complex functional packages with correspondingly complex usage interfaces. Moreover, changes in the handwriting recognizer's 170 application programming interface (not shown) will usually require changes within the application program 105.
  • Stylus-based application development environments such as Windows for Pen Computing (Microsoft Corp.) and PenPoint (Go Corp.), provide user interface procedures for pen entry, for pen activated buttons and menus, and for pen operated simulated keyboards, but do not provide procedures for error correction.
  • the present invention provides a stylus-based used interface for computers.
  • Disclosed herein is a process for separating a stylus-based application program from the procedures used to implement stylus-based, user driven error correction processes. This separation allows error correction procedures to be used by many applications, providing consistency in the user interface and saving application development costs through reuse of these procedures.
  • the invention provides an interface termed a Stylus-Input Correction Manager (SIRCOM) that operates within a stylus-based system environment (SBENV). It encapsulates logic and data structures to provide interfaces for stylus-input application programs, handwriting recognizers, and error protection modules. Thus allowing these components to be designed without dependencies on the external interfaces of the other components.
  • SIRCOM Stylus-Input Correction Manager
  • SBENV stylus-based system environment
  • the application program may be designed to be independent of the mechanics of handwriting recognizers, and the training and/or adaption of handwriting recognizers.
  • the SIRCOM interface enables the application program to be designed to remain independent of any error correction procedures which, through specific error correction protocols and cooperation with stylus-input handwriting recognizers, are able to correct recognition results, and train and adapt the stylus-input handwriting recognizers.
  • the SIRCOM is composed of three, cooperating functions: (1) a Stroke Router; (2) a Recognition Manager; and (3) a Mediator.
  • the SIRCOM manages these three functions and coordinates their activities.
  • the Stroke Router has two modes. In its normal mode, strokes which are received are sent to the recognizer manager for storage and processing by the handwriting recognizer. In its error mode, strokes are routed to an auxiliary SIRCOM which is associated with the error correction procedure. The auxiliary SIRCOM typically sends these forwarded strokes to its recognition manager for storage and recognition, and processing by the error correction procedure. This diversion of strokes allows the error correction procedure to process strokes which are made in the application window.
  • the Recognition Manager stores strokes, causes them to be recognized, and relays the recognized results back to the application program. It is essential that the strokes be stored, so that they can be retrieved by the error correction procedure and displayed and edited by the user as strokes, or sent to the handwriting recognizer as training material.
  • the Mediator implements a protocol between the application program and the error correction procedure which allows the error correction procedure to retrieve the recognition results displayed by the application program in a region of its window.
  • the error correction procedure may inform the application that there are revised results from error correction, so that the application program can make the appropriate corrections to its displays.
  • FIGURE 2 is a block diagram of a stylus-based system environment (SBENV) 200 in which a preferred embodiment of the present invention operates.
  • the preferred embodiment of the present invention includes a stylus-based application program (SBAPP) 105.
  • the application program operates on a computer platform 205.
  • the computer platform 205 includes a hardware unit 215 which includes a central processing unit (CPU) 235, a random access memory (RAM) 230, and an input/output interface 240.
  • the computer platform 205 includes an operating system 140, and may include micro-instruction code 220.
  • Various peripheral components may be connected to the computer platform 205, such as a display device 130, a data storage device 245, and a printing device 250.
  • the computer 205 is any personal or mainframe computer.
  • the operating system 140 may be any operating system compatible with the computer 205 being utilized.
  • the SBENV 200 comprises hardware and software components that are needed to capture, display and recognize handwriting input, and to display and if necessary correct results derived from incorrect recognition of the handwriting input. More specifically, the SBENV 200 comprises a pen 110, a digitizing tablet 120, a display device 130 (which may be integrated with the digitizing tablet), an operating system 140, tablet and display device drivers 150, a "stylus-aware window system" 160, one or more handwriting recognizers 170, and a set of error correction procedures 180.
  • the present invention is directed to a stylus-input recognition correction manager (SIRCOM) 210.
  • SIRCOM 210 is an external programming interface that operates within the stylus-based system environment (SBENV) 200.
  • SBENV stylus-based system environment
  • the data structures and programming logic which demonstrate how the SIRCOM 210 is designed and implemented within the SBENV 200 are described below. Following an overview of the general operation of the SIRCOM 210, its major elements are more fully described.
  • the SBENV components which interact with the SIRCOM 210 during SBAPP 105 execution are shown.
  • the SBAPP 105 When the SBAPP 105 is first activated it directs the SIRCOM 210 to set up and initialize itself and passes parameters to it which will govern its behavior during its interactions with the SBAPP 105 and the HWR 170. For example, the SBAPP 105 will pass to the SIRCOM 210 the name of the HWR 170 which it will use, and the name of the SBAPP result handler (not shown) to which the SIRCOM 210 will deliver recognizer results as it receives them.
  • Line 260 depicts the interface through which SBAPP 105 receives the strokes that are produced by the user on the LCD I/O tablet 120. It is also the path through which handwritten strokes are displayed by the SBAPP 105.
  • Line 290 represents the interface for traditional operating system services, e.g., memory allocation, I/O support, and so on.
  • Lines 260 and 280 depict the interface provided by SIRCOM 210 (discussed in detail below).
  • a user writes the address "1201 Yardley Rd.” within the writing window W.
  • Some event e.g., a timeout or selection of a "Recognition” button
  • the HWR 170 processes the strokes, converting them into a corresponding ASCII string.
  • the SBAPP 105 receives the ASCII string, erases the strokes, and displays the corresponding ASCII text in the window W, shown in FIGURE 4B.
  • the user in the scenarios of FIGURES 4A, 4B, and 4C is a single instance of the writing window W. Since nothing unusual or unexpected occurs during writing and recognition, window W remains the primary window throughout the execution life of the example. Correspondingly, a single instance of the SIRCOM 210 suffices to accept and route input from window W to a single instance of the HWR 170 and output from the HWR 170 to the SBAPP 105.
  • the circular stroke is recognized by the HWR 170 and the result (i.e., the circular gesture) is returned to the SBAPP 105.
  • the SBAPP 105 erases the circular stroke and the gestural error correction procedure (GSECP or ECP) 180 is activated.
  • GSECP 180 is activated, the user interface changes.
  • a new writing window W1 appears and becomes the primary writing window, as shown in FIGURE 4D.
  • the window contains the original handwriting strokes for the selected word, the recognized results, and various function buttons.
  • the GSECP 180 is considered a functional component that is logically separate from the SBAPP 105. Once activated, the GSECP 180 becomes the component that first sees the strokes which the user makes within W1. GSECP 180 also directs the SIRCOM 210 to create a new instance of itself. It is this SIRCOM instance which will communicate with the GSECP 180, the HWR(s) 170, and any other ECP(s) 180 which may be activated, as shown in FIGURE 5.
  • the new SIRCOM instance is initialized to communicate with the stroke input handler in GSECP for W1, to route strokes from this handler to a designated HWR instance, and receive and route HWR results to a specified result handler in GSCEP for W1.
  • This operation is analogous to each of the operations in FIGURES 4A, 4B, and 4C, except that a different window, SIRCOM, and possibly HWR instance are involved.
  • window W1 of FIGURE 4E the user writes "a" over the misrecognized character.
  • the strokes are sent to the SIRCOM 210 which will route them to the HWR 170.
  • the HWR 170 When the HWR 170 has a result, it sends it to the SIRCOM 210 which returns it to the result handler for GSECP 180.
  • the result is displayed in W1, shown in FIGURE 4F.
  • the user trains the recognizer to recognize the original strokes for "a” as the ASCII character "a” by touching the "Train” button 420.
  • the user accepts the result and dismisses window W1 by selecting the "OK" button 410.
  • the SIRCOM 210 places the ASCII string for "Yardley" at a location specified by the previous (parent) SIRCOM instance, destroys W1, the latest SIRCOM and HWR instances, and exits to the parent SIRCOM instance.
  • the parent SIRCOM instance prepares and sends a command to the SBAPP to insert the word "Yardley" at the location specified by the circular gesture used to select the to-be-corrected word (see FIGURE 4C).
  • the corrected result is displayed in window W, shown in FIGURE 4G.
  • SIRCOM instances may be created. Some will be created because the correction of an error requires a new writing window, as suggested in the above example. Other SIRCOM instances may be created by the SBAPP 105 at different points during its execution path. Error correction procedures (on behalf of the SBAPP 105) may also cause SIRCOM instances to be created. In general, there may be multiple instances of the SIRCOM 210, and the stroke input presentation components (e.g., windows W, W1 in the above examples) for the SBAPP 105 and the ECP(s) 180.
  • the stroke input presentation components e.g., windows W, W1 in the above examples
  • the SIRCOM 210 is composed of three, cooperating functions: (1) a Stroke Router 310; (2) a Recognition Manager 320; and (3) a ECP/SBApp mediator 330.
  • the SIRCOM 210 manages these three functions and coordinates their activities.
  • the Stroke Router 310 has two modes. In its normal mode, strokes which are received are sent to the recognizer manager 320 for storage and processing by the HWR 170. In its error mode, strokes are routed to an auxiliary SIRCOM which is associated with the ECP 180. The auxiliary SIRCOM will typically send these forwarded strokes to its recognition manager 320 for storage and recognition, and processing by the ECP 180. This diversion of strokes allows the ECP 180 to process strokes which are made in the application window, e.g., whose function is to point to application displayed results which need to be corrected.
  • the Recognition Manager 320 stores strokes, causes them to be recognized, and relays the recognized results back to the SBAPP 105. It is essential that the strokes be stored, so that they can be retrieved by the ECP 180 and displayed and edited by the user as strokes, or sent to the HWR 180 as training material. Timeouts and other well known techniques control the endless buildup of stored strokes.
  • the ECP/SBAPP Mediator 330 implements a protocol between the SBAPP 105 and the ECP 180 which allows the ECP 180 to retrieve the recognition results displayed by the SBAPP 105 in a region of its window. Through this protocol, the ECP 180 may inform the application that there are revised results from error correction, so that the SBAPP 105 can make the appropriate corrections to its displays.
  • the SIRCOM 105 itself mediates the interactions among its components, and creates and destroys auxiliary SIRCOMs as needed to support active ECPs.
  • the SIRCOM functions will be presented in a typical order of their use in an application. Note that the functions labeled as external are functions that the SBAPP 105 and the ECP 180 use, while the functions labeled as internal are functions that are only used between the three components of the SIRCOM 210.
  • SIRCOM_Create [External:SIRCOM 210): The SBAPP 105 begins by creating one or more SIRCOM instances to mediate interactions with the stylus in its various windows. These SIRCOM instances will be called SBAPP-SIRCOMs to distinguish them from ECP-SIRCOM instances discussed below.
  • the creation function is part of the SIRCOM 210 itself. It returns an ID for the SIRCOM 210, which must be used in all subsequent requests to the SIRCOM 210.
  • the creation function accepts three primary groups of parameters: AppPars identifies the application resources and procedures to be used by the SIRCOM 210. These include IDs of application windows, application procedures used to report recognition results, and application procedures used to report recognition result changes.
  • RecoPars identifies the recognition package (i.e., HWR 170) to be used and supplies the resource ID for the recognizer configuration resources.
  • ECPPars identifies the set of error correction procedures to be used by the SIRCOM instance, and the resource ID for their configuration resources. Additionally, they define SIRCOM behavior when the recognizer reports a recognition error (e.g., the recognizer is unable to distinguish between two or more equally plausible results).
  • SIRCOM_Process_Strokes [External:Stroke Router 310]: The SBAPP uses this function to pass strokes to the SBAPP-SIRCOM instance associated with the window in which the strokes are made. The function will normally route the stroke to the configured HWR 170. If the HWR 170 produces a result, the Recognition Manager 320 will notify the application's SBAPP_Reco_Results procedure (described below) identified in the AppPars parameter to the SIRCOM_Create function for this SIRCOM instance. Alternatively, when the SIRCOM is in error mode (viz.
  • SIRCOM_Enter_Error_Mode this function routes strokes to the SIRCOM_Process_Strokes function of the ECP-SIRCOM, allowing the strokes to be processed by the ECP.
  • This function accepts two groups of parameters: StrokePars contains one or more strokes, together with directions for their recognition (including the possibility of no recognition).
  • SIRCOM ID identifies the SIRCOM instance which is to process these strokes.
  • SIRCOM_RecoStrokes [Internal:Recognition Manager 320]: This function accepts a set of strokes from the Stroke Router 310, assigns stroke IDs to them, stores them indexed by the stroke IDs, and passes them to the HWR 170. Its parameter is the set of strokes passed in to the Stroke Router 310.
  • SBAPP_Reco_Result [External:Recognition Manager]: This procedure is supplied by the SBAPP 105 and is invoked whenever the SIRCOM recognizer has results for the SBAPP 105.
  • the function will typically cause the results to be displayed, and associate the result ID with the display region containing the results display. Its parameters include: The SIRCOM ID of the SIRCOM producing the recognition results. The IDs of the results.
  • the SBAPP 105 must associate these IDs with the display of the results. For example, if the result is a word that is displayed in region ((100,200),(160,225)) of the window, a query from the SIRCOM 210 for results in a region specified by ((90,190),(170,230)) must return the result ID associated with this word.
  • the Recognition Manager 320 provides the SBAPP 105 services to retrieve the character string, gesture ID, or shape ID of the recognized result. These services are similar to those provided by the recognition API in PenPoint ⁇ and Windows for Pen Computing ⁇ , and for the sake of brevity, a detailed description of these services will not be given.
  • SIRCOM_Enter_Error_Mode [External:SIRCOM 210]: This function is invoked when the SBAPP 105 detects a recognition error, or when the user signals, via an application dialog, that error correction is to be performed. It creates a SIRCOM instance that is a child of the SBAPP-SIRCOM instance, and invokes an ECP 180 with the SIRCOM child instance. The parent SIRCOM Stroke Routing Manager 310 is told to route strokes to the ECP-SIRCOM instead of to the HWR 170. The function takes three parameters: The SIRCOM ID of the SIRCOM which is to be put in error mode. An optional specification of the ECP 180 to be invoked for error correction and the configuration parameters for the ECP invocation.
  • this parameter is not supplied, a default ECP and configuration will be used from the information specified when the SIRCOM instance was created. An optional list of the ID of recognition results that are presumed to be in error. If this is not supplied, the ECP 180 will engage the user in a dialog to determine them. This dialog will require the user to select results displayed by the SBAPP 180 in the application window. The strokes which are part of this dialog will be presented to the SIRCOM 210 by the SBAPP 105, but routed to the ECP SIRCOM for handling. The ECP 180 will construct a selection region and use the SBAPP_Find_Results function to retrieve the result IDs from the SBAPP 105.
  • the ECP 180 has access to the SBAPP window in which the results were displayed, as this information is stored in the SIRCOM 210 when it was created.
  • the ECP 180 at its option, may (a) highlight the results to be corrected in the SBAPP window, (b) create a new window and redisplay the results there, or (c) engage the user in a selection dialog in the SBAPP window to identify the results needing correction.
  • the ECP 180 may use the following SBAPP 105 provided function to retrieve Result IDs from the SBAPP 105.
  • SBAPP_Find_Reco_Results [External:ECP/SBAPP Mediator 330]: This function accepts a list of regions, and returns the list of result IDs which the SBAPP 105 has displayed in those regions of the window. Alternatively, it accepts a list of result IDs, and returns a list of regions in which those results were displayed.
  • the function has four parameters: The ID of the SIRCOM 210 in whose context the results were created and given to the SBAPP 105. The list of regions to be searched for results, together with flags indicating whether it is OK to return result IDs of results falling only partially in the regions. This parameter may be null, in which case the following parameter must not be null. The list of result IDs whose display regions are to be found and returned. This parameter may be null, in which case the preceding parameter may not be null. The list of result ID and region pairs for the union of those results found by searching the supplied list of regions, and those results whose IDs are supplied.
  • the ECP 180 may now engage the user in one or more of the previously described error correction protocols.
  • the ECP 180 also has access to the previously mentioned service functions for retrieving the original recognition results.
  • the ECP may re-recognize the strokes by accessing the SBAPP-SIRCOM recognition manager 320 functions for this purpose. It may construct a new sequence of strokes, possibly including some strokes originally in the recognized results, and have this recognized by the SBAPP- SIRCOM recognition manager 320. It may create a new result associated with the original result's strokes, and force training of the HWR 170 with these new results.
  • ECP 180 has its own ECP-SIRCOM, which is a child of and has access to the SBAPP 105 created SIRCOM 210.
  • This ECP-SIRCOM has its own HWR 170, which may differ in operation and/or configuration from that in the SBAPP 105 created SIRCOM 210.
  • This feature allows the ECP 180 to use a consistent set of recognized gestures, shapes, and characters independent of the SBAPP's 105 choices. It allows the system designer to provide ECPs 180 whose interface is consistent across SBAPPs 105.
  • the ECP 180 will signal the SBAPP 105 that it has revised recognition results available.
  • SBAPP_Revise_Results [External:ECP/SBAPP Mediator 330].
  • This function notifies the SBAPP 105 that revised recognition results are available.
  • the SBAPP 105 may accept these results and alter its display, or it may reject them. If it accepts the revised results, the ECP 180 and ECP-SIRCOM are destroyed, and the SIRCOM 210 exits from error mode, restoring the stroke routine to the SIRCOM recognition manager 320. If the SBAPP 105 rejects the revised results, the ECP 180 will notify the user and allow additional corrective actions to be taken.
  • the function has three parameters: The SIRCOM ID of the SBAPP-SIRCOM providing the revised results. The IDs of the original results. The IDs of the new results.
  • the SBAPP 105 When the SBAPP 105 is preparing to terminate, it must terminate the operation of its SIRCOMs by using the following function for each SIRCOM it created.
  • SIRCOM_Terminate [External:SIRCOM 210]. This function requires a single parameter which is the ID of the SIRCOM to be terminated.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Character Discrimination (AREA)
  • User Interface Of Digital Computer (AREA)
EP94118121A 1993-11-29 1994-11-17 Gestionnaire de correction en reconnaissance avec entrée de données par crayon. Withdrawn EP0655702A3 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/159,008 US5511135A (en) 1993-11-29 1993-11-29 Stylus-input recognition correction manager
US159008 1993-11-29

Publications (2)

Publication Number Publication Date
EP0655702A2 true EP0655702A2 (fr) 1995-05-31
EP0655702A3 EP0655702A3 (fr) 1996-05-08

Family

ID=22570675

Family Applications (1)

Application Number Title Priority Date Filing Date
EP94118121A Withdrawn EP0655702A3 (fr) 1993-11-29 1994-11-17 Gestionnaire de correction en reconnaissance avec entrée de données par crayon.

Country Status (3)

Country Link
US (2) US5511135A (fr)
EP (1) EP0655702A3 (fr)
JP (1) JP2728234B2 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0657798B1 (fr) * 1993-12-10 2000-09-06 Microsoft Corporation Détection de résultats non intentionnels dans un système d'ordinateur utilisant un crayon
WO2002035455A1 (fr) * 2000-10-26 2002-05-02 Mathias Wettstein Procede pour saisir la totalite de l'ensemble de donnees de formulaires pourvus de caracteres graphiques
EP2518447A1 (fr) * 2011-04-25 2012-10-31 Honda Motor Co., Ltd. Système et procédé de correction d'erreurs d'entrée d'utilisateur dans un dispositif électronique installé dans un véhicule

Families Citing this family (71)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5258855A (en) * 1991-03-20 1993-11-02 System X, L. P. Information processing methodology
US6683697B1 (en) * 1991-03-20 2004-01-27 Millenium L.P. Information processing methodology
US5802205A (en) * 1994-09-09 1998-09-01 Motorola, Inc. Method and system for lexical processing
US6295372B1 (en) * 1995-03-03 2001-09-25 Palm, Inc. Method and apparatus for handwriting input on a pen based palmtop computing device
US5682439A (en) * 1995-08-07 1997-10-28 Apple Computer, Inc. Boxed input correction system and method for pen based computer systems
US5889888A (en) 1996-12-05 1999-03-30 3Com Corporation Method and apparatus for immediate response handwriting recognition system that handles multiple character sets
US6300946B1 (en) 1997-01-29 2001-10-09 Palm, Inc. Method and apparatus for interacting with a portable computer
US5889897A (en) * 1997-04-08 1999-03-30 International Patent Holdings Ltd. Methodology for OCR error checking through text image regeneration
JP3006545B2 (ja) * 1997-06-09 2000-02-07 日本電気株式会社 オンライン文字認識装置
JP3522141B2 (ja) * 1999-01-28 2004-04-26 富士通株式会社 修正プログラムを継承したプログラムの自動生成方法、プログラム自動生成装置及び修正プログラムを継承したプログラムを自動生成するプログラムを記録した記録媒体
US6567548B2 (en) * 1999-01-29 2003-05-20 International Business Machines Corporation Handwriting recognition system and method using compound characters for improved recognition accuracy
US6388877B1 (en) 1999-02-04 2002-05-14 Palm, Inc. Handheld computer with open accessory slot
US6535199B1 (en) 1999-02-04 2003-03-18 Palm, Inc. Smart cover for a handheld computer
US6388870B1 (en) 1999-02-04 2002-05-14 Palm, Inc. Housing for a handheld computer
US6344848B1 (en) 1999-02-19 2002-02-05 Palm, Inc. Stylus assembly
US6457134B1 (en) 1999-04-21 2002-09-24 Palm, Inc. Portable computer with differentiated time-out feature
US6523124B1 (en) 1999-04-23 2003-02-18 Palm, Inc. System and method for detection of an accessory device connection status
US6115248A (en) * 1999-05-17 2000-09-05 Palm, Inc. Detachable securement of an accessory device to a handheld computer
US6283777B1 (en) 1999-05-26 2001-09-04 Palm, Inc. Dual style connector for handheld computer
US6425087B1 (en) * 1999-05-28 2002-07-23 Palm, Inc. Method and apparatus for using residual energy in a battery-powered computer
US6510524B1 (en) 1999-08-23 2003-01-21 Palm, Inc. System for managing power of peripheral communications by automatically closing communications channel immediately after finishing a communication with a peripheral device
US6356443B2 (en) 1999-11-30 2002-03-12 Palm, Inc. Handheld computer configured for attachment with an external device
US6532148B2 (en) 1999-11-30 2003-03-11 Palm, Inc. Mechanism for attaching accessory devices to handheld computers
US6999622B2 (en) * 2000-03-31 2006-02-14 Brother Kogyo Kabushiki Kaisha Stroke data editing device
US6708280B1 (en) 2000-05-31 2004-03-16 Palmone, Inc. Method and apparatus for allowing a battery to preserve charge in a handheld device without an supplying unregulated voltage to selected internal components
US6687839B1 (en) 2000-05-31 2004-02-03 Palmone, Inc. Method and apparatus allowing a battery to regain charge in a handheld device without an applied external charge while still supplying power selected designated components
US6490155B2 (en) 2000-07-07 2002-12-03 Palm, Inc. Detachable coupling for handheld computer and peripheral attachment scheme
US6788285B2 (en) 2001-04-10 2004-09-07 Palmone, Inc. Portable computer with removable input mechanism
US6552282B2 (en) 2001-09-19 2003-04-22 Palm, Inc. Floating button design for a handheld computer
US7187801B2 (en) * 2003-03-31 2007-03-06 Microsoft Corporation Multiple handwriting recognition engine selection
ITMI20041113A1 (it) * 2004-06-01 2004-09-01 Antibioticos Spa Processo per la sintesi della talidomide
US7761814B2 (en) * 2004-09-13 2010-07-20 Microsoft Corporation Flick gesture
US9142369B2 (en) * 2005-03-14 2015-09-22 Qualcomm Incorporated Stack assembly for implementing keypads on mobile computing devices
US7511700B2 (en) 2005-03-14 2009-03-31 Palm, Inc. Device and technique for assigning different inputs to keys on a keypad
US7623118B2 (en) * 2005-03-14 2009-11-24 Palm, Inc. Actuation mechanism for use with keyboards on mobile computing devices
US7525534B2 (en) * 2005-03-14 2009-04-28 Palm, Inc. Small form-factor keypad for mobile computing devices
US8749480B2 (en) * 2005-03-18 2014-06-10 The Invention Science Fund I, Llc Article having a writing portion and preformed identifiers
US8340476B2 (en) * 2005-03-18 2012-12-25 The Invention Science Fund I, Llc Electronic acquisition of a hand formed expression and a context of the expression
US8599174B2 (en) * 2005-03-18 2013-12-03 The Invention Science Fund I, Llc Verifying a written expression
US8102383B2 (en) * 2005-03-18 2012-01-24 The Invention Science Fund I, Llc Performing an action with respect to a hand-formed expression
US7809215B2 (en) 2006-10-11 2010-10-05 The Invention Science Fund I, Llc Contextual information encoded in a formed expression
US20070273674A1 (en) * 2005-03-18 2007-11-29 Searete Llc, A Limited Liability Corporation Machine-differentiatable identifiers having a commonly accepted meaning
US8787706B2 (en) * 2005-03-18 2014-07-22 The Invention Science Fund I, Llc Acquisition of a user expression and an environment of the expression
US7873243B2 (en) 2005-03-18 2011-01-18 The Invention Science Fund I, Llc Decoding digital information included in a hand-formed expression
US7487461B2 (en) * 2005-05-04 2009-02-03 International Business Machines Corporation System and method for issuing commands based on pen motions on a graphical keyboard
US7607079B2 (en) * 2005-07-08 2009-10-20 Bruce Reiner Multi-input reporting and editing tool
US7275836B2 (en) * 2005-08-13 2007-10-02 Palm, Inc. Lighting and usability features for key structures and keypads on computing devices
US20070035522A1 (en) * 2005-08-13 2007-02-15 Michael Yurochko Lighting and usability features for key structures and keypads on computing devices
US7294802B2 (en) 2005-08-13 2007-11-13 Palm, Inc. Lighting and usability features for key structures and keypads on computing devices
US7836216B2 (en) * 2005-08-23 2010-11-16 Palm, Inc. Connector system for supporting multiple types of plug carrying accessory devices
WO2007027610A2 (fr) 2005-08-30 2007-03-08 Bruce Reiner Dispositif et procede de navigation multifonctionnel
US20070081303A1 (en) * 2005-10-11 2007-04-12 Lawrence Lam Recess housing feature for computing devices
US20070200828A1 (en) * 2006-02-27 2007-08-30 Peter Skillman Small form-factor key design for keypads of mobile computing devices
WO2007143084A2 (fr) * 2006-06-01 2007-12-13 Bruce Reiner Outil de rapport et d'édition à entrées multiples
US7734841B2 (en) * 2006-06-30 2010-06-08 Palm, Inc. System and method for providing serial bus connectivity
US8145650B2 (en) * 2006-08-18 2012-03-27 Stanley Hyduke Network of single-word processors for searching predefined data in transmission packets and databases
US7720316B2 (en) * 2006-09-05 2010-05-18 Microsoft Corporation Constraint-based correction of handwriting recognition errors
US7259339B1 (en) * 2006-09-08 2007-08-21 Palm, Inc. Enhanced key structure with combined keycap for a mobile computing device
US8989822B2 (en) * 2006-09-08 2015-03-24 Qualcomm Incorporated Keypad assembly for use on a contoured surface of a mobile computing device
FI20065783A0 (sv) * 2006-12-08 2006-12-08 Nokia Corp Signalfördistorsion i radiosändare
US7523138B2 (en) * 2007-01-11 2009-04-21 International Business Machines Corporation Content monitoring in a high volume on-line community application
USD613743S1 (en) 2007-08-30 2010-04-13 Palm, Inc. Mobile computing device
US20090058812A1 (en) * 2007-08-30 2009-03-05 Yoshimichi Matsuoka Mobile computing device construction using front paneled assembly and components thereof
US8270158B2 (en) 2007-08-30 2012-09-18 Hewlett-Packard Development Company, L.P. Housing construction for mobile computing device
US20110193787A1 (en) * 2010-02-10 2011-08-11 Kevin Morishige Input mechanism for providing dynamically protruding surfaces for user interaction
US8350728B2 (en) 2010-04-23 2013-01-08 Hewlett-Packard Development Company, L.P. Keyboard with integrated and numeric keypad
TW201303692A (zh) * 2011-07-04 2013-01-16 Hon Hai Prec Ind Co Ltd 檔案拖曳方法及系統
JP5876325B2 (ja) * 2012-02-29 2016-03-02 株式会社デンソー 制御装置及びプログラム
FR3029656B1 (fr) * 2014-12-09 2017-01-13 ISKn Procede de detection continue d'un etat de contact ou de non contact entre une pointe d'un ustensile et un support d'ecriture d'epaisseur variable, et systeme associe
US10455115B2 (en) 2017-05-19 2019-10-22 Microsoft Technology Licensing, Llc Adaptive stylus position interpolation
JP7247496B2 (ja) * 2018-09-14 2023-03-29 富士フイルムビジネスイノベーション株式会社 情報処理装置及びプログラム

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5257328A (en) * 1991-04-04 1993-10-26 Fuji Xerox Co., Ltd. Document recognition device

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0060688A3 (fr) * 1981-03-17 1985-12-18 Moore Business Forms, Inc. Appareils de mesure de position X-Y
JPS6118081A (ja) * 1984-07-04 1986-01-25 Hitachi Ltd オンライン手書き文字認識の候補文字選択方法
JP2607457B2 (ja) * 1984-09-17 1997-05-07 株式会社東芝 パターン認識装置
JPS6180478A (ja) * 1984-09-27 1986-04-24 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション デ−タ入力・表示システム
JPS6186883A (ja) * 1984-10-05 1986-05-02 Hitachi Ltd オンライン手書き文字認識方式
US4672677A (en) * 1984-11-19 1987-06-09 Canon Kabushiki Kaisha Character and figure processing apparatus
JPS61148586A (ja) * 1984-12-21 1986-07-07 Nec Corp オンライン手書文字認識装置
JPS61150081A (ja) * 1984-12-25 1986-07-08 Toshiba Corp 文字認識装置
JPH0664536B2 (ja) * 1986-01-17 1994-08-22 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション 仮想端末サブシステムの制御方法
US4972496A (en) * 1986-07-25 1990-11-20 Grid Systems Corporation Handwritten keyboardless entry computer system
JPH07107708B2 (ja) * 1986-09-26 1995-11-15 株式会社日立製作所 パタ−ン認識方法
US4703511A (en) * 1986-10-09 1987-10-27 Paul Conoval Writing input and dynamics regeneration device
US5148155A (en) * 1990-11-13 1992-09-15 Wang Laboratories, Inc. Computer with tablet input to standard programs

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5257328A (en) * 1991-04-04 1993-10-26 Fuji Xerox Co., Ltd. Document recognition device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
MICROPROCESSING AND MICROPROGRAMMING, vol. 38, no. 1 / 05, 1 September 1993 pages 803-809, XP 000383843 KLAUER B ET AL 'PEN-BASED RECOGNIZING OF HANDPRINTED CHARACTERS' *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0657798B1 (fr) * 1993-12-10 2000-09-06 Microsoft Corporation Détection de résultats non intentionnels dans un système d'ordinateur utilisant un crayon
WO2002035455A1 (fr) * 2000-10-26 2002-05-02 Mathias Wettstein Procede pour saisir la totalite de l'ensemble de donnees de formulaires pourvus de caracteres graphiques
EP1202212A1 (fr) * 2000-10-26 2002-05-02 Mathias Wettstein Méthode pour l'acquisition de tout le jeu de données de formulaires contenant des caractères manuscripts
EP2518447A1 (fr) * 2011-04-25 2012-10-31 Honda Motor Co., Ltd. Système et procédé de correction d'erreurs d'entrée d'utilisateur dans un dispositif électronique installé dans un véhicule
US9188456B2 (en) 2011-04-25 2015-11-17 Honda Motor Co., Ltd. System and method of fixing mistakes by going back in an electronic device

Also Published As

Publication number Publication date
US5615284A (en) 1997-03-25
EP0655702A3 (fr) 1996-05-08
JPH07200724A (ja) 1995-08-04
US5511135A (en) 1996-04-23
JP2728234B2 (ja) 1998-03-18

Similar Documents

Publication Publication Date Title
US5511135A (en) Stylus-input recognition correction manager
EP0565872B1 (fr) Dispositif et procédé à éclairir à lever l'ambiquité d'un flux d'entrée generé par un interface utilisateur utilisant un crayon
US5956423A (en) Method and system for data entry of handwritten symbols
US5252951A (en) Graphical user interface with gesture recognition in a multiapplication environment
US5157384A (en) Advanced user interface
US5534893A (en) Method and apparatus for using stylus-tablet input in a computer system
US5606674A (en) Graphical user interface for transferring data between applications that support different metaphors
US7925987B2 (en) Entry and editing of electronic ink
US7174042B1 (en) System and method for automatically recognizing electronic handwriting in an electronic document and converting to text
US7564995B1 (en) Method and apparatus for acquiring and organizing ink information in pen-aware computer systems
US9606989B2 (en) Multiple input language selection
US6249606B1 (en) Method and system for gesture category recognition and training using a feature vector
CA2039725C (fr) Processeur et systeme de traitement de donnees d'entree manuscrites
US20030214531A1 (en) Ink input mechanisms
US5802388A (en) System and method for correction and confirmation dialog for hand printed character input to a data processing system
Mankoff et al. OOPS: a toolkit supporting mediation techniques for resolving ambiguity in recognition-based interfaces
US20030214553A1 (en) Ink regions in an overlay control
KR20060051265A (ko) 플릭 제스쳐
JP2000122774A (ja) データ引き渡し装置、方法、及び記録媒体
JP2003044214A (ja) 手書き文字入力装置及びそれを実現するプログラム
JPH0962775A (ja) 手書き文字選択決定のための対話処理方法

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): DE FR GB

17P Request for examination filed

Effective date: 19950907

PUAL Search report despatched

Free format text: ORIGINAL CODE: 0009013

AK Designated contracting states

Kind code of ref document: A3

Designated state(s): DE FR GB

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN

18W Application withdrawn

Withdrawal date: 19961125