software is automatically generated from one or more predefined functions in accordance with an input statement entered in natural language. Semantically meaningful elements are extracted from the input statement and one or more sets of second semantically meaningful elements are extracted from the predefined functions. At least one of a condition, an action and/or a statement is identified in the input statement. The first semantically meaningful elements are compared with the second semantically meaningful elements to identify predefined functions that correspond to action(s) and/or statement(s) of the input statement. At least some of the first semantic elements are combined in accordance with identified conditions to generate corresponding condition variables. Identified functions and condition variables are combined according to a set of predetermined rules to generate software.
|
1. A method of automatically generating software from one or more predefined functions in accordance with an input statement entered in natural language, the method comprising:
(i) analyzing an input statement for semantic content to extract first semantically meaningful elements using an analysis algorithm;
(ii) analyzing one or more predefined functions for semantic content to extract one or more sets of second semantically meaningful elements using the same analysis algorithm as in step (i);
(iii) identifying at least one of a condition, an action and/or a statement in the input statement;
(iv) comparing the first semantically meaningful elements with the second semantically meaningful elements to identify one or more predefined functions that correspond to one or more action and/or statement of the input statement;
(v) combining at least some of the first semantic elements in accordance with any conditions identified at step (iii) to generate corresponding condition variables;
(vi) combining functions and condition variables identified at steps (iv) and (v) according to a set of predetermined rules to generate software.
5. Computer apparatus for automatically generating software from one or more predefined functions in accordance with an input statement entered in natural language, the apparatus comprising:
(i) extracting means for extracting first semantically meaningful elements from the input statement and for extracting one or more sets of second semantically meaningful elements from the one or more predefined functions using a common extraction algorithm for both said extraction processes;
(ii) identifying means for identifying conditions, actions and/or statements in the input statement;
(iii) comparing means for comparing said first semantically meaningful elements with said second semantically meaningful elements to identify one or more predefined functions that correspond to an action and/or statement in the input statement;
(iv) first combining means for combining at least some of the first semantic elements in accordance with conditions identified by the identifying means to generate corresponding condition variables;
(v) second comparing means for combining the condition variables and predefined functions according to a set of predetermined rules to generate software.
10. Computer apparatus for generating code instructions for controlling equipment to carry out one or more activities, said apparatus comprising:
a) an input for receiving instructions for use in controlling the equipment;
b) received instruction processing means for extracting one or more semantically meaningful elements describing operations and extracting one or more semantically meaningful elements describing logical operators from received instructions using a common extraction algorithm for both said extraction processes;
c) means for storing a plurality of code instructions for controlling the equipment to carry out activities;
d) means for processing stored code instructions to identify a code instruction relevant to an operation extracted from a received instruction by identifying extracted elements from the input instructions and comparing the extracted elements with each other;
e) means for translating extracted logical operators into code by identifying extracted elements from the input instructions and comparing the extracted elements with each other; and
f) code generating means for selecting at least one identified code instruction and combining it with at least one translated logical operator to generate said code instructions for controlling the equipment to carry out the one or more activities.
2. A method as in
a) inputting a set of second semantically meaningful elements into a predetermined rule;
b) inputting the first semantically meaningful elements into the rule;
c) processing the rule;
d) evaluating the result of step (c); and
e) repeating steps (a) to (c) for different sets of second semantically meaningful elements until as solution is evaluated at step (d).
3. A method as in
a) identifying an event governing the condition;
b) identifying an entity associated with the event;
c) identifying a relation between the event and the entity; and
d) concatenating the event, the entity and the relation therebetween, thereby forming a condition variable.
4. A method as in
6. Computer apparatus as in
8. Computer apparatus as in
9. Computer apparatus as in
12. Computer apparatus as in
13. Computer apparatus as in
14. A method as in
15. Computer apparatus as in
|
This application is the US national phase of international application PCT/GB01/00375 filed 30 Jan. 2001 which designated the U.S.
1. Technical Field
The present invention relates to apparatus for automatically generating source code, and is particularly, but not exclusively, suitable for generating source code for communication services.
2. Related Art
Traditionally, software development has comprised several identifiable processes: requirements capture, where customer requirements are broken down into fundamental descriptions that can be used to create specifications; design of software elements to these specifications; implementation of the software elements to create a software deliverable; and maintenance of the software deliverable. In many cases, the customer requirements further include developing hardware, which will be integrated with the software deliverable. All of these processes are time consuming and costly in their preparation, and often there are integration and implementation problems. In order to correct these problems, some re-design may be required, which often delays the down-streaming of the deliverables and adds significantly to the costs.
Several groups have focussed on identifying areas in the development process that could be pruned to offer time and cost savings, noting in particular that around sixty to seventy percent of a system's functionality duplicates that of other systems. There is thus significant interest in developing tools that generate software automatically, as this offers reductions in software design stage costs. AT&T have disclosed, in “Object Magazine 5, 1995”, a tool that can generate object-oriented code from graphical models. However, ideally automatic code generators should be adaptable to different platforms, different standards, and different languages, and not be restricted to generating object oriented code.
Automating the validation of code could also offer significant cost savings, as identified by the British Aerospace Dependable Computer System Centre in York, in “Qualification of automatic code generation using formal techniques”1. The paper presents an animation facility to validate the code, which embeds formal methods to perform the validation itself. 1 for the IEE colloquium on “practical application of formal methods”
There are several quasi-automatic code generators, such as the “wizards” developed by the Microsoft™ Corporation; these create basic class template syntax, leaving the programmer to insert the code that is specific to the application under development. However, these are language specific, are limited to producing code templates, and require the user have a working knowledge of the language itself. Another quasi-automatic method of code generation includes “forms”, where a user fills in fields comprising the form. However, the entries must adhere to a specific format, and the functionality of the code that is generated is extremely limited.
Methods of using graphical methods to generate code are also well known. For example, the JBuilder™ product from Borland incorporates a GUI designer by which the software developer can use a visual tool to draw the required user interface elements. The system then produces appropriate Java source code to handle these elements automatically, and allows the developer to merge this with conventionally-written code. Other systems such as Rational Rose™ and Oracle Designer™ allow the developer to express the program logic using graphical symbols, and then generate code automatically. In all of these cases the user must have a knowledge of the graphical notation used, which may be Unified Markup Language (UML) or some other convention. In addition, the user must have a good understanding of the programming language used in order that he or she can fill in certain parts of the template code produced, and also interface the automatically generated code with other parts of the software application. This restricts the usefulness of this type of system to experienced software programmers.
There are many situations where it is desirable for a non-programmer to be able to program a system so that it can subsequently act on his or her behalf without further interaction. A telephone answering machine is a simple example of such a system; the user implicitly instructs the device to answer the telephone call and to record a message in his or her absence. Another well-known example is the video recorder, which may be set to record a programme when the user is out or fast asleep. However, it is well know that many people have difficulty even with the relatively simple task of programming a video recorder. In addition, even experienced programmers make errors, particularly when dealing with complex logic, and the process of testing that the program behaves as required (debugging) is a well established part of the software development process.
As e-commerce continues to develop, examples of systems to which a user delegates some of his or her authority, will become more widespread. A recent example is that of a proxy, used in on-line auctions. The user can instruct his or her proxy to bid up to a certain amount for a particular item. Future systems may allow much more complex negotiations to be carried out in real time, following the instructions laid down previously by the human user. If these systems are to be used and trusted, it is essential that users without programming experience can program them effectively and have confidence that the system will subsequently exhibit the appropriate behaviour. Preferably this should not require the user to learn a programming language or a particular graphical notation.
According to one aspect of the present invention there is provided a method of automatically generating software from one or more predefined functions in accordance with an input statement entered in natural language, the method comprising the steps of:
Embodiments of the invention will now be illustrated, by way of example only, with reference to the accompanying drawings, in which:
Various phrases are used in the following description, and in the context of the present invention these are defined as follows:
Further, in the following description, a “user” is not necessarily limited to a human entity, as it might well be for instance another piece of equipment or a software agent.
Overview
Broadly, in a telecommunications environment for instance, using an embodiment of the present invention, a user can input a natural language instruction (an “input statement”) and it will be analysed and used to put together source code customised for carrying out the user's wishes in that environment. For instance, the user might make the input statement “Please divert my phone to Frank's”. That statement will be analysed and used to generate source code that causes call divert on incoming calls for that user to the telephone number of the named person. The source code so generated will need to be appropriate to the current telecommunications environment for the user, for instance in terms of operating systems, database query languages and transmission protocols, but the user needs no technical knowledge of that environment. Further, embodiments of the present invention can be transferred to a different technical environment for the same user relatively easily.
With reference to
The COMPUTER 105 can either be a standalone machine, as shown in
When the computer is a server, as shown in
The DATA STORAGE 106 functional part of the apparatus is located on the computer 105 and includes one or more data stores comprising predefined functions, referred to as function definitions. These function definitions are used as described later in the generation of the software code, and include the code comprising a function, the name of each function and any arguments it takes and their types. In addition, each predefined function has an associated natural language description, referred to as a function description, from which the data analyser 102 can extract the functional capability of corresponding predefined functions. This process is explained in detail with reference to the embodiment below. The data storage 106 also includes linguistic stores comprising multilingual lexicons and linguistic, semantic and syntactic information. The data analyser 102 accesses the linguistic stores in order to resolve the meanings of input statements and function descriptions.
The DATA ANALYSER 102 functional part of the apparatus is located on the computer 105 and includes analysing means and comparing means. The data analyser 102 is used for analysing and resolving the meaning of function descriptions that are stored in the data storage 106 and of input statements, so as to identify the functional requirements of input statements and relate them to the functional capability of predefined functions. In descriptive terms, the data analyser 102 matches these functional requirements with predefined functions that have been determined to have the functional capability of the functional requirement. In mechanistic terms, the data analyser 102 determines the semantic content of the input statement and compares the input statement semantic content with the semantic content of a plurality of function descriptions (which have been similarly analysed for their semantic content). If there is a match between the semantics of the input statement and one of the function definitions then that function is considered to meet the functional requirement of the input statement.
The CODE GENERATOR 103 functional part of the apparatus is located on the computer 105 and is used for generating source code from whichever predefined functions have been identified by the data analyser 102.
Brief Overview of Operation:
A user enters an input statement, which comprises any natural language input such as a statement, conditions and actions, and which describes a desired functionality of code to be generated by the generator 100, to the client terminal 101. The user may also specify, using a standard file management browser (e.g. Windows Explorer™), a class or folder in which function descriptions, which relate to the input statement functionality, are located. The input statement is passed to the data analyser 102 for semantic analysis in order to extract the functional requirement of the input statement. The data analyser 102 then retrieves whichever function descriptions are stored at the specified location from the data storage 106 and analyses the function descriptions for their semantic content in order to determine the functional capability of the corresponding functions. The data analyser 102 checks, as is described in detail below, by comparing the semantics of the input statement against the semantics of the function descriptions, that there is a function that meets the functional requirement of the input statement. Assuming that there is a suitable function, the data analyser 102 retrieves the corresponding code comprising the function from the data storage 106. The semantic analysis performed on the input statement by the data analyser 102 also identifies conjunctions from the input statement, and these, together with the retrieved code are passed to the code generator 103. The code generator 103 translates the conjunctions into logical operators, and inserts said operators, together with the retrieved code into a predetermined template, according to a set of predetermined rules, thereby creating a processable computer program. Having assembled these components to form the program, the code generator 103 loads the program onto a terminal, which could be a network device such as a router, a telephone, a server computer or a client computer, for subsequent processing.
The present invention thus:
An embodiment of the present invention is operable to automatically resolve input statements into source code, provided the software generator 100 has access to source code that it can identify as providing the functional requirements of the input statements. In particular, the present embodiment concerns generation of software to handle telephone calls. The software to be generated will implement requested behaviour by running a number of predefined functions which carry out the lower-level actions of ringing a telephone, forwarding a call etc.
In practice, it will be understood that the generated software could either comprise the actual code providing a set of functions to implement requested behaviour, or it could comprise a set of calls on code which is actually located elsewhere in a network. In the latter case, the generated software thus triggers calls to this code.
The embodiment is described below in more detail, in the following order: firstly analysis of one or more predefined functions, secondly analysis of an input statement, and thirdly subsequent combining of these analyses.
Analysis of One or More Predefined Functions
Function Descriptions
Referring to
The code database 200 may comprise one or more data files 201 containing predefined function definitions, libraries 203 of predefined function definitions and/or links 205a to remote stores 112 where predefined function definitions 205b are located. In the present embodiment, the predefined function definitions are written in Java, but the database may be populated with definitions and descriptions for functions written in any programming language.
The data analyser 102 identifies the functional capabilities of the predefined functions by analysing the semantic content of the function descriptions. As shown in
For example:
COMMENT 311:
/**
* Causes a phone to forward an incoming call to a nominated person.
* This function requires the extension number that you want to forward
your calls to
*/
FUNCTION DEFINITION 310:
public void forwardCall (String phone_number){
....
...}
is compiled by javadoc into:
Documentation File
forwardCall(String)
Causes a phone to forward an incoming call to a nominated person.
Thus the function description 313 for this function forwardCall is “Causes a phone to forward an incoming call to a nominated person”.The function description 313 also details input parameters that are required for the function to operate; it is convenient to split the function description into a utility description 315 “A function which causes a phone to forward an incoming call to X”, and an input parameter 317 “nominated person”. It is understood that splitting the function description, as presented in
In the present embodiment, the query analyser 301 generates Prolog facts to represent the semantically meaningful elements generated at steps S4.2 and S4.3, and these facts are stored locally, for example in a temporary database or in memory. The semantics of the function are stored in the form:
method(forward_Call,sem([forward(—1,forward:v:_),r(—2,patient,—1,—3), e(—3,call:n:_)]),param([“the extension number that you want to forward calls to])), (Expr. 1)
which means that the function name, function semantics and arguments required by the function are stored.
The Prolog mechanisms involved are explained in introductory textbooks on the language, for example Clocksin and Mellish, “Programming in Prolog”, Springer-Verlag, 1987.
Some of the function descriptions may have been pre-processed for their semantic meaning by the query analyser 301, or may be processed concurrent with submission of an input statement by the client 101. In the latter case the user may be required to specify the class, or classes, in which coded functions corresponding to potential input statements are located, and the results from the analysis would be written to a temporary file for subsequent access. For the purposes of the present description, where the predefined methods are written in Java, it is assumed that the method descriptions are analysed for their semantic content in parallel with analysis of input statements.
Analysis of an Input Statement
When the generator 100 is loaded on the server computer 105, input statements, which are entered in natural language, are submitted to the generator via a browser 104. The statements may comprise condition/action information or factual information, such as:
Thus the input statement may be considered to have certain functional requirements—for the Condition/Action example (i) above, the requirement is that: “a message should be taken given the conditions that I am in a meeting and the caller is from outside BT”. As described above, this functional requirement is a semantic representation of the input statement and is extracted by analysing means forming part of the data analyser 102, as described below.
The input statement is firstly pre-processed to remove white spaces etc as described above in S4.2, and is then categorised into a type of input statement. The category identifies both the semantic patterns comprising the input statement and the logical structure of the input statement.
As the type of input statement governs the semantic patterns and logical structure of the input statement, as shown in
S5.2 Extract the Semantic Patterns and Logical Structure of the Input Statement:
Depending on the type of input statement identified at S5.1, the input statement is analysed for specific semantic patterns. As shown in
The above input statement example: “If I am in a meeting and the call is urgent, forward the call to my mobile” is categorised as a declarative type of input statement. Following the corresponding branch 601 in
IF(X, Y) 603, which represents (if (condition: X 605) then (action: Y 607)).
For this example, the semantic pattern that indicates the IF(X, Y) 603 structure is r(1000,sconj(if),1001,1002), where sconj represents 2 phrases joined by a conjunction. The query analyser 301 identifies the presence or otherwise of this in the input statement by searching for a sconj expression. In the present example, the query analyser 301 will also detect “and”, which indicates a second condition, AND(X1, X2) where X2 is the second condition: r(1007,sconj(and),1002,1008). Clearly the semantic patterns that are used to extract the semantic content at S4.2 may vary between parsers, and this example is merely illustrative of the general technique. Thus the present example input statement is analysed as having the following structure:
X1 → I am in an important meeting
→ Condition 1
X2 → the telephone call is urgent
→ Condition 2
Y → you should forward the telephone call to my mobile
→ Action
S5.3 Extract the Semantic Content of the Input Statement:
The parts of the input statement that correspond to X1, X2, and Y are passed, in turn, for analysis of their semantic content, as shown in
X1 → I am in an important meeting
→ Condition 1
Event 608 → Be
Agent relation 610 → ✓
Entity 611 → I
Patient relation 609 → in
Entity 611 → meeting
Modifier relation 613 → value
Modifier 614 → important
X2 → the telephone call is urgent
→ Condition 2
Event 608 → be
Agent relation 610 → ✓
Entity 611 → call
Modifier relation 613 → attribute
Modifier 614 → urgent
Y → you should forward the telephone call to
→ Action
my mobile
Event 608 → forward
Agent relation 610 → ✓
Entity 611 → you
Patient relation 609 → ✓
Entity 611 → call
Adverbial 612 → ✓
Relation 615 → to
Entity 611 → my mobile
When analysing the semantic content of either the function description or the input statement, the respective semantic analyses may identify one or more ambiguities in the input statement. If this occurs with the input statement, the query analyser 301 sends a message to the client 101, asking the user to resolve between possible semantic representations. Furthermore, the query analyser 301 may find that more than one function description meets the functional requirement of the input statement; in this situation, the analyser 301 sends a message to the client 101 asking the user to select one of the function descriptions. It should be noted that this may also occur with the function descriptions, in which case the description would have been amended by the software developer at an earlier stage.
Subsequent Combining of These Analyses:
S5.4 Identify Predefined Functions Corresponding to the Semantic Content of the Input Statement:
S5.4.1
The comparing means 305 compares the uninstantiated semantic content of the input statement with the semantic content of the predefined function descriptions (re-cap: these identify one or more processable functions) until the input statement semantics match the function description semantic content. For the above example, where the input statement includes the action, Y, “forward a call to my mobile”, the semantics for this are:
event(22,forward:v:_),r(33,patient,22,44),e(44,call:n:_)
The comparing means 305 will search for
method(Method,sem(event(22,forward:v:_),r(33,patient,22,44), e(44,message:n:_)),param(Param)) (Expr. 2)
and Method will be instantiated to forward_Call from Expr. 1. In this way, the comparing means 305 establishes the presence or otherwise, of a function that is capable of performing the functional requirements of the input statement. (This example illustrates instantiation of an action, but in practice, the input statement also may comprise factual statements and a combination of actions and factual statements).
S5.4.2
Any input parameters, or arguments, that are required are instantiated: If there are input parameters to be instantiated, the facts corresponding to the input parameter in Expr. 1, [ ],are assigned to Param in Expr. 2. In some cases, the analysis will not identify a value for Param in Expr 2, in which case the comparing means 305 has two courses of action:
import java.util.*;
import java.lang.*;
public class PolicyClass {
protected Actions action = new Actions( );
protected Boolean call_be_urgent = false;
protected Boolean be_in_meeting = false;
/*bold font indicates insertion of input statement-specific code*/
public PolicyClass ( ){
}
public void runPolicy( ){
if ((be_in_meeting = = TRUE) && (call_be_urgent = = TRUE)){
action.forward_call (0770 111 111);
}
}
}
Thus, Boolean variables for conditions X1, X2, (call_be_urgent, be_in_meeting) are declared in the declaration section, and IF X1 && X2 THEN Y is coded into the executable part of the code. In this example, the function forward_call is defined in class Actions, which, together with its function description, is stored in the code database 200. An instance, action, of the class Actions that contains function forward_call is created in the class definition. The latter contains information such as mobile phone number etc., and is accessed for assigning the input parameter to action Y.
The setting of flags call_be_urgent, be_in_meeting occurs either by explicitly providing conditions as input statements, e.g. “I am in a meeting from 1 pm to 3 pm” (re-calling that from . . . to are analysed as logical operators), or by linking the generator 100 to an electronic diary system, such as Mircrosoft™ Outlook”.
Other input statements that are subsequently entered, and which require use of functions within the same class Actions (i.e. same part of the code database 200), may be analysed and added to this code. The code that is generated for this embodiment—processing of phone calls—is run each time a phone call is received, and the generator 100 runs through each of the conditions in order to retrieve a corresponding function. If an input statement, which relates to a different class (so different subject matter etc.), were entered, a new instance would be created from a fresh template.
Second Embodiment
Input of Data:
In earlier embodiments, the data entries are typed into the terminal 101 as text via the keyboard 701 shown in
The input speech is reproduced as text in a text input area of the screen 705, and in other respects the present embodiment operates as described above.
It is advantageous to provide the speech recognition at the terminal 101, where it is possible to train on the voice of the individual user, rather than centrally. Also, since text rather than audio is uplinked, the required uplink bandwidth is kept low. Furthermore, speech recognition requires significant computer processing and it is advantageous if this is provided on individual users' machines rather than on a central server. On the other hand, providing the generation centrally avoids the need to store multiple rules databases locally at terminals.
In this embodiment, the terminal 101 may also comprise a text to speech program arranged to synthesise speech from the text received from the computer 700 to provide audio output via a loudspeaker 707.
If an applet is running on a browser installed on the client terminal 101 (see below), the applet may also be arranged to generate a visual display to represent the output data. For example, a representation of a human face, or an entire human head, animated in synchronism with the output speech as described in our earlier application EP-A-225729, or a sign language display comprising an animated representation of a pair of hands generating sign language (for example British or American sign language) from a text to sign language converter program. This latter embodiment is particularly advantageous for those with hearing difficulties.
Third Embodiment
Multilingual Input Statements:
In the above-described embodiments, the description assumes that the input statements are presented in the English language. However, the form of the input statement results in a representation that is substantially language-independent. The present embodiment utilises this to handle input statements in multiple languages by providing a means for storing semantics in multiple languages, together with a means for linking similar semantics across languages.
Briefly, referring to
The lexical database 804 in this embodiment comprises a plurality of language-specific lexicons 805a, 805b, . . . , each containing a word list for the language concerned, with each word of the list including a pointer to one or more entries in the lexical database 804, which stores entries comprising meaning data for meanings of each word, and a pointer back to each word for which the entry is a meaning.
Many words in different languages are directly translatable (in the sense of sharing a common meaning), such that many meaning entries in the lexical database 804 store pointers to words in each language. Not all words are directly translatable, and where meanings differ, the lexical database 804 includes additional, language-specific definitions with pointers from words in only those languages in which they occur.
The above description assumes that the input statements are entered manually. It may also be advantageous to have input statements translated either automatically or semi-automatically. Our earlier application number PCT 97186887.6, filed on 8 Aug. 1997 (and corresponding PCT application PCT/GB98/02389 filed on 7 Aug. 1998), discloses a method of language translation that is particularly suitable for this purpose.
Implementation
With reference to
Referring to
When the generator 100 is run on a networked computer, then the server 105, referring to
In the present embodiment, the user specifies, via the HTML file 1016, which Java class should be accessed from the data storage 106. However, as described above, this is inessential to the invention, as the generator 100 could analyse all of the data contained within the store 106. Typically, the user specifies a class, or classes, when the user knows which class, or classes, provides the functional requirements of the input statements. (When the language function to be accessed is written in a non object-oriented language, the user may specify the file containing the function(s) as required).
Once the class has been selected, it is compiled, creating a further HTML file (not shown). This further HTML file includes a list of function descriptions corresponding to class member functions that are input to the data analyser 102 for analysis as described in steps S4.1 to S4.3 above.
As an alternative source of function descriptions, and in situations where a predefined function is not accompanied by a natural language description in the data storage 106, the generator 100 could additionally comprise means for extracting a description of the functionality of a function. For example, using code translating means, such as is commonly used to translate between the C and Fortran programming languages, the functionality associated therewith may be extracted, for instance, into a language-independent form. If the query analyser 301 were to interface with such a means, together with a data store comprising descriptions of language-dependent functions, then the functionality could be translated into natural language and be analysed for its functional capability as described in the above embodiments.
The embodiments of the present invention concern natural language inputs, where input statements are syntactically and semantically analysed using a parser. The term natural language is generally understood to mean a system for communicating which uses symbols (that is, characters) to build words. The entire set of words is the language's vocabulary, and the ways in which the words can be meaningfully combined is defined by the language's syntax and grammar. The actual meaning of words and combinations of words is defined by the language's semantics. In the limit, this syntax and grammar can be extremely simple, (for example comprising action commands such as “divert call”) and the present invention is operable to accept such sparse input statements provided a suitable parser is selected for the query analyser 301.
Once the generator 100 has produced a working code, the working code can be run in a variety of configurations. As stated previously, many parts of a software system tend to overlap with other systems and many software systems adopt a “three-tier” architecture, as shown in
The working code can also be run on network devices such as routers, in order to provide a software tool for effecting changes to local network behaviour. For example, routing tables and/or route algorithm parameters may be changed in this way. In such a case the generator 100 may be located on a server computer (alternatively the middle tier 1203 if the system architecture is a three-tier architecture), and configured to operate such that the working code output therefrom is transmitted to network devices at a predetermined time. The input statement to, and running of, the generator 100, may be invoked by a system script, written, for example, in the Perl programming language, and the whole process may therefore be automated by system timers.
The working code may also effect building of reactive software agents, which are essentially computer programs, according to a natural language specification.
In a preferred embodiment, the invention is used for control of terminal devices used in a communications system, of which the telephone has been discussed above as an example. A more complete (though non limiting) list would include: telephones, video cameras, 3D displays, personal digital assistants, cellular telephones, satellite telephones, pagers, video phones, facsimiles, payphones, quertyphones, personal computers, lap top portable computers, engineering workstations, audio microphones, video conference suites, telemetry equipment.
In addition to these communications terminal devices, and provided there is access to the required function definitions, the generator 100 can be similarly implemented in a range of household devices, such as lighting devices, washing machine, television, video etc. where the selection of control parameters is currently effected manually. Manufacturers of such devices may provide a library, or equivalent, of function definitions from which a user can select a desired functionality. These functions would then be loaded into the data storage 106 for use according to the invention.
The generator 100 generates code. That code will be compiled into object code when run on a particular platform and the same code may therefore produce different behaviour in different systems.
Many modifications and variations fall within the scope of the invention, which is intended to cover all permutations and combinations of the generator described herein.
As will be understood by those skilled in the art, the invention described above may be embodied in one or more computer programs. These programs can be contained on various transmission and/or storage mediums such as a floppy disc, CD-ROM, or magnetic tape so that the programs can be loaded onto one or more general purpose computers or could be downloaded over a computer network using a suitable transmission medium.
Unless the context clearly requires otherwise, throughout the description and the claims, the words “comprise”, “comprising” and the like are to be construed in an inclusive as opposed to an exclusive or exhaustive sense; that is to say, in the sense of “including, but not limited to”.
Preston, Keith R, Leathem, Caroline A
Patent | Priority | Assignee | Title |
10176268, | Sep 08 2011 | Wolfram Alpha LLC | Method and system for analyzing data using a query answering system |
10248388, | Nov 15 2011 | Wolfram Alpha LLC | Programming in a precise syntax using natural language |
10380201, | Sep 07 2006 | Wolfram Alpha LLC | Method and system for determining an answer to a query |
10445070, | May 05 2016 | KYNDRYL, INC | ASCII based instant prototype generation |
10552540, | Nov 27 2017 | International Business Machines Corporation | Automated application composer with natural language processing |
10606563, | Nov 15 2011 | Wolfram Alpha LLC | Programming in a precise syntax using natural language |
10614725, | Sep 11 2012 | International Business Machines Corporation | Generating secondary questions in an introspective question answering system |
10621880, | Sep 11 2012 | International Business Machines Corporation | Generating secondary questions in an introspective question answering system |
10635483, | Sep 29 2017 | Red Hat, Inc | Automatic synopsis generation for command-line interfaces |
10761812, | Nov 21 2016 | SAP SE | Visual code editor for visually developing features in applications |
10929105, | Nov 15 2011 | Wolfram Alpha LLC | Programming in a precise syntax using natural language |
11429791, | Nov 27 2017 | International Business Machines Corporation | Automated application composer with natural language processing |
7409683, | Apr 22 2004 | SAP SE | Executing wizard data using a metawizard framework |
7434200, | Dec 11 2003 | SAP SE | Using incremental generation to develop software applications |
7606782, | May 24 2000 | Oracle International Corporation | System for automation of business knowledge in natural language using rete algorithm |
7797676, | Apr 20 2004 | LinkedIn Corporation | Method and system for switching between prototype and real code production in a graphical call flow builder |
7849440, | Apr 16 2004 | MATHWORKS, INC , THE | Real-time code preview for a model based development process |
7882445, | Apr 20 2007 | National Instruments Corporation | Configurable wires in a statechart |
7954084, | Jul 30 2002 | Sereneo | Software for generating a computer application code and software description language |
7979843, | Dec 20 2000 | National Instruments Corporation | Conversion of a first executable diagram having interconnected nodes to a second executable diagram using an intermediate XML representation |
7987448, | Dec 20 2000 | National Instruments Corporation | Conversion of a first diagram having states and transitions to a graphical data flow program using an intermediate XML representation |
8099712, | Dec 20 2000 | National Instruments Corporation | Generating a hardware description based on a diagram with states and state transitions |
8108833, | Apr 20 2007 | National Instruments Corporation | Automatically generating a graphical data flow program from a statechart |
8214796, | Apr 20 2007 | National Instruments Corporation | Event firing node for asynchronously passing events from a graphical data flow program to a statechart |
8250534, | Aug 11 2008 | Infonovus Technologies, LLC | Method and system for constructing a software application from a complete and consistent specification in a software development process |
8266584, | Apr 20 2007 | National Instruments Corporation | Statechart development environment with a plurality of user-selectable event modes |
8275803, | May 14 2008 | International Business Machines Corporation | System and method for providing answers to questions |
8332394, | May 23 2008 | International Business Machines Corporation | System and method for providing question and answers with deferred type evaluation |
8386999, | Aug 09 2007 | Infonovus Technologies, LLC | Method and system for analyzing a software design |
8387002, | Apr 20 2007 | National Instruments Corporation | Statechart development environment with embedded graphical data flow code editor |
8453105, | Dec 07 2007 | Alcatel Lucent | Device and method for automatically building applications from specifications and from off-the-shelf components selected by semantic analysis |
8458667, | Jan 30 2008 | National Instruments Corporation | Debugging a statechart for a real time target |
8473910, | Aug 09 2007 | Infonovus Technologies, LLC | Method and system for defining a software application as a complete and consistent specification in a software development process |
8484015, | May 14 2010 | Wolfram Alpha LLC | Entity pages |
8589869, | Sep 07 2006 | Wolfram Alpha LLC | Methods and systems for determining a formula |
8601015, | May 15 2009 | Wolfram Alpha LLC | Dynamic example generation for queries |
8640100, | Apr 20 2007 | National Instruments Corporation | Debugging a statechart using a graphical program |
8645936, | Sep 30 2009 | Zynga Inc | Apparatuses, methods and systems for an a API call abstractor |
8656351, | Dec 21 2000 | National Intruments Corporation | Configuring a state diagram with graphical source code |
8768925, | May 14 2008 | International Business Machines Corporation | System and method for providing answers to questions |
8812298, | Jul 28 2010 | Wolfram Alpha LLC | Macro replacement of natural language input |
8843879, | Sep 13 2010 | MASSIVELY PARALLEL TECHNOLOGIES, INC | Software design and automatic coding for parallel computing |
8892550, | Sep 24 2010 | International Business Machines Corporation; Nico M., Schlaefer | Source expansion for information retrieval and information extraction |
8966439, | Sep 07 2006 | Wolfram Alpha LLC | Method and system for determining an answer to a query |
9069814, | Jul 27 2011 | Wolfram Alpha LLC | Method and system for using natural language to generate widgets |
9176490, | Aug 16 2010 | Mitsubishi Electric Corporation | Control program generation device, control program generation program, and control program generation method |
9213768, | May 15 2009 | Wolfram Alpha LLC | Assumption mechanism for queries |
9405424, | Aug 29 2012 | Wolfram Alpha LLC | Method and system for distributing and displaying graphical items |
9684721, | Sep 07 2006 | Wolfram Alpha LLC | Performing machine actions in response to voice input |
9734252, | Sep 08 2011 | Wolfram Alpha LLC | Method and system for analyzing data using a query answering system |
9753912, | Dec 27 2007 | Great Northern Research, LLC | Method for processing the output of a speech recognizer |
9805723, | Dec 27 2007 | Great Northern Research, LLC | Method for processing the output of a speech recognizer |
9851950, | Nov 15 2011 | Wolfram Alpha LLC | Programming in a precise syntax using natural language |
Patent | Priority | Assignee | Title |
5167009, | Aug 03 1990 | ROCKWELL AUTOMATION TECHNOLOGIES, INC | On-line process control neural network using data pointers |
5499371, | Jul 21 1993 | Progress Software Corporation | Method and apparatus for automatic generation of object oriented code for mapping relational data to objects |
5555367, | Sep 30 1994 | General Electric Company | Method and system for generating computer programs for queries formed by manipulating object-oriented diagrams |
5634024, | May 18 1994 | NEC Corporation | Definition execution system for operations and functions in computer system |
6016467, | May 27 1997 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Method and apparatus for program development using a grammar-sensitive editor |
6493694, | Apr 01 1999 | Qwest Communications International Inc | Method and system for correcting customer service orders |
EP442240, | |||
WO9740425, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Jan 30 2001 | British Telecommunications public limited company | (assignment on the face of the patent) | / | |||
Jan 30 2001 | LEATHEM, CAROLINE A | BRITISH TELECOMMUNICATIONS PULBIC LIMITED COMPANY | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 013247 | /0846 | |
Feb 02 2001 | PRESTON, KEITH R | BRITISH TELECOMMUNICATIONS PULBIC LIMITED COMPANY | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 013247 | /0846 |
Date | Maintenance Fee Events |
Jun 10 2010 | ASPN: Payor Number Assigned. |
Sep 23 2010 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Sep 18 2014 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Sep 19 2018 | M1553: Payment of Maintenance Fee, 12th Year, Large Entity. |
Date | Maintenance Schedule |
Mar 27 2010 | 4 years fee payment window open |
Sep 27 2010 | 6 months grace period start (w surcharge) |
Mar 27 2011 | patent expiry (for year 4) |
Mar 27 2013 | 2 years to revive unintentionally abandoned end. (for year 4) |
Mar 27 2014 | 8 years fee payment window open |
Sep 27 2014 | 6 months grace period start (w surcharge) |
Mar 27 2015 | patent expiry (for year 8) |
Mar 27 2017 | 2 years to revive unintentionally abandoned end. (for year 8) |
Mar 27 2018 | 12 years fee payment window open |
Sep 27 2018 | 6 months grace period start (w surcharge) |
Mar 27 2019 | patent expiry (for year 12) |
Mar 27 2021 | 2 years to revive unintentionally abandoned end. (for year 12) |