Content deleted Content added
Johnchallis (talk | contribs) mNo edit summary |
add reference to H H Williams paper |
||
Line 1:
'''Compound term processing''' is the name that is used for a category of techniques in [[Information retrieval]] applications that performs matching on the basis of compound terms. Compound terms are built by combining two (or more) simple terms, for example "triple" is a single word term but "triple heart bypass" is a compound term. For the purpose of information retrieval, it is important to decide which terms to use for searching. In other words, the
In August 2003 [[Concept Searching Limited]] introduced the idea of using statistical Compound Term Processing via an article published in INFORMATION MANAGEMENT AND TECHNOLOGY (VOL 36 PART 4). A British Library Direct catalogue entry can be found here: <ref>[http://direct.bl.uk/bld/PlaceOrder.do?UIN=138451913&ETOC=RN] British Library Direct catalogue entry</ref>.
Line 11:
Most search engines simply look for documents that contain the words that the user enters into the search box (aka "keyword search" engines). [[Boolean search]] engines add a degree of sophistication by allowing the user to specify additional requirements but most users struggle to comprehend and use the necessary syntax (e.g. Tiger NEAR Woods AND (golf OR golfing) NOT Volkswagen). [[Phrase search]] is easier to understand but can lead to many useful documents being missed if they do not contain the exact phrase specified.
Techniques for probabilistic weighting of single word terms dates back to at least 1976 and the landmark publication by Stephen Robertson and [[Karen Spärck Jones]]: Relevance weighting of search terms originally published in the Journal of the American Society for Information Science. <ref> [http://www.soi.city.ac.uk/~ser/papers/RSJ76.pdf] Relevance weighting of search terms</ref>
[[Compound
In 2004 Anna Lynn Patterson filed a number of patents on the subject of "Phrase based indexing and retrieval" and to which Google subsequently acquired the rights. A full discussion of the patents can be found here: [http://www.webmasterwoman.com/search-engines/phrase-based-indexing.html Webmaster Woman]. The patents themselves can be found online, for example: <ref>[http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PG01&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.html&r=1&f=G&l=50&s1=%2220060031195%22.PGNR.&OS=DN/20060031195&RS=DN/20060031195] US Patent: 20060031195</ref>.
Statistical Compound Term Processing is more adaptive than the "phrase based indexing and retrieval" detailed by Anna Lynn Patterson in her patent applications. The "phrase based indexing" is targeted at searching the World Wide Web where
Statistical Compound Term Processing is also more adaptive than the linguistic approach taken by the CLAMOUR project which considers the syntactic properties of the terms (part of speech, gender, number) and their combination. CLAMOUR is highly language dependent, whereas the statistical approach is language independent.
|