<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:ns2="http://www.tei-c.org/ns/Examples">
    <teiHeader>
        <fileDesc>
            <titleStmt>
                <title>A~D E~O~AL ~A~S ~N ~PAPER TEXTS</title>
            </titleStmt>
        </fileDesc>
    </teiHeader>
    <text>
        <front/>
        <body>
            <div>
                <p>AN EXPERIMERTAL SYSTEM FOR A~OMATIC RECOGNITION OF PERSONAL TITLES</p>
                <p>Casimir Borkowski Thomas J. Watson IBM Research Center</p>
                <p>Yorktown Heights, N.Y. Smry.</p>
                <p>Natural language seems to sublanguages (e.g., personal titles, its own structure which relative to is quite simple. contain various special-purpose personal names) -- each with the total structure of language</p>
                <p>An ability to generate and to recognize automatically words and word strings belonging to various languages may prove to he very useful since role in indexing ~ in various systems for tributing information.</p>
                <p>This paper (i) describes some of volved in automatic recognition of personal newspaper texts, (2) outlines some rules of to perform this task, (3) presents statistics rithm's accuracy and exhaustiveness obtained of the algorithm to texts, (4) discusses and interprets some of the results, and (5) suggests some applications for computer programs capable of recognizing personal titles and names. Motivation for the Exl~eriment.</p>
                <p>One of the major questions of the day is the extent to which a computer can be instructed to identify various parts of texts written in plain, ordinary language. In trying to answer this question, we set ourselves the preliminary limited objective of developing an automatic procedure for identifying personal titles and personal names in English-language texts. i special-purpose subthey play an important extracting and disthe main problems intitles and names in</p>
                <p>an algorithm designed</p>
                <p>concerning the algo-</p>
                <p>in manual application ) places a frequent source of personal names but also because many localities were named after people, as for example, Elizabet~ New Jersey andDallas, Texas. And to make matters worse, hotels~ business firms, universities, etc. can be named after people~a~d are often referred to by an abbreviated name which is that of a person (e.g., &quot;He is staying at the Hilton&quot;, &quot;He graduated from Stanford&quot; &quot;Ford was hit by a strike last week &quot;~ UT~m of them cllmbedthe -~ ~ e~e ~st ''~ ) . As for personal names like &quot;HelenaRubinstein&quot; and &quot;Max Factor&quot;, they designate persons as well as business firms, while &quot;Philip Morris&quot; is the name of a person, of a corporation, and of a brand of cigarettes.</p>
                <p>Yet another difficulty arises in case of names of persons (e.g., &quot;Madison&quot;) when they perform a naming function with regard to something, say an avenue, (e.g., &quot;Madison Avenue&quot;). Presumbly, it would be worthwhile to distinguish automatically references to persons from references to things named after persons.</p>
                <p>Further difficulties in automatic recognition result from the co-occurrence in texts of names belonging to different name strings (e.g., &quot;John Byron&quot; as in &quot;Estelle gave John Byron's Don Juan&quot;, &quot;Mary Jane&quot; as in &quot;For Mary Jane had nothing but sympat-~&quot; I ~xander Montgomery&quot; as in &quot;According to Alexander Montgomery was slow in exploiting successes&quot;.).</p>
                <p>Other difficulties in :recOgnizing personal names result from the fact that personal titles are not unfailing aids in identifying and disambiguating personal names since titles themselves can be homographic with other types of words. For instance, &quot;General&quot; is a military rank in &quot;General Mobutu&quot;, but not in &quot;General Motors&quot;.</p>
                <p>Further difficulties result from the fact that some titles are homographic with given names. How is an automaton to tell that &quot;Dean&quot; is a.title in &quot;Dean Wiesner&quot; but a name in &quot;Dean Rusk&quot;, that &quot;King&quot; is a title in &quot;King James&quot; but a name in &quot;James King&quot;, that '~arl&quot; is a title in &quot;the fourth Earl Russell&quot; but a name in &quot;the Chief Justice Earl Warren&quot;? Some Reco~nltion Rules.</p>
                <p>Our recognition algorithm was intended a~ a frame of reference in an investigation of the trade-off between the efficiency and the complexity of a series of algorithms.</p>
                <p>To be able to investigate the trade-off between the efficiency and the complexity of a series of algorithms, we avoided taking as our point of departure a strong theory about the structure of language, memant~cs, pragmatics, etc., and about the amount of syntactic recognition required for successfUl identification in texts of personal titles and names. Instead, we sought to discover • \ what ~ssumptions and what information about natural l~a@e~ahd text~ may be pertinent .to.;.the resolution of the limited problems in recognition which we set for ourselves.</p>
                <p>Stronger assumptions and muze elaborate techniques of analysis can be built into subsequent algorithms if required and as required. For instance, since parsing may be helpful in identifying sequences of names each of which is followed by its title (e.g., &quot;The President nominated John Gordon Ambassador to Guatemala, William T. M. Beale Jr. Ambassador to Jamaica...&quot;) future recognition algorithms may parse sentences containing: (1) double-object verbs (e.g., &quot;nominate&quot;) and (2) strings consisting of personal names followed by titles.</p>
                <p>At a later time, parsing and/or other types of analyses may be extended to sentences, paragraphs, and articles containing other kinds of words and phrases. However, since parsing and other types Of analyses may be expensive, it would seem advisable to apply them only when they can reasonably be expected to provide economic solutions to valid problems.</p>
                <p>Our rules describe the arrangement in the sentence of the words, phrases, and punctuation marks which are pertinent to recognition of names and titles. Generally, the description starts with the first, that is, the leftmost pertinent element and termi I nates with the last, or rightmost pertinent element. Recognition rules were given a &quot;left-to-right&quot; format because rules expressed in this way are easy to implement on an electronic computer.</p>
                <p>For greater ease of understanding, the rules are'expressed here in narrative form. For the sake of brevity, only some recognition rules are listed here. A more complete description of identification rules is available elsewhere.(1) -</p>
                <p>Our rules for recognizing names of persons take advantage of the style rules of The New York Times. We would conjecture that whereas details of name recognition rules may vary from newspaper to newspaper, their general pattern will remain fairly stable and independent of editorial conventions.</p>
                <p>The rule for identifying personal titles which was selected as a reasonable first approximation states that a word or phrase in text is a personal title either: (i) if it matches a word or string of words on a list of titles or</p>
                <p>(2) if it matches a word or a string of words which is on llst of words and phrases which commonly combine with titles &quot;Acting&quot;, &quot;Assistamt&quot;, '&quot;~ice&quot;) and is followed by a personal (e.g., &quot;Acting Mayor,, &quot;Acting Assistant Vice President&quot;) a (e.g., title or</p>
                <p>(3) if it is a personal title followed by a wor~ or a strim~ of words which is on a list of words which commonly combine with titles (e.g. t &quot;-elect ~, &quot; at Large&quot;, &quot;pro tempore&quot;) as in &quot;Senator-elect&quot;, &quot;Ambassador at Large&quot;, &quot;President pro tempore&quot;. or</p>
                <p>(4) if it is a title designated by a llst, like say &quot;Commissioner&quot;, followed by the word &quot;of&quot; and any capitalized word (e.g., &quot;Co~nissioner of Parks&quot;). or</p>
                <p>(5) if it is a word beginning with a capital letter and followed by a title designated by a list (e.g., &quot;Co~zmlssioner&quot; as in &quot;Police Co~,issioner&quot; ). ~'</p>
                <p>A preliminary (and a highly tentative) rule specifies how titles concatanate. This rule permits distinguishing some strings such as &quot;Prime Minister, Sir&quot; as in &quot;Prime Minister, Sir Alec Douglas-Home&quot;, &quot;Rev. Dr.&quot; as in &quot;Rev. Dr. Martin Luther King&quot;, &quot;Mr. Chairman&quot;3&quot;Mr. Counsel&quot;, &quot;Mr. Chairman, Ladies, and Gentlemen:&quot;, and so forth from titles followed by names.</p>
                <p>The present set of rules for identifying homographic (that is, ortographically identical) is relatively simple. It divides ambiguous titles words of Class I (e.g., &quot;King&quot;, &quot;Pope&quot;, &quot;Prince&quot;) be titles (e.g., &quot;King John&quot;, &quot;Pope John&quot;) unless:</p>
                <p>(1) preceded by either personal titles designated by such as &quot;Mr.&quot;, &quot;Dr.&quot;, &quot;M. Sgt.&quot;, &quot;General&quot;, and initials in various combinations (e.g., &quot;Dr. Pope&quot;, &quot;John Pope&quot;, &quot;John M. King'!, &quot;J. or (2) followed by such postnomial elements as &quot;&amp; Bros.&quot; (e.g., &quot;King &amp; Bros.), &quot;and Company&quot; (e.g., &quot;King and Company&quot;), and so forth.</p>
                <p>titles which are with other words</p>
                <p>into four classes;</p>
                <p>are assumed to a 1/st</p>
                <p>Occasionally, words of Class I are followed by capitalized words or phrases which designate various institutions, establishments, locations, and so forth which are frequently named after persons (e.g. 3 &quot;Drug Store&quot;, &quot;College&quot;, &quot;Avenue&quot;, &quot;Theorem&quot;). Although, the llst of such words and phrases is open-ended, its most frequently occurring members can be discovered and listed quite easily. Furthermore, there is some evidence that many or most such phrases can be identified by means of recogniti6n rules. Words which are members of Class I are assumed to be names when they are followed by words such as &quot;College&quot; o~ phrases such as &quot;Drug Store&quot; . etc., or by &quot;Mr. King&quot;, M. King&quot;) given names &quot;John King&quot;, &quot;Sr.&quot; (e.g., &quot;King, Sr.&quot;),</p>
                <p>Words which are members of Class II (e.g., &quot;Kaiser&quot;, &quot;Chamberlain&quot;, '~arl&quot;) are assumed to be personal names., Commonly occurring exceptionsto this rule (e.g., &quot;Kaiser Wilhelm&quot;, &quot;Lord Chamberlain&quot;, '~arl of&quot; (if followed by a word beginning with a capital letter)) are listed.</p>
                <p>Words which are members of Classes III and IV (e.g., &quot;General&quot;, &quot;Principal&quot;, &quot;Justice&quot;) are assumed to be titles. Commonly occurring exceptions to this rule are listed (&quot;General Assembly&quot;, &quot;Major Medical Plan&quot;, &quot;Principal Investigator&quot;, &quot;Justice Department&quot; ).</p>
                <p>As our rules become more sophisticated, the need for lists of exceptions will diminish. However, it is likely that listing exceptions will often be an attractive alternative to rendering a rule more complicated. Personal titles in the plural are recognized by means of a simple rule. It the plural (i) it</p>
                <p>(2) its Generals&quot;</p>
                <p>(3) if designates (e.g., &quot;Collector&quot; as in &quot;District Collector of Internal Revenue&quot;).</p>
                <p>A procedure in the plural is used case (e.g., singular: similar to the one for identifying titles to recognize personal titles in the possessive &quot;Major General's&quot;, plural: &quot;Major Generals'&quot;).</p>
                <p>Our rules assume that the capitalized word or string of words and initials which frequently follows a title is the name of a person (e.g., &quot;President Nkrumah&quot;, '~r. Paul-Henri Spaak&quot;, &quot;Governor Nelson Rockefeller&quot;).</p>
                <p>If a title is followed by a word beginning with a lowercase letter or by certain punctuation marks, this indicates that the title is not followed by a name. However, occasionally personal titles arm followed by names beginning with lower-case letters (e.g. I &quot;President de Gaulle&quot;).</p>
                <p>On occasion, titles are followed by capitalized words which are not names. This happens in particular when a title is followed by a capital~zed word or phrase which designates an states that a string of characters is a personal title in if: is recognizable as a personaltitle and if either final word is followed by the letter &quot;s&quot; (e.g., &quot;Major ) or else one of the words of which it is composed and which a llst</p>
                <p>as the stem for the plural is followed by the letter &quot;s&quot; institution, an establisb~ment', a site, and so forth, nsu~ed after a personal title (e.g., &quot;Ambassador Bar&quot;, &quot;Archduke Trio&quot;, &quot;Emperor Concerto&quot;~ &quot;President Hotel&quot;, &quot;Queens County&quot;, &quot;Viceroy Lumber Company&quot; ) •</p>
                <p>Although -- as mentioned earlier -- the list of such words and phrases is open-ended, its most frequently occurring members have been listed and are consequently identifiable. Co~nly occurring exceptions to this rule are also listed and are therefore identifiable. In addition, we have some simple preliminary rules for identifying phrases whose designata often bear as names words or phrases which are personal titles (e.g., &quot;President Radio Repair Shop&quot;, &quot;Viceroy Lumber Company&quot;). However, since the identification of phrases which designate such namesakes has been given little attention, these rules are very tentative.</p>
                <p>Words which are generally names of weekdays when they occur after personal titles (e.g., &quot;They saw the President Monday&quot;) are of course listable and therefore identifiable.</p>
                <p>Occasionally, titles are followed by capitalized words which are not names and for the recognition of which the rules make no provisions (e.g., &quot;British&quot; in &quot;The Prime Minister, British sources said, will arrive on Monday.&quot; and &quot;New York&quot; in &quot;Mr. Stevenson prefers Washington and Mr. Rusk, the Secretary of Stat% New York.&quot;). Constructions such as these are, however, quite rare.</p>
                <p>Occasionally, prepositional and other phrases intrude between a title and a name (e.g., &quot;the French Ambassador to the _United States, Herve Alphand&quot;, &quot;the Foreign Minister of France, Maurice Couve de Murville&quot;). Prepositional phrases of this sort and other adjuncts are identified by various rules of the &quot;brute force&quot; type whose statements are constructed as follows: If a personal title (e.g., &quot;Foreign Minister&quot;) is followed by a phrase consisting of the preposition &quot;of&quot; and of the name of a country, such phrase is part of the title.</p>
                <p>In general 3 in a string of words consisting of titles and names t titles precede names (e.g., &quot;the Secretary of State, Dean Rusk I the Foreign Minister of the Federal Republic, Gerhard SchrSder, the Foreign Minister of France, Maurice Couve de Murville&quot;). Sequences of names each of which is followed by its title (e.g., &quot;Dean Rusk, the Secretary of State, Gerhard SchrSder, the Foreign Minister of the Federal Republic, ...&quot;) are rare. (Ordinarily, iz. a construction of this type, each title is set off from the name which follows it by a semi-colon.)</p>
                <p>In spite of counter-examples such as the ones above, one can reasonably assume that if the capitalized word or string of words and initials which frequently follows a personal title is NOT an identifiable word like &quot;Hotel&quot;, &quot;Garage&quot;, &quot;Street&quot; I &quot;Monday&quot;, etc., or a phrase li~e &quot;Barber Shop&quot;, '~rug Store&quot;, &quot;Meat Packing Company&quot;, etc., then it is a personal name.</p>
                <p>While counter-examples to this rule and to similar rules are easy to invent, the inventors of counter-examples usually miss the point that rules such as these are statistical observations a~ that in actual application to texts they hold up rather well. As state~ earlier, among the goals of an investigation of this type is to obtain experimental evideuce as to how well the rules hol~ up an~ what amendments are required to simplify them, ~to render them more accurate, and to expand their scope.</p>
                <p>If a personal title (e.g., &quot;President&quot;) is conjoined to the titles &quot;Mrs.&quot; or &quot;Miss&quot; (as in &quot;the President and Mrs. Johnson&quot;), the capitalized word or string of words which follows the conjoined titles is generally the name of a person.</p>
                <p>In general, the name of a person acts distributively with regard to the preceding titles, that is to say, a phrase like &quot;the President and Mrs. Johnson&quot; decomposes into &quot;President Johnson and Mrs. Johnson&quot;.</p>
                <p>Occasionally, a personal name does not act distributively with regard to conjoined titles which precede it (as in &quot;an agreement between the Cardinal and Mrs. Johnson&quot;, &quot;a meeti~ between the President and Mrs. Luce&quot;); however, the present set of rules makes no provisions for recognizing such cases.</p>
                <p>Generally, in newspaper ~rticles, capitalized words and initials which (a) frequently follow a personal title in the plural (e.g., &quot;Senators&quot;) and (b) which ar~ not followed by other titles (e.g., &quot;Senators, Congressmen, and Generals&quot;) are strings of personal names (e.g., &quot;Senators Javits and Kennedy&quot;, &quot;Senators Jacob Javits, Robert Kennedy and George D. Aiken&quot;, &quot;Presidents Johnson and Lopez Mateos&quot;).</p>
                <p>Of course, &quot;Ambassadors Bar and Grill&quot; is not a title in the plural followed by two names. However, commonly occurring phrases such as &quot;Bar and Grill&quot; are listable and therefore identifiable.</p>
                <p>As a rule, the first name string -- which is often separated from the title by a comma -- terminates before the first conjunction &quot;and&quot; or before the next comma; the second name string begins after &quot;and&quot; or after the comma; etc.</p>
                <p>If two name strings which follow a title in the plural (e.g., &quot;Senators Jacob Javits, Robert Kennedy, ...&quot;) are separated by a comma, then -- generally -- the end of the second name string is marked by a comma or by the conjunction &quot;and&quot;.</p>
                <p>If two name strings which follow a title in the plural are separated by &quot;and&quot;, then -- generally -- the end of the second name string is marked either by punctuation marks such as sentence period I a colon, a semi-colon, etc., or by a word beginning with a lower-case letter (e.g., &quot;arrived&quot; in &quot;Presidents Johnson and Lopez Mateos arrived today.&quot;). However, if the word beginning with a lower-case letter is a name conjunction (e.g., &quot;de&quot;, &quot;yon&quot;), then such word does not mark the end of the second name (e.g., &quot;Presidents Lyndon Johnson and Charles de Gaulle&quot;).</p>
                <p>Occasionally, the string of words which follows a title in the plural consists of both names and prepositional phrases (e.g., &quot;Senators Javlts of New York and Fulbright of Arkansas&quot;, &quot;Senators from New York, Javits and Kennedy&quot;). Our rules permit identifying some prepositional and other phrases which may intrude between titles in the plural and the names which follow them.</p>
                <p>Generally, the title in the plural acts distributively with regard to the names which follow it, that is to say, a phrase like &quot;Senators Javits and Kennedy&quot; decomposes into &quot;Senator Javlts and Senator Kennedy&quot;.</p>
                <p>Generally, the end of a name string which may follow a personal title in the singular is marked by punctuation (comma, sentence period, dash, semi-colon, colon, exclamation point, apostrophe t three dots, left or right parenthesis, etc.) or by a word beginning with a lower-case letter.</p>
                <p>However, a lower-case letter does not mark the end of a name string if the word which begins with it is either:</p>
                <p>(1) a name conjunction (e.g., &quot;de&quot; as in &quot;Attorney General Nicolas deB. Katzenbach&quot;) or</p>
                <p>(2) the last element of a hyphenated Chinese given name (e.g-, &quot;lai&quot; in &quot;Premier Chou En-lai&quot;) or</p>
                <p>(3) the one-letter Spanish word &quot;y&quot; (e.g., &quot;President Jose Bustamante y Rivero&quot;)</p>
                <p>(4) if it and so forth al-Kadir&quot;, is one of the Arabic words &quot;ibn&quot;, &quot;el&quot;, &quot;al&quot;,</p>
                <p>(as in &quot;Abdul-Assiz ibn-Saud&quot;, &quot;Abd-el Eader&quot;, &quot;Abd-er-Rahman&quot; ).</p>
                <p>The end of a name string is often marked by its ~ment (e.g., &quot;Jr.&quot; as in &quot;Rev. Dr. Martin Luther King Jr.&quot;, in &quot;Douglas MacArthur 2nd&quot;, the Roman numerals &quot;I&quot;, &quot;If&quot;, as in &quot;King Idris I&quot;). Cases in which Roman numerals are middle of a name are rare and can be treated as listable exceptions (e.g., &quot;King Gustaf VI Adolf&quot;). NOTE: The present rule makes no provisions for distinguishing Roman numerals &quot;I&quot;, '~&quot;, and &quot;X&quot; from the first person pronoun &quot;I&quot; and from the letters &quot;V&quot; and &quot;X&quot; since contexts in which these ambiguities may cause error in name recognition seem rare (e.g. I &quot;Malcolm X&quot;, &quot;Pope Leo X&quot;, &quot;Idrls I&quot;, &quot;May I leave?&quot;). &quot;er&quot;,</p>
                <p>&quot;Abdlast ele-</p>
                <p>&quot;2nd&quot; as &quot;III&quot;, etc., in the</p>
                <p>Ordinarily, a left parenthesis or a left bracket are among the punctuations which mark the end of a name string. This, however~ is not the case when a person'~s title and given name are followed by his nickname in quotation marks, as for example in &quot;Gen. Howell (&quot;Howling Mad&quot;) Smith&quot;, &quot;Adm. William (&quot;Bull&quot;) Halsey&quot;, etc.</p>
                <p>Similarly, whereas ordinarily a left bracket marks the end of a name string, occasionally, when quoting someone, newspapers supply in brackets the part of name which the original state~nt omitted (e.g., &quot;M~ agreement with Senator ~qichard B.\] Russell...&quot;); sequences such @s these do not mark the end of a name.</p>
                <p>The rule for identifying nicknames which was selected as a reasonable first approximation states that &quot;strings of words in parentheses and quotes which occur immediately after the title and/or given names and before a surname are nicknames&quot;..</p>
                <p>A parallel rule serves to identify names in brackats which act as amplifications of original statements.</p>
                <p>The preceding section has stated in considerable although by no means full detail some rules for identifying titles and names. We hope that this form of presentation indicates the vast amount of detail involved in rules for automatic recognition without, however, overburdening the reader with a multitude of minute points of information. Results of the Experiment.</p>
                <p>Since our identification rules were embodied in dictionary entries and flow charts which were sufficiently detailed to permit an accurate manual execution of identification procedures, it was decided that our identification system would be tested out by hand on a sample of The New York Times texts.</p>
                <p>Identification procedures were applied manually to some 40,000 words of texts. Altogether eighty-eight articles from eleven issues were selected and processed. Only newsartlcles were included in the sample. All materials found in the special sections such as (1) entertainment, (2) food-fashions-family-furnishings, (3) social events, (4) necrology, etc. were omitted. Materials in the sample consisted of only texts of newsartic±es; picture captions, advertisements, italicized lists of various sorts, charts and diagrams, etc. were excluded from the data.</p>
                <p>Our 40,577-word sample contained 806 occurrences of ~ s of persons. Of the 806 occurrences of names of persons, 46 or about 6% of the total were missed. In addition, 47 words and word strings were mistakenly identified as personal names or personal titles. Figure of merit F for the results of this identification lO system was computed by means of the following formula: F=</p>
                <p>C 2 (C+M) x T where C is the number of correct identifications, M is the number ofmistaken identifications, and T is thenumber of names of persons in the sample. (2) For T = 806, C =746, and M = 47 F = 7462 = .87 (746+47) x 806 Ar~l~sis of Ma~or Errors.</p>
                <p>Twenty-six misses (out of a total of forty-six) and thirty mistaken identifications (out of a total of forty-seven) occurred in attempted identifications of words, word stems, and word strings which perform a naming function vis-a-vis some namesake (e.g., &quot;Grumman Aircraft Engineering Corporation&quot;). This source of misses and false identifications would be eliminated if in the future the automatic identification system was not required to decide whether words, word stems, and word strings (e.g., &quot;Grumman&quot;) performing a naming function vis-a-vis some identifiable namesake (e.g., &quot;Aircraft Engineering Corporation&quot;) are names of persons.</p>
                <p>We also need more effective rules for phrases (e.g., &quot;Aircraft Company&quot;) and personal man Apprentice&quot;) from their respective elements &quot;Company&quot;, &quot;Fireman&quot;, &quot;Apprentice&quot;). computing namesake titles (e.g., &quot;Fire(e.g. I &quot;Aircraft&quot;,</p>
                <p>In addition, we need to caused by the assumption that all ambiguous words such as &quot;General&quot;, etc. are names of persons. prevent or capitalized</p>
                <p>&quot;Justice&quot;, c~eliminate the errors words occurring after</p>
                <p>&quot;Major&quot;, &quot;Principal&quot;,</p>
                <p>We also require more effective rules to distinguish strings of titles (e.g., &quot;President, Secretary of State&quot;) from titles followed by names. In addition, we need more effective rules for distributing a title among all ~ s of persons which follow it in the text (e.g., &quot;Senators Vance Hartke and Birch Bayh of Indiana and Eugene J. McCarthy and Walter F. Mondale of Minnesota&quot;).</p>
                <p>In ad@ition, we ~y requi~e rules which ~m0uld uheCk onHthe did ones : rather than supersede them. The new set of rules would be applied to words and phrases which were identified as names of persons by the old set of rules. The new rules could indicate the degree 3_I of confidence with which the al6orithm identified a wor~ or a string of wor~s as name of a person s or as a personal title followed by the name of a person, etc.</p>
                <p>The advantage of this procedure consists in not having to revamp the algorithm in order to accomodate new rules. New rules would simply be tacked on to the old ones. New rules might che~k whether the elements of a string of letters, punctuation marks, spaces, numbers, etc. which the old rules had identified as a can be (a) words of the English language and (b) names of persons.</p>
                <p>Whether a string of characters is a personal name could be decided by probability tables constructed along these lines: Is this string of letters an English word? Can this string of letters be a personal name? Is this string of letters the name Yes ~(es Yes Unknown No Yes No Unknown</p>
                <p>The new rules should be relatively The question &quot;Is this string of letters an English word?&quot; could be answered by means of (a) a lookup in a dictionary based on some desk dictionary -- say Webster's Collegiate, and (b) si,~le rules for identifying affixes of the plural, the past tense, the gerund, the negation, etc. The question &quot;Can this string of letters be a personal name?&quot; could be answered by means of (a) a lookup in a dictionary based On a large telephone directory -- say the Manhattan Telephone Directs,and (b) simple rules for identifying the plural (e.g., &quot;es&quot; and &quot;s&quot; as in &quot;the Joneses&quot; and &quot;the Weinbergs&quot;) and other affixes.</p>
                <p>Improving the automatic identification system may require several subsidiary investigations. For instance, we may be well advised to determine the relationship -- if any -- between, on the one hand, the length, the date, the place of origin, the subject matter, the authorship, and the type of newspaper articles processed through the system~nd on the other, the effectiveness of the algorithm. 12 of a person? Probably yes It ' s unlikely Yes it ' s very likely easy to implement. Discussion and InteI~retation.</p>
                <p>Automatic classification of words and phrases of the type described here can be regarded as a particularly simple case of machine translation. However, the goal of this type of machine translation is not translation into another natural language but TEXT REDUCTION: certain words and word strings are identified as &quot;pertinent&quot; (e.g., personal titles, personal names~ place names 2 street addresses, numbers and measures, dates and other time phrases, company names, trade names, chemical formulas, etc., etc.)and others as &quot;not pertinent&quot;. Pertinent words and phrases are retained and labeled, and all others are suppressed.</p>
                <p>Even this simple goal requires rules which are rather complex. However, because many word strings which the algorithms such as this one attempt to recognize have simple structure (&quot;phrase structure&quot;), they can be generated and possibly also recognized with a reasonable degree of accuracy by simple automata (&quot;pushdown storage&quot;) or by a combination of linguistic and statistical techniques.</p>
                <p>More generally, it may be useful to view natural language as a macro-language containing certain special-purpose micro-languages (or &quot;sublanguages&quot;) -- each with its own structure which relative to the total structure of language is quite simple. It may be of some practical and theoretical interest (a) to investigate the structures and the inter-relations of such sublanguages and (b) to construct algorithms for identifying in texts words and word strings belonging to such sublanguages.</p>
                <p>An ability to produce and identify automatically words and word strings belonging to various special-purpose categories (i.e., sublanguages, each with its own set of rules) may prove to be very useful in information retrieval because they play an important role in various systems for extracting and distributing information.</p>
                <p>It would appear that along with researching and developing methods for high-quality fully automatic classification of words in texts, it may be advisable to set up efficient procedures for (a) manual classification and tagging of words and word strings in texts, and (b) subsequent automatic extraction of data from texts which were recognized either manually or automatically. One procedure for manual classification of words in texts would require computer-legible texts which can be projected on TV-type tubes (hereafter, &quot;display screens&quot;) and either lightpens or cursors for writing on display screens. It may look approximately as follows:</p>
                <p>A newspaper article would be copied from some type of machine-readable tape into a suitable computer. The computer would ±L~n project the article on a display screen. A clerk would then scan the display screen and locate various types of words and phrases in the article (say, names of persons, names of organizations, dates, addressesj and so forth).</p>
            </div>
            <note n="1" place="below">8</note>
            <div1>
                <head xml:id="sec13"></head>
                <p>Upon identifying a type of word.or of word string, the clerk would flash a lightpen or a cursor at the display screen and bracket that word or word string in suitable identifying symbols. Next, identifying symbols would be transferred from display screen to tape by means of a computer program. The recognized tape could then be processed in various ways by miscellaneous information extracting programs.</p>
                <p>It seems likely that manual assignment of word strings in texts to special-purpose sublanguages (akin to thesaurus classes) would provide a valuable interim service while methods for highquality automatic classification are researched and developed. If and when automatic procedures for recognizing in texts dotes, personal titles, various technical and professional terms, metalinguistic terms, names, etc., etc. become competitive with manual ones, the data processing community will be already in possession of operational computer programs capable of extracting data from recognized texts. Some Possible Applications.</p>
                <p>In the absence of figures on the cost of identifying personal titles and names by computer, the subject of the applications of computer programs capable of recognizing names of persons in newspaper texts must remain in the domain of speculations.</p>
                <p>We would conjecture that if the speed of computation was high and its price could be kept low, and if the figure of merit could be raised to .98 or higher, then a computer program for identifying names of persons in texts would be worth incorporating into existing information retrieval systems of very large newspapers and periodicals.</p>
                <p>It is still unknown whether a program with a figure of merit lo~er than .98 would be useful in information retrieval. We would surmise that it might be adequate for some purposes provided that it is sufficiently fast and cheap.</p>
                <p>Several uses suggest themselves immediately for computer programs capable of identifying cheaply, rapidly, accurately, and exhaustively the names and titles of persons in computer-legible newspaper texts. They seem to fall into five broad and overlapping categories: (1) automatic indexing of newspaper articles, (2) determining how the nsm~s of persons cluster with one another and with other words, (3) establishing frequency counts of names of persons, (4) tracing associations between names of persons, and (5) answering questions of the '~gho?&quot; type within an automatic or semi-automatic system capable of providing answers to &quot;Who?&quot; &quot;Whom?&quot; &quot;whose?&quot; &quot;When?&quot; and &quot;where?&quot; types of questions addressed to a newspaper file. Systems for (a) either automatic or manual classification 14 of words and word strings in texts, and (b) subsequent automatic extraction of data from texts which were recognized either automatically or manually may be useful to many groups, among them: (l~ipolltical scientists, sociologists, lexicographers, onomasti-</p>
                <p>clans, and literary scholars concerned with the occurrence of names, titles, and other words in texts, (2) editors, documentallsts,</p>
                <p>librairians, and others concerned with automation of editing and of literature searching, (3) opinion survey and market research statlsticians concerned with the occurrence of names in texts, celebrity</p>
                <p>ratings, measurement of opinion trends, etc. Footnotes. (i) Borkowski, C.G., A System for Automatic Reco6nition of Personal</p>
                <p>Names in Newspaper Texts, Report RC-1563, Watson IBM Research</p>
                <p>Center, Yorktown Heights, N.Y., 1966, 62 pp. (2) Meetham, A.R., Preliminary Studies for Machine Generated Vo-</p>
                <p>cabularies, Language and Speech, 6 (Part 1): 22-36 (January-</p>
                <p>March 1963).</p>
            </div1>
            <div1>
                <head xml:id="sec15"></head>
            </div1>
        </body>
        <back/>
    </text>
</TEI>
