EP1851659A2 - Verfahren und computereinheit zum ermitteln von computer-servicenamen - Google Patents
Verfahren und computereinheit zum ermitteln von computer-servicenamenInfo
- Publication number
- EP1851659A2 EP1851659A2 EP06708080A EP06708080A EP1851659A2 EP 1851659 A2 EP1851659 A2 EP 1851659A2 EP 06708080 A EP06708080 A EP 06708080A EP 06708080 A EP06708080 A EP 06708080A EP 1851659 A2 EP1851659 A2 EP 1851659A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- service
- names
- service names
- name
- computer
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/237—Lexical tools
- G06F40/247—Thesauruses; Synonyms
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/3331—Query processing
- G06F16/334—Query execution
- G06F16/3344—Query execution using natural language analysis
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/205—Parsing
- G06F40/211—Syntactic parsing, e.g. based on context-free grammar [CFG] or unification grammars
Definitions
- the present invention relates to a method and a computer unit for determining computer service names.
- the object according to the invention is achieved by a method according to claim 1 and a computer unit according to claim 3.
- the invention takes advantage of the fact that service names have standardized, structured forms. For example, there are service names in the so-called Hungarian notation with capital letters without dial tone (eg getAverageTemperature). Furthermore, there is the possibility to provide an underscore, z. Eg get_average_temperature, etc. The total number of possibilities is not that high.
- This standardized form of service names makes it possible to invent a fictional service name.
- the fictional service name reflects the fuzzy logic. It could theoretically correspond to the real name of the service because it follows the conventions described above. The real name can also be quite different because the service provider has chosen a different notation or other terms. This fictitious service name is now broken lexigraphically into sub-strings.
- a string matching is performed, ie, service names are found that match the fictitious service name in sub-strings.
- a search for synonyms for the sub-strings is also performed.
- the fictional service name was just a theoretical possibility for the real service name.
- the real service name will most likely contain at least synonyms of the substrings.
- These synonyms can be stored in a table or XML file.
- a further determination phase is carried out on the basis of a partial string matching with these synonyms, which increases the number of the overall determined real service names. Another criterion for finding the right service is parsing. Depending on the type of service you are looking for, it is necessary to pass a certain number of parameters.
- a service that supplies temperature values for specific coordinates requires these coordinates as parameters. Found real services that do not require these parameters can be excluded as potential search results. This reduces the group of service names determined overall, and the parsing step can be done either before or after searching for synonyms.
- a computer unit for determining computer service names therefore comprises an input unit, a parser (for the lexigraphic division of the fictitious service name which can be input via the input unit) and a file with synonyms.
- This file is an XML file in a preferred format.
- the computer unit should have a syntax analyzer, that is to say have a means for analyzing the syntax of the searched and the found service, which among other things can count the parameters of a service call.
- FIG 2 shows the computer unit according to the invention.
- FIG. 1 shows that the input of a fictitious service name first takes place in step 10. This may be the fictitious name getAverageTemperature (6, 22) mentioned above, which, according to the task, should serve to find an average temperature between 6 and 22 o'clock.
- the lexigraphic division of the fictitious service name the so-called parsing.
- the fictional service name is divided into a number of sub-strings, each representing individual words or meaningful syllables.
- a preferred lexigraphic division of our fictitious name is get, average, and temperature, and the lexigraphic division may also indicate that a sub-string is searched for temp.
- a search of existing service names takes place. These names can be identified in a network where they are appropriately named and where the services are invocable.
- the determination takes place in the first determination phase 14 due to a so-called partial string matching.
- names would be selected that include the substrings "get”, “average” and “temperature.” For example, get_Airpressure (time), get_temp (time), get_mid_temp (time 1, time 2
- get_Airpressure time
- get_temp time
- get_mid_temp time 1
- the latter service might be the one you are looking for, but its name contains the term "mid” instead of the term "average.”
- Such a term is only valid if access is made to a synonym file in the classic one Name components of service name synonyms are provided In the present case, such a table or file would have to include that the term "mid” is a synonym for "average".
- a second determination chase can be found in step 18.
- a syntax analysis 20 can take place and in a third determination phase, a further restriction can then be made.
- the syntax analysis involves selecting from a group of several determined service names, for example get mid temp (time 1, time 2) and get_mid_temp (time 1, time 3, time 5), the command which depends on only two variables.
- the third determination phase 22 is interchangeable with the second determination phase 18 in their order, ie, the steps 20 and 22 may be performed before the steps 16 and 18.
- the second and third investigation phases are each a further investigation phase, which supplement the first investigation phase 14. In the end, in step
- the group of the existing existing service names or the only remaining subgroup is output, so that the user now receives service names which most closely match the fictitious service name entered by the named criteria.
- the inventive method can be performed on a computer unit, this computer unit can be a mobile terminal, wherein the mobile terminal is referred to here as a computer unit.
- a computer unit 26 is shown in FIG. 2, which has a central processor unit, the CPU 28.
- an input device 30 for inputting a fictional service name, a parser 32 for the lexigraphic division of the fictitious service name, a syntax analyzer 34 for analyzing the syntax of the fictitious service name and the found real service names, and an XML file 36 with synonyms for the name components.
- the elements 32 and 34 may be appropriate software parts that may run on the CPU 28 and the XML file 36 must be accessible by the computer unit.
- FIG. 2 shows a network connection 38, via which access is made to the XML file 36.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Computer And Data Communications (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| DE102005008803A DE102005008803A1 (de) | 2005-02-25 | 2005-02-25 | Verfahren und Computereinheit zum Ermitteln von Computer-Servicenamen |
| PCT/EP2006/050733 WO2006089838A2 (de) | 2005-02-25 | 2006-02-08 | Verfahren und computereinheit zum ermitteln von computer-servicenamen |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP1851659A2 true EP1851659A2 (de) | 2007-11-07 |
Family
ID=36693119
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP06708080A Withdrawn EP1851659A2 (de) | 2005-02-25 | 2006-02-08 | Verfahren und computereinheit zum ermitteln von computer-servicenamen |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20080147618A1 (de) |
| EP (1) | EP1851659A2 (de) |
| CN (1) | CN101288071A (de) |
| DE (1) | DE102005008803A1 (de) |
| WO (1) | WO2006089838A2 (de) |
Families Citing this family (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9092517B2 (en) * | 2008-09-23 | 2015-07-28 | Microsoft Technology Licensing, Llc | Generating synonyms based on query log data |
| US20100293179A1 (en) * | 2009-05-14 | 2010-11-18 | Microsoft Corporation | Identifying synonyms of entities using web search |
| US8533203B2 (en) * | 2009-06-04 | 2013-09-10 | Microsoft Corporation | Identifying synonyms of entities using a document collection |
| US9600566B2 (en) | 2010-05-14 | 2017-03-21 | Microsoft Technology Licensing, Llc | Identifying entity synonyms |
| US8745019B2 (en) | 2012-03-05 | 2014-06-03 | Microsoft Corporation | Robust discovery of entity synonyms using query logs |
| US10032131B2 (en) | 2012-06-20 | 2018-07-24 | Microsoft Technology Licensing, Llc | Data services for enterprises leveraging search system data assets |
| US9594831B2 (en) | 2012-06-22 | 2017-03-14 | Microsoft Technology Licensing, Llc | Targeted disambiguation of named entities |
| US9229924B2 (en) | 2012-08-24 | 2016-01-05 | Microsoft Technology Licensing, Llc | Word detection and domain dictionary recommendation |
| CN104699667A (zh) * | 2015-02-15 | 2015-06-10 | 深圳市前海安测信息技术有限公司 | 改进的基于语义词典的词语相似度计算方法和装置 |
| CN115883765A (zh) * | 2021-09-26 | 2023-03-31 | 天翼爱音乐文化科技有限公司 | 一种进行图像共享的虚拟客服应答方法、设备和存储介质 |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP3484779B2 (ja) * | 1994-10-12 | 2004-01-06 | 富士ゼロックス株式会社 | 名前サービス方式及び名前サービス方法 |
| JP2001137788A (ja) * | 1999-11-12 | 2001-05-22 | Hitachi Ltd | 地名表記辞書作成方法および地名表記辞書作成装置 |
| US20020152206A1 (en) * | 2001-04-12 | 2002-10-17 | International Business Machines Corporation | Synonym-enabled enhancements for matching and registering internet domain names |
| US20020169755A1 (en) * | 2001-05-09 | 2002-11-14 | Framroze Bomi Patel | System and method for the storage, searching, and retrieval of chemical names in a relational database |
| JP2004280661A (ja) * | 2003-03-18 | 2004-10-07 | Fujitsu Ltd | 検索方法及びプログラム |
| US7254579B2 (en) * | 2004-03-15 | 2007-08-07 | Microsoft Corporation | Using endpoint references in a pub-sub system |
| US8041727B2 (en) * | 2005-01-06 | 2011-10-18 | Sabre Inc. | System, method, and computer program product for finding web services using example queries |
-
2005
- 2005-02-25 DE DE102005008803A patent/DE102005008803A1/de not_active Withdrawn
-
2006
- 2006-02-08 US US11/884,986 patent/US20080147618A1/en not_active Abandoned
- 2006-02-08 WO PCT/EP2006/050733 patent/WO2006089838A2/de not_active Ceased
- 2006-02-08 CN CNA2006800061032A patent/CN101288071A/zh active Pending
- 2006-02-08 EP EP06708080A patent/EP1851659A2/de not_active Withdrawn
Non-Patent Citations (1)
| Title |
|---|
| See references of WO2006089838A2 * |
Also Published As
| Publication number | Publication date |
|---|---|
| DE102005008803A1 (de) | 2006-09-07 |
| US20080147618A1 (en) | 2008-06-19 |
| WO2006089838A3 (de) | 2007-12-06 |
| WO2006089838A2 (de) | 2006-08-31 |
| CN101288071A (zh) | 2008-10-15 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| DE69724356T2 (de) | Verfahren und Apparat für die Darstellung von Information im Bezug auf jeden einzelnen von mehreren Hyperlinks | |
| DE69811066T2 (de) | Datenzusammenfassungsgerät. | |
| DE112015005728B4 (de) | Automatisches Auffinden von Konfigurationselementen | |
| DE102005051429A1 (de) | Verfahren und Software zur Analyse von Forschungsveröffentlichungen | |
| DE202012013427U1 (de) | Verknüpfung von Tabellen in einem MapReduce-Verfahren | |
| DE19954534A1 (de) | Rückwärtsindexieren von Zeichenketten in einer relationalen Datenbank zum Suchen mit Joker | |
| DE202017107393U1 (de) | Vorhersagen eines Suchmaschinen-Einordnungssignalwerts | |
| DE102010028884A1 (de) | Ursachenanalyse für Verarbeitung komplexer Ereignisse | |
| DE202008018638U1 (de) | Generisches Format für die effiziente Übertragung von Daten | |
| DE102009017082A1 (de) | Verfahren und Vorrichtung zum Generieren einer Datenbank für eine Datenbankabfrage, sowie ein Suchverfahren und eine Suchvorrichtung zur Datenbankabfrage | |
| EP1851659A2 (de) | Verfahren und computereinheit zum ermitteln von computer-servicenamen | |
| DE102020206342A1 (de) | Dokumentenabrufeinrichtung und dokumentenabrufverfahren | |
| WO2008113682A1 (de) | Verfahren zum rechnergestützten ermitteln der abhängigkeiten einer vielzahl von modulen eines technischen systems, insbesondere eines softwaresystems | |
| DE112014001997T5 (de) | Kennzeichnen von Client-Zuständen | |
| DE10028624A1 (de) | Verfahren und Vorrichtung zur Dokumentenbeschaffung | |
| DE112012006749T5 (de) | Suchmethode | |
| EP1330740B1 (de) | Verfahren zum zugriff auf eine speichereinheit bei der suche nach teilzeichenfolgen sowie zugehörige speichereinheit | |
| EP1030254B1 (de) | Verfahren und System zum Verwalten von Dokumenten | |
| EP3729293B1 (de) | Verfahren zur reduzierung der rechenzeit einer datenverarbeitungseinrichtung | |
| DE112021007304T5 (de) | Informationsverarbeitungsvorrichtung, informationsverarbeitungsverfahren und informationsverarbeitungsprogramm | |
| DE102006054671A1 (de) | Systeme und Verfahren zum Auffinden häufig aufgerufener Unterbäume | |
| EP1094405A2 (de) | Verfahren zum Erzeugen einer dynamischen Auswahlmaske für den Abruf von Daten aus einer Datenbank | |
| EP2137622B1 (de) | Verfahren und datenverarbeitungssystem zur rechnergestützten performanzanalyse eines datenverarbeitungssystems | |
| DE112014002696T5 (de) | Verfahren und System für effizientes Sortieren in einer relationalen Datenbank | |
| DE10039536A1 (de) | Verfahren und Vorrichtung zur Bildung von Suchzeichenketten-Varianten |
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 |
|
| 17P | Request for examination filed |
Effective date: 20070716 |
|
| AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU LV MC NL PL PT RO SE SI SK TR |
|
| AX | Request for extension of the european patent |
Extension state: AL BA HR MK YU |
|
| R17D | Deferred search report published (corrected) |
Effective date: 20071206 |
|
| DAX | Request for extension of the european patent (deleted) | ||
| RBV | Designated contracting states (corrected) |
Designated state(s): DE FR GB IT SE |
|
| 17Q | First examination report despatched |
Effective date: 20110211 |
|
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: UNIFY GMBH & CO. KG |
|
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: UNIFY GMBH & CO. KG |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
| 18D | Application deemed to be withdrawn |
Effective date: 20160901 |