US20010027460A1 - Document processing apparatus and document processing method - Google Patents

Document processing apparatus and document processing method Download PDF

Info

Publication number
US20010027460A1
US20010027460A1 US09/748,177 US74817700A US2001027460A1 US 20010027460 A1 US20010027460 A1 US 20010027460A1 US 74817700 A US74817700 A US 74817700A US 2001027460 A1 US2001027460 A1 US 2001027460A1
Authority
US
United States
Prior art keywords
document
text
original
language
tag
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.)
Abandoned
Application number
US09/748,177
Inventor
Yuki Yamamoto
Makoto Shiotsu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Assigned to FUJITSU LIMITED reassignment FUJITSU LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: YAMAMOTO, YUKI, SHIOTA, MAKOTO
Publication of US20010027460A1 publication Critical patent/US20010027460A1/en
Priority to US10/902,006 priority Critical patent/US7168040B2/en
Priority to US10/902,010 priority patent/US20040268243A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/117Tagging; Marking up; Designating a block; Setting of attributes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • G06F40/58Use of machine translation, e.g. for multi-lingual retrieval, for server-side translation for client devices or for real-time translation

Definitions

  • the present invention relates to a document processing apparatus and method which analyzes a tagged document, e.g., a Hyper Text Markup Language (HTML) document and forms another tagged document containing original sentences and translated sentences.
  • a tagged document e.g., a Hyper Text Markup Language (HTML) document
  • HTML Hyper Text Markup Language
  • the present invention also relates to a recording medium for recording such a tagged document.
  • IP Internet protocol
  • HTML HyperText Markup Language
  • XML Extensible Markup Language
  • home pages also called Web pages
  • the process of separately forming each home page is required. That is, the steps of forming sentences separately in each language, pasting common images including graphs and figures, separately setting links from each of the English home page and the Japanese home page, etc., are required.
  • a user who wishes to read document information in an English home page in Japanese may translate the English document information by using Internet translation software.
  • the user wishes to edit the results of the translation displayed as an HTML document, he or she must give up the idea of doing so or is further required to translate the translation results by different translation software, because direct editing of the translated HTML document is impossible.
  • the conventional HTML document processing apparatus can be designed to enable translation of an original home page on the Internet using Internet translation software and visual display of original and translated sentences in a juxtaposed form.
  • an HTML document itself cannot be edited.
  • an object of the present invention is to provide a document processing apparatus and a recording medium which make it possible to easily form and maintain a home page (Web page data) expressed in two or more languages.
  • Another object of the present invention is to provide a document processing apparatus and a recording medium which make it possible to easily edit translated sentences obtained as a result of translation of a tagged document.
  • Still another object of the present invention is to provide a document processing apparatus and a recording medium which make it possible to selectively display original sentences in a tagged document and translated sentences obtained as a result of translation of the tagged document.
  • a further object of the present invention is to provide a document processing apparatus and a recording medium which make it possible to return the edited translation sentences of the result of translation into a tagged document and to use it.
  • a further object of the present invention is to provide a document processing apparatus and a recording medium which make it possible to easily edit original sentences in a tagged document to from a more favorable translation.
  • a document processing apparatus comprising a language tag setting unit for setting a language tag designating a kind of language at each of constituent unit positions in an original and those in a translated version corresponding to the original, and a document forming unit for forming a tagged document including the original and the translated version each having the language tag set therein.
  • the above-described document forming unit may form a tagged document in which the original and the translated version each having the language tag set therein are described in an original-versus-version form.
  • the above-described document processing apparatus further comprises a translation unit for translating the original to make the corresponding translated version.
  • the original may be contained in the processing-object tagged document.
  • the above-described document processing apparatus further comprises a visibility control tag setting unit for setting a visibility control tag for controlling any document portion so that the document portion is invisible, the visibility control tag setting unit setting the visibility control tag at such a position that one of the original and the translated version is in an invisible state.
  • the visibility control tag setting unit may set the visibility control tag at such a position that one of the original and the translated version is set in an invisible state and the language tag is also set in an invisible state.
  • the above-described document processing apparatus further comprises a display processing unit for interpreting the tag contained in the tagged document and for enabling a browser for displaying the tagged document to display the formed tagged document on the basis of a result of the interpretation in the above document processing apparatus.
  • a document processing apparatus comprising a language tag setting unit for setting a language tag at each of constituent unit positions in a first text described in a first language and those in a second text described in a second language of the first text, and a document forming unit for forming a tagged document including the first text and the second text each having the language tag set therein.
  • the above-described document forming unit may form a tagged document in which the first text and the corresponding second text each having the language tag set therein are described by being related to each other.
  • the above-described document processing apparatus further comprises a visibility control tag setting unit for setting a visibility control tag for controlling a text so that the text is invisible, the visibility control tag setting unit setting the visibility control tag at such a position that one of the first text and the second text is in an invisible state.
  • the visibility tag setting unit may set the visibility control tag at such a position that one of the first text and the second text is set in an invisible state and the language tag is also set in an invisible state.
  • the above-described document processing apparatus further comprises a display processing unit for interpreting the tag contained in the tagged document and for enabling a browser for displaying the tagged document to display the formed tagged document on the basis of a result of the interpretation.
  • a document processing apparatus comprising an analysis unit for determining and extracting an original text from a processing-object tagged document, and an editing unit for enabling edit processing of the original text extracted from the tagged document by displaying the original text.
  • the analysis unit may determine the original text according to a language tag contained in the processing-object tagged document.
  • the above-described document processing apparatus further comprises a translation processing unit for making a translated version by translating the original text edited by the editing unit.
  • the above-described document processing apparatus further comprises a restoration unit for restoring, from the original text after the editing and the translated version made by the translation processing unit, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, the tags including the language tag.
  • a document processing apparatus comprising an analysis unit for determining an original text and a translated version corresponding to the original text in a processing-object tagged document, and an editing unit for enabling edit processing of the original text and the translated version by extracting the original text and the translated version from the tagged document and by displaying the original text and the translated version in an original-versus-version form.
  • the analysis unit may determine the original text and the translated version according to language tags contained in the processing-object tagged document.
  • the above-described document processing apparatus further comprises a translation processing unit for making a translated version by translating the original text edited by the editing unit.
  • the above-described document processing apparatus further comprises a restoration unit for restoring, from the original text after the editing and the translated version made by the translation processing unit, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, the tags including the language tag.
  • a recording medium readable by a computer, the recording medium having a program recorded thereon, the program for enabling the computer to execute a step of setting a language tag designating a kind of language at each of constituent unit positions in an original and those in a translated version corresponding to the original, and a step of forming a tagged document including the original and the translated version each having the language tag set therein.
  • the program recorded on this recording medium may enable the computer to further execute a step of setting a visibility control tag for controlling any document portion so that the document portion is invisible, the visibility control tag being set at such a position that one of the original and the translated version is in an invisible state.
  • a recording medium readable by a computer, the recording medium having a program recorded thereon, the program for enabling the computer to execute a step of setting a language tag designating a kind of language at each of constituent unit positions in a first text described in a first language and those in a second text described in a second language of the first text, and a step of forming a tagged document including the first text and the second text each having the language tag set therein.
  • the program recorded on this recording medium may enable the computer to further execute a step of setting a visibility control tag for controlling a text so that the document is invisible, the visibility control tag being set at such a position that one of the first text and the second text is in an invisible state.
  • a recording medium readable by a computer, the recording medium having a program recorded thereon, the program for enabling the computer to execute a step of determining and extracting an original text from a processing-object tagged document, and a step of enabling editing of the text extracted from the tagged document by displaying the original text.
  • the program recorded on this recording medium may enable the computer to further execute a step of making a translated version by translating the original text after editing of the original text, and a step of restoring, from the original text after the editing and the translated version made by the translation, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, the tags including a language tag designating a kind of language.
  • a recording medium readable by a computer, the recording medium having a program recorded thereon, the program for enabling the computer to execute a step of determining an original text and a translated version corresponding to the original text in a processing-object tagged document, and a step of enabling editing of the original text and the translated version by extracting the original text and the translated version from the tagged document and by displaying the original text and the translated version in an original-versus-version form.
  • the program recorded on this recording medium may enable the computer to further execute a step of forming a translated version by translating the original text after editing of the original text, and a step of restoring, from the original text after the editing and the translated version made by the translation, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, the tags including a language tag designating a kind of language.
  • a recording medium readable by a computer, the recording medium having a tagged document recorded thereon, the recorded tagged document comprising a first language tag designating a first kind of language; a first text following the first language tag, the first text being described in a first language; a second language tag following the first text, the second language tag designating a second kind of language; and a second text following the second language tag, the second text being described in a second language and corresponding to the first text.
  • a recording medium readable by a computer, the recording medium having a tagged document recorded thereon, the recorded tagged document comprising an invisibility start tag for setting a following text in an invisible state; a first language tag following the invisibility start tag, the first language tag designating a first kind of language; a first text following the first language tag, the first text being described in a first language; a second language tag following the first text, the second language tag designating a second kind of language; an invisibility end tag following the second language tag, the invisibility end tag canceling the invisible state; and a second text following the invisibility end tag, the second text being described in a second language and corresponding to the first text.
  • a document processing method comprising a step of setting a language tag designating a kind of language at each of constituent unit positions in an original and those in a translated version corresponding to the original; and a step of forming a tagged document including the original and the translated version each having the language tag set therein.
  • the above-described document processing method further comprises a step of setting a visibility control tag for controlling any document portion so that the document portion is invisible, said visibility control tag being set at such a position that one of the original and the translated version is in an invisible state.
  • a document processing method comprising a step of setting a language tag designating a kind of language at each of constituent unit positions in a first text described in a first language and those in a second text described in a second language of the first text; and a step of forming a tagged document including the first text and the second text each having the language tag set therein.
  • the above-described document processing method further comprises a step of setting a visibility control tag for controlling a text so that the document is invisible, said visibility control tag being set at such a position that one of the first text and the second text is in an invisible state.
  • a document processing method comprising a step of determining and extracting an original text from a processing-object tagged document; and a step of enabling editing of the original text extracted from the tagged document by displaying the original text.
  • the above-described document processing method further comprises a step of making a translated version by translating the original text after editing of the original text; and a step of restoring, from the original text after the edit processing and the translated version formed by said translation, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, said tags including a language tag designating a kind of language.
  • a document processing method comprising a step of determining an original text and a translated version corresponding to the original text in a processing-object tagged document; and a step of enabling edit processing of the original text and the translated version by extracting the original text and the translated version from the tagged document and by displaying the original text and the translated version in an original-versus-version form.
  • the above-described document processing method further comprises a step of forming a translated version by translating the original text after editing of the original text; and a step of restoring, from the original text after the edit processing and the translated version made by said translation, a tagged document in the same format as the processing-object tagged document, according to tags contained in the processing-object tagged document, said tags including a language tag designating a kind of language.
  • an original text and a translated version of the original text obtained by translation are displayed in an original-versus-version form such that edit processing and version can be easily carried out.
  • an original text in a tagged document and a translated version of the original text obtained by translation can be selectively displayed.
  • an edited translated version of the result of translation can be reformatted to the tagged document and used.
  • an original text in a tagged document can be easily edited to obtain a more favorable translated version.
  • FIG. 1 is a block diagram showing the configuration of an HTML document processing apparatus which represents a first embodiment of the present invention
  • FIG. 2 is a diagram schematically showing the format and contents of an HTML document
  • FIG. 3 is a diagram explaining a state where HTML documents are combined into one file and stored, and an edited state by a translation editor;
  • FIG. 4 is a flowchart for explaining the operation of the HTML document processing apparatus of the first embodiment
  • FIG. 5 is another flowchart for explaining the operation of the HTML document processing apparatus of the first embodiment
  • FIG. 6 is a diagram showing a specific example of an original-versus-version HTML document source
  • FIG. 7 is a block diagram showing the configuration of an HTML document processing apparatus which represents second and third embodiments of the present invention.
  • FIG. 8 is a flowchart for explaining the operation of the HTML document processing apparatus of the second embodiment
  • FIG. 9 is another flowchart for explaining the operation of the HTML document processing apparatus of the second embodiment.
  • FIG. 10 is a diagram showing an example of an initial window of an English-Japanese translation editor (original-versus-version editor program);
  • FIG. 11 is a flowchart for explaining the operation of the HTML document processing apparatus of the third embodiment.
  • FIG. 12 is another flowchart for explaining the operation of the HTML document processing apparatus of the third embodiment.
  • FIG. 1 shows functional components of an HTML document processing apparatus 1 which represents a first embodiment of the present invention.
  • the HTML document processing apparatus 1 is connected to a World Wide Web (WWW) server 3 through an IP communication network, i.e., Internet 2 .
  • the WWW server 3 holds English home pages (Web pages in which contents are described in English)
  • the HTML document processing apparatus 1 can be realized by a personal computer, and has an input section 10 , a display section 11 , a display processing section 12 , a communication control section 13 , an automatic translation processing section 14 , an original-versus-version HTML document forming processing section 15 , an individual-language HTML document conversion processing section 16 , a data storage section 17 , etc.
  • the HTML document processing apparatus 1 is connected to a WWW browser 4 provided as an Internet display tool.
  • the personal computer has, as is well known, a central processing unit (CPU), a random access memory (RAM), a hard disk, a drive unit for accessing a portable recording medium, such as a floppy disk or a compact disk-read only memory (CD-ROM), to read out a program or data recorded thereon, a communication control unit, such as a modem or a local area network (LAN) board, a display, a keyboard, and a mouse.
  • CPU central processing unit
  • RAM random access memory
  • CD-ROM compact disk-read only memory
  • the input section 10 of the HTML document processing apparatus 1 in this embodiment corresponds to the keyboard and the mouse; the display section 11 to the display; the data storage section 17 to the RAM, the hard disk or the portable recording medium; and the communication control section 13 to the communication control unit.
  • the display processing section 12 , the automatic translation processing section 14 , the original-versus-version HTML document forming processing section 15 , and the individual-language HTML document conversion processing section 16 are realized by making the CPU execute a program of the present invention and a program of Internet translation software.
  • the program of the present invention and the Internet translation software are provided by being recorded on the portable recording medium, and are read out by the drive unit and stored in the hard disk in advance.
  • the above-described program and software stored in an external unit may be downloaded to the HTML document processing apparatus 1 through the network using the communication control unit, and stored in the hard disk.
  • the program of the present invention and the Internet translation software stored in the hard disk are read to the RAM to be executed by the CPU.
  • the programs of the present invention and the Internet translation software may be directly read to the RAM without being stored in the hard disk, instead of being temporality stored in the hard disk and thereafter read to the RAM as described above.
  • HTML documents formed by the HTML document processing apparatus 1 in this embodiment of the present invention are stored in the RAM, the hard disk or the portable recording medium.
  • the automatic translation processing section 14 translates an English HTML document (an original including sentences and figures) of an English home page described in English into a Japanese HTML document (a translated version) described in Japanese by using the home page translation functions of the Internet translation software, e.g., “ATLAS” (trademark of FUJITSU LIMITED) and the original and the results of the translation are visually displayed so that pairs of original and translated paragraphs or sentences are juxtaposed in upper and lower positions, as described below in detail.
  • the Internet translation software e.g., “ATLAS” (trademark of FUJITSU LIMITED)
  • the original-versus-version HTML document forming processing section 15 attaches a language tag, which is a special tag for identification of the kind of language, to the beginning of each of paragraphs or sentences which are constituent units of the original document and the translated document.
  • the individual-language HTML document conversion processing section 16 recognizes the attached language tag to enable selective display of only one of the original and translated documents by further adding an invisibility tag (visibility control tag) to instruct to make no visual display.
  • FIG. 2 schematically shows the compositions and contents of original and translated documents and a state where these documents are stored and displayed by being juxtaposed in the above-mentioned manner.
  • FIG. 3 shows a state where an original HTML document and a version of the HTML document are stored and displayed while being combined into one file in such a form that each of pairs of original and translated sentences are juxtaposed in left and right positions.
  • FIGS. 4 and 5 are flowcharts for explaining the operation of the HTML document processing apparatus 1 .
  • a user using the HTML document processing apparatus 1 searches the Internet for a home page described in a language which he or she wishes to translate, by operating the input section 10 and based on the contents of a display made by the display section 11 (WWW browser).
  • the object of this search (processing step S 401 in FIG. 4) is an English home page held by the WWW server 3 .
  • the user initiates a program for translation in the desired direction by operating the input section 10 and based on the contents of the display made by the display section 11 .
  • the user wishes to translate an English HTML document of the English home page into a Japanese HTML document described in Japanese and therefore initiates an English-into-Japanese translation program (S 402 ).
  • the automatic translation processing section 14 having the translation program read out from the hard disk, translates the English HTML document supplied from the WWW server 3 through the communication control section 13 into a Japanese document, and thereby forms an HTML document in which each of a certain number of English paragraphs or sentences are followed by a line break tag and a corresponding Japanese paragraph or sentence, that is, each of pairs of original and translated paragraphs or sentences are displayed by being juxtaposed in upper and lower positions.
  • Known techniques can be used for the process of translation in the automatic translation processing section 14 , and therefore such translation techniques will not be described in detail in this specification.
  • the original-versus-version HTML document forming processing section 15 supplied with the results of translation performed by the automatic translation section 14 , i.e., the HTML document containing Japanese sentences, starts analyzing the HTML document (S 404 ) to add language tags for enabling discrimination between the original and translated paragraphs or sentences in the individual-language HTML document conversion processing section 16 described below in detail.
  • the original-versus-version HTML document forming processing section 15 first recognizes the part of a text of the inputted HTML document.
  • the original-versus-version HTML document forming processing section 15 detects an HTML tag such as specifically shown in FIG. 6 (shown in the space between symbols ⁇ and > in FIG. 6) to recognize the section following this tag as English texts and Japanese texts (S 405 ).
  • the original-versus-version HTML document forming processing section 15 determines, if the texts recognized in step S 405 are an English paragraph or sentence (original) or a Japanese paragraph or sentence (translated version) according to the position of the paragraphs or sentences (in the order of an English paragraph or sentence, a line break tag, and a Japanese paragraph or sentence) (step S 406 ). If the original-versus-version HTML document forming processing section 15 recognizes an English paragraph or sentence as a result of this determination, it embeds a language tag ⁇ E> at the beginning of the document-component-unit paragraph or sentence (S 407 ). If it recognizes a Japanese paragraph or sentence, it embeds a language tag ⁇ J> at the beginning of the document-component-unit paragraph or sentence (S 408 ).
  • the original-versus-version HTML document forming processing section 15 proceeds to processing of the next paragraph in the original-versus-version HTML document, and makes a determination as to whether an HTML tag ⁇ /html> indicating the end of the HTML document is detected or not (steps S 409 , S 410 ).
  • the original-versus-version HTML document forming processing section 15 repeats the above-described steps S 404 to S 410 until the HTML tag indicating the end of the HTML document is detected.
  • the original-versus-version HTML document forming processing section 15 stores in the data storage section 17 an original-versus-version HTML document obtained as a result of the original-versus-version HTML document forming processing based on the above-described sequence of document analysis steps, when the HTML tag indicating the end of the HTML document is detected.
  • the state of data thereby stored is shown as an original-versus-version HTML document source 21 in FIG. 2.
  • symbols ⁇ , and ⁇ indicate English sentences and symbols ⁇ , and ⁇ indicate Japanese sentences.
  • the display processing section 12 visually displays the stored original-versus-version HTML document in the upper-lower juxtaposition form on the screen of the display section 11 (WWW browser 4 ) (step S 411 )
  • the original-versus-version HTML document source 21 is displayed in the upper-lower juxtaposition form, as indicated by reference numerals 20 in FIG. 2.
  • “image1” and “image2” represent figures in the document.
  • HTML document processing apparatus processing described below is performed after the original-versus-version HTML document forming processing based on the above-described sequence of document analysis steps.
  • the processing described below enables selective display of only one of the English HTML document (original) and the Japanese HTML document (translated version) displayed in the upper-lower juxtaposition form on the screen of the display section 11 .
  • the user determines display of the document in the particular language for selective display of the document, and clicks a button corresponding to the language to be displayed (a “Japanese” button in this example) (S 412 in FIG. 5).
  • a button corresponding to the language to be displayed a “Japanese” button in this example
  • the HTML document processing apparatus 1 hands over processing to the individual-language HTML document conversion processing section. 16 to enable selective display of only the English HTML document (original) or the Japanese HTML document (translated version).
  • “English” and “Japanese” buttons are displayed.
  • the individual-language HTML document conversion processing section 16 reads out the original-versus-version HTML document source 21 to the data storage section 17 as shown in FIG. 2, and starts analyzing the document (S 413 ).
  • the individual-language HTML document conversion processing section 16 makes a determination as to whether or not a language tag ⁇ E> or ⁇ J> embedded in the original-versus-version HTML document source 21 has been detected (S 414 ).
  • the individual-language HTML document conversion processing section 16 If the individual-language HTML document conversion processing section 16 has detected a language tag in the English original-vs.-Japanese version HTML document, it sets an invisibility start tag ⁇ INVISIBILITY START> as a visibility control tag immediately before the detected language tag (S 415 ).
  • the individual-language HTML document conversion processing section 16 makes a determination as to whether or not the language tag ⁇ J> is detected (S 416 ). If the individual-language HTML document conversion processing section 16 has detected a language tag ⁇ J>, it sets an invisibility end tag ⁇ INVISIBILITY END> as a visibility control tag immediately after the detected tag (immediately before a translated sentence) (S 417 ).
  • the well-known comment tag may be used as the above-mentioned visibility control tag.
  • a sentence or paragraph bracketed by a pair of comment tags is not displayed by the WWW browser 4 .
  • the individual-language HTML document conversion processing section 16 recognizes the detected language tag as a language tag other than the language tag ⁇ J> in above step S 416 , it sets an invisibility end tag ⁇ INVISIBILITY END> at the end of the paragraph (S 418 ).
  • This process is effective in processing an original-versus-version HTML document containing sentences written in three or more languages. For example, if the original-versus-version HTML document contains German sentences (original) together with English sentences (original) and Japanese sentences (translated version), this process makes the German sentences invisible as well as the English sentences.
  • FIG. 2 shows this HTML document with source codes.
  • step S 414 If no language tag is detected in above step S 414 , or after the completion of processing of the step S 417 or 418 , the individual-language HTML document conversion processing section 16 proceeds to processing of the next paragraph in the original-versus-version HTML document, and makes a determination as to whether or not an HTML tag ⁇ /html> indicating the end of the HTML document has been detected (steps S 419 , S 420 ). The individual-language HTML document conversion processing section 16 repeats the above-described steps S 413 to S 420 until the HTML tag indicating the end of the HTML document is detected.
  • the individual-language HTML document conversion processing section 16 stores in the data storage section 17 the HTML document with invisibility tags obtained as a result of the above-described sequence of process steps for selective display of the original-versus-version HTML document when the HTML tag indicating the end of the original-versus-version HTML document is detected.
  • the display processing section 12 then opens the HTML document with invisibility tags by the WWW browser 4 , and visually displays the document on the screen of the display section 11 (S 421 ).
  • a Japanese sentence HTML display 23 shown in FIG. 2 represents the state of this display on the screen.
  • FIG. 2 shows the source code for enabling display of English sentences only in an original-versus-version HTML document 24 , and shows an HTML display 25 which represents the state of display on the screen when the HTML document 24 is displayed by the WWW browser 4 .
  • FIG. 7 shows functional components of an HTML document processing apparatus 1 which represents a Embodiment 2 of the present invention.
  • the HTML document processing apparatus 1 is connected to a World Wide Web (WWW) server 3 through an IP communication network, i.e., Internet 2 .
  • WWW server 3 holds English home pages.
  • the HTML document processing apparatus 1 can be realized by a personal computer, and has an input section 10 , a display section 11 , a display processing section 12 , a communication control section 13 , an automatic translation processing section 14 , an original-versus-version HTML document forming processing section 15 , an individual-language HTML document conversion processing section 16 , a data storage section 17 , an HTML document analysis and conversion processing section 18 , an English-Japanese translation editor (original-versus-version editor program) 19 , an original-versus-version HTML document conversion processing section 40 , etc.
  • the HTML document processing apparatus 1 is connected to a WWW browser 4 provided as an Internet display tool.
  • the automatic translation processing section 14 translates an English HTML document (an original including sentences and figures) of an English home page described in English into a Japanese HTML document (a translated version) described in Japanese, by using the home page translation functions of the above-mentioned Internet translation software, and the original and the results of the translation are visually displayed in such a form that each of pairs of original and translated paragraphs or sentences are juxtaposed in upper and lower positions.
  • the original-versus-version HTML document forming processing section 15 attaches a language tag, which is a special tag for determination of the kind of language, to the beginning of each of paragraphs or sentences which are constituent units of the original document and the translated document.
  • the HTML document analysis and conversion processing section 18 and the English-Japanese translation editor (original-versus-version editor program) 19 extract data with respect to each language, when data is edited in an original-versus-version form. After editing of original-versus-version data performed by the editor, HTML tags are restored to form an HTML document from the edited data.
  • HTML document If an HTML document is translated by Internet translation software, translation results outputted in an original-versus-version form cannot be edited. However, document data prepared by removing HTML tags from the translation results is supplied to the editor capable of editing data in an original-versus-version form to enable editing of the translation results. Also, HTML tags are restored in edit results to enable the edit results to be used as an HTML document.
  • FIGS. 8 and 9 are flowcharts for explaining the operation of the HTML document processing apparatus 1 .
  • an English HTML document (original) of an English home page described in English is translated, an HTML document including the formed original and translated version is analyzed, and an original-versus-version HTML document having language tags embedded therein is formed and visually displayed.
  • This document forming and displaying processing is the same as that performed by the HTML document processing apparatus 1 Embodiment 1 described above, i.e., the process steps S 401 to S 414 shown in FIG. 4.
  • HTML document processing apparatus 1 After the above-described processing of forming an original-versus-version HTML document displayed in an upper-lower juxtaposition form on the screen of the display section 11 , data conversion processing and translated version edit processing can be performed in a process described below.
  • the HTML document analysis and conversion processing section 18 starts processing for enabling editing using the English-Japanese translation editor (original-versus-version editor program) 19 by removing language tags from the original-versus-version HTML document source 21 having language tags ⁇ E> and ⁇ J> added thereto (S 813 ).
  • the HTML document analysis and conversion processing section 18 makes a determination as to whether a language tag ⁇ E> or ⁇ J> embedded in the original-versus-version HTML document in the original-versus-version HTML document forming processing section 15 has been detected (S 814 ).
  • HTML document analysis and conversion processing section 18 If the HTML document analysis and conversion processing section 18 has detected a language tag ⁇ E> or ⁇ J> in the English original-versus-Japanese version HTML document, it stores in the data storage section 17 language data together with language tag start and end addresses (S 815 ).
  • the HTML document analysis and conversion processing section 18 makes a determination as to whether or not the detected language tag is a language tag ⁇ E> (S 816 ). If the detected language tag is a language tag ⁇ E>, the HTML document analysis and conversion processing section 18 stores in an original document storage area in the data storage section 17 , the start address of a document constituent unit paragraph (or sentence) and the contents of the paragraph (S 817 ).
  • step S 816 If the result of above determination in step S 816 detects a language tag ⁇ J>, the HTML document analysis and conversion processing section 18 stores in a version storage area in the data storage section 17 , the start address of a document constituent unit paragraph (or sentence) and the contents of the paragraph (S 818 ) to enable Japanese sentence display and edit.
  • steps S 815 to S 818 English and Japanese paragraphs or sentences from which HTML tags have been removed and the start and end addresses of the paragraphs or sentences are stored in the data storage section 17 .
  • step S 814 If no language tag is detected in above step S 814 , or after the completion of processing in above step S 817 or 818 , the HTML document analysis and conversion processing section 18 proceeds to processing of the next paragraph in the original-versus-version HTML document 21 , and makes a determination as to whether or not an HTML tag ⁇ /html> indicating the end of the HTML document is detected (steps S 819 , S 820 ).
  • the HTML document analysis and conversion processing section 18 repeats the above-described steps S 813 to S 820 in cooperation with the English-Japanese translation editor (original-versus-version editor program) 19 , until the HTML tag indicating the end of the HTML document is detected.
  • FIG. 10 shows an example of an initial window of the English-Japanese translation editor.
  • the HTML document analysis and conversion processing section 18 visually displays (S 821 ), in the window of the English-Japanese translation editor (display section 11 ), the results of the above-described sequence of process steps for converting the original-versus-version HTML document data, i.e., English paragraphs or sentences (original) and Japanese paragraphs or sentences (translated version) from which the language tags and the HTML tags have been removed.
  • the user edits the Japanese sentences according to his or her need on the basis of the English and Japanese paragraphs or sentences visually displayed in the left-right juxtaposition form in the window of the English-Japanese translation editor.
  • the symbol ⁇ in the translated sentences shown in FIG. 3 designates edited portions.
  • the English-Japanese translation editor (original-versus-version editor program) 19 stores the results of editing in the data storage section 17 , thereby completing the edit processing (S 822 ).
  • HTML document processing apparatus 1 After the above-described original-versus-version HTML document data conversion processing and translated version editing processing, a process described below is further performed to enable restoration to the HTML document format.
  • the original-versus-version HTML document conversion processing section 40 reads out one of the English paragraphs or sentences (original) or the Japanese paragraphs or sentences (translated version) stored in the data storage section 17 , and makes a determination as to whether the document constituent unit, i.e., the paragraph or sentence, is English (original) or Japanese (translated version) (S 825 ). This determination can be definitely made based on the language tags stored in the data storage section 17 .
  • the original-versus-version HTML document conversion processing section 40 adds the language tag ⁇ E> to the beginning of the paragraph (S 826 ). If the paragraph read out is Japanese, the original-versus-version HTML document conversion processing section 40 adds the language tag ⁇ J> to the beginning of the paragraph (S 827 ). The original-versus-version HTML document conversion processing section 40 substitutes (S 828 ) the paragraph of the edited document for the corresponding paragraph of the original-versus-version HTML document before editing by referring to the paragraph start address stored in the data storage section 17 .
  • the original-versus-version HTML document conversion processing section 40 then proceeds to processing of the next paragraph and makes a determination as to whether or not the end of the edited document has been reached (steps S 829 , S 830 ).
  • the original-versus-version HTML document conversion processing section 40 repeats the above-described steps S 824 to S 830 until the end of the edited document is reached.
  • the original-versus-version HTML document conversion processing section 40 stores in the data storage section 17 the original-versus-version HTML document obtained as a result of the above-described sequence of HTML document restoration processing steps.
  • the display processing section 12 opens, by the WWW browser 4 , the original-versus-version HTML document stored in the data storage section 17 , thereby making a display reflecting the editing results (S 831 ).
  • the English paragraphs or sentences and the positions of the same, and the Japanese paragraphs or sentences and the positions of the same in the original-versus-version HTML document are stored in the respective storage areas in the data storage section 17 , and the original-versus-version HTML document before editing is also held by the data storage section 17 .
  • the other portions can be identified as the tags.
  • the positions of the tags can be obtained reciprocally from the positions of the English and Japanese paragraphs or sentences, and HTML document restoration processing can be performed by using the tags in the original-versus-version HTML document before editing with reference to the tag position information obtained from the paragraph or sentence positions.
  • the formed original-versus-version HTML document can be displayed in the form of an original-versus-version home page by the Internet display tool WWW browser 4 if it may formed without invisibility tags.
  • Selective display processing (see FIG. 5) of the original-versus-version HTML document may be performed by the individual-language HTML document conversion processing section 16 if necessary, as in the HTML document processing apparatus 1 in above-described Embodiment 1, thereby enabling only the Japanese HTML document (version) obtained by this processing to be visually displayed by the display section 11 .
  • An HTML document processing apparatus 1 which represents Embodiment 3 of the present invention has basically the same functions and configuration as the HTML document processing apparatus 1 of Embodiment 2 shown in FIG. 7.
  • the HTML document analysis and conversion processing section 18 and the English-Japanese translation editor (original-versus-version editor program) 19 cooperate to perform data conversion by removing HTML tags from an English HTML document (original) of an English home page described in English, thereby enabling editing of the original and inputting of a translated version.
  • a user edits the editable English sentences according to his or her need and inputs Japanese sentences (translated version).
  • the original-versus-version HTML document conversion processing section 40 substitutes edited English and Japanese sentences for the original English sentences, restores the removed HTML tags, and sets translation-result Japanese sentences (translated version) in correspondence with the edited sentences, thereby enabling visual display of an original-versus-version HTML document containing a more favorable version.
  • FIG. 7 shows the configuration of this HTML document processing apparatus 1
  • FIGS. 11 and 12 are flowcharts for explaining the operation of this HTML document processing apparatus 1 .
  • a user using the HTML document processing apparatus 1 searches the Internet for a home page described in a language which he or she wishes to translate, by operating the input section 10 and based on the contents of a display made by the display section 11 .
  • the object of this search (processing step S 1101 in FIG. 11) is an English home page held by the WWW server 3 .
  • the user initiates a program for translation in the desired direction by operating the input section 10 and based on the contents of the display made by the display section 11 .
  • the English home page is to be finally translated into a Japanese HTML document described in Japanese. Therefore, an English-into-Japanese translation program is started (S 1102 ).
  • the HTML document analysis and conversion processing section 18 starts analyzing (S 1104 ) the English HTML document (original) supplied from the WWW server 3 through the communication control section 13 . First, the HTML document analysis and conversion processing section 18 recognizes a text portion of the English HTML document (original). The HTML document analysis and conversion processing section 18 detects an HTML tag to recognize the section following this tag as an English text (S 1105 ).
  • the HTML document analysis and conversion processing section 18 stores in the original storage area in the data storage section 17 the start address of a document constituent unit paragraph (or sentence) and the contents of the paragraph (S 1106 ).
  • the English paragraph or sentence from which the HTML tag has been removed is stored in the data storage section 17 .
  • step S 1105 If HTML tag is detected in above step S 1105 , or after the completion of processing in the step S 1106 , the HTML document analysis and conversion processing section 18 proceeds to processing of the next paragraph in the English HTML document, and makes a determination as to whether or not an HTML tag ⁇ /html> indicating the end of the HTML document is detected (steps S 1107 , S 1108 ).
  • the HTML document analysis and conversion processing section 18 repeats the above-described steps S 1104 to S 1108 in cooperation with the English-Japanese translation editor (original-versus-version editor program) 19 until the HTML tag indicating the end of the English HTML document is detected.
  • the HTML document analysis and conversion processing section 18 visually displays (S 1109 ) in a left-hand section of the window of the English-Japanese translation editor (display section 11 ), the results of the above-described sequence of process steps for converting the English HTML document data.
  • the user performs manual translation on the basis of the English paragraphs or sentences (original) visually displayed in the window of the English-Japanese translation editor, and forms translated sentences (Japanese sentences) by operating the input section 10 .
  • the user edits the English sentences and, if necessary the Japanese translated sentences according to his or her need.
  • the English-Japanese translation editor (original-versus-version editor program) 19 stores the results of editing and translation in the data storage section 17 , thereby completing the processing (S 1110 ).
  • HTML document processing apparatus 1 After the above-described English HTML document (original) data conversion processing and original editing processing, a process described below is next performed to enable restoration processing of the HTML document format.
  • the original-versus-version HTML document conversion processing section 40 reads out one of the English paragraphs or sentences (original) stored in the data storage section 17 , and makes a determination as to whether or not the document constituent unit, i.e., the paragraph (or sentence), is English (original) (S 1113 ). This determination can be definitely made based on the storage positions stored in the left-right juxtaposition form in the data storage section 17 .
  • the original-versus-version HTML document conversion processing section 40 adds the language tag ⁇ E> to the beginning of the paragraph (S 1114 ). If the paragraph read out is Japanese, the original-versus-version HTML document conversion processing section 40 adds the language tag ⁇ J> to the beginning of the paragraph (S 1115 ).
  • the original-versus-version HTML document conversion processing section 40 substitutes (S 1116 ) the paragraph of the resulting edited original with the language tag added thereto for the corresponding original paragraph of the HTML document before editing, by referring to the paragraph start address stored in the data storage section 17 , and inserts the translated sentence formed in the above-described step S 1110 immediately after the substituted original paragraph (S 1117 ).
  • the original-versus-version HTML document conversion processing section 40 then proceeds to processing of the next paragraph and makes a determination as to whether or not the end of the edited document has been reached (steps S 1118 , S 1119 ).
  • the original-versus-version HTML document conversion processing section 40 repeats the above-described steps S 1112 to S 1119 until the end of the edited document is reached.
  • the original-versus-version HTML document conversion processing section 40 stores in the data storage section 17 the original-versus-version HTML document obtained as a result of the above-described sequence of HTML document restoration processing steps.
  • the display processing section 12 then opens, by the WWW browser 4 , the original-versus-version HTML document stored in the data storage section 17 , thereby making a display reflecting the editing results (S 1120 ).
  • HTML document restoration processing can be performed by using the tags in the original-versus-version HTML document in the same manner as that in Embodiment 2.
  • selective display processing of the original-versus-version HTML document may be performed by the individual-language HTML document conversion processing section 16 if necessary, as in the HTML document processing apparatus 1 in the above-described Embodiment 1, thereby enabling only the Japanese HTML document (translated version) obtained by this processing to be visually displayed in the display section 11 .
  • translated sentences are formed by manual translation.
  • an automatic translation process using the automatic translation processing section 14 may also be performed in the third embodiment, similar to that in the HTML document processing apparatuses in the first and second embodiments.
  • manual translation may be performed in the HTML document processing apparatuses in the first and second embodiments.
  • HTML document processing apparatuses in the above-described embodiments, an original written in English, is translated into Japanese.
  • the HTML document processing apparatus of the present invention can also operate in the same manner with respect to the respective languages, and can similarly process an HTML document having sentences written in three or more languages.
  • invisibility tags designating inhibition of visual display are set as visibility control tags in an HTML document.

Abstract

A document processing apparatus has a language tag setting section for setting a language tag designating a kind of language at each of constituent unit positions in an original and those in a translated version corresponding to the original, and a document forming section for forming a tagged document including the original and the translated version each having the language tag set therein. This apparatus enables a user to easily form and maintain a home page (Web page data) expressed in a plurality of languages.

Description

    BACKGROUND OF THE INVENTION
  • The present invention relates to a document processing apparatus and method which analyzes a tagged document, e.g., a Hyper Text Markup Language (HTML) document and forms another tagged document containing original sentences and translated sentences. The present invention also relates to a recording medium for recording such a tagged document. [0001]
  • With the recent proliferation of personal computers and communication apparatus, people have become able to use communication networks represented by the Internet, i.e., Internet protocol (IP) communication networks, and to easily obtain various sorts of information through the networks. Ordinarily, the World Wide Web in the Internet generally uses HTML as a language for describing information. Dynamic HTML (DHTML) and Extensible Markup Language (XML) are other languages presently used to form tagged documents. [0002]
  • Conventionally, to form home pages (also called Web pages) containing the same information described in different languages, e.g., English and Japanese, the process of separately forming each home page is required. That is, the steps of forming sentences separately in each language, pasting common images including graphs and figures, separately setting links from each of the English home page and the Japanese home page, etc., are required. [0003]
  • Home pages are open to the public on the Internet and can be read by people everywhere in the world. Therefore, people who set up their home pages for various readers to read are making home pages having the same format and contents but having sentences written in different languages. [0004]
  • The English and Japanese home pages formed as described above need scrupulous attention for maintenance because their English and Japanese sentences after correction must be equivalent in meaning and format. [0005]
  • To form such English and Japanese home pages, it is necessary to make and manage two kinds of HTML document files for the English home page and the Japanese home page. That is, the number of files to be managed is increased in proportion to the number of languages, and management and maintenance becomes difficult. [0006]
  • A user who wishes to read document information in an English home page in Japanese may translate the English document information by using Internet translation software. However, if the user wishes to edit the results of the translation displayed as an HTML document, he or she must give up the idea of doing so or is further required to translate the translation results by different translation software, because direct editing of the translated HTML document is impossible. [0007]
  • If the user dares to edit the translation-result HTML document, he or she must perform the steps of storing the translation-result HTML document on a local disk, opening the HTML document file stored on the local disk by using HTML document editing software, displaying the HTML document source, directly editing the HTML document source, and storing the results of the editing on the local disk. This process enables editing of the translation results to some effect. However, it is difficult to edit a document in which HTML tags, original sentences, and translated sentences are mixed. [0008]
  • Further, in a case where an HTML document intended as an object of translation is prepared in advance and, from this document, another HTML document described in a different language is formed by translation processing using Internet translation software, a need may arise to edit the HTML document in the second language formed by the translation processing and, if necessary, the translation-object HTML document, if the author of the HTML document is not satisfied with the results of the translation. [0009]
  • In this editing, it is difficult to determine document portions to be edited and to confirm the correspondence between original and translated sentences, since the translation-object HTML document and the translation-result HTML document exist in separate files. It is also possible that, through editing, the page configuration (format) of one document will become different from that of the other. [0010]
  • As described above, the conventional HTML document processing apparatus can be designed to enable translation of an original home page on the Internet using Internet translation software and visual display of original and translated sentences in a juxtaposed form. However, in editing translation results, an HTML document itself cannot be edited. There is a way to directly edit the HTML document source, but editing in such a way is extremely troublesome and not satisfactorily effective. [0011]
  • SUMMARY OF THE INVENTION
  • In view of the above-described circumstances, an object of the present invention is to provide a document processing apparatus and a recording medium which make it possible to easily form and maintain a home page (Web page data) expressed in two or more languages. [0012]
  • Another object of the present invention is to provide a document processing apparatus and a recording medium which make it possible to easily edit translated sentences obtained as a result of translation of a tagged document. [0013]
  • Still another object of the present invention is to provide a document processing apparatus and a recording medium which make it possible to selectively display original sentences in a tagged document and translated sentences obtained as a result of translation of the tagged document. [0014]
  • A further object of the present invention is to provide a document processing apparatus and a recording medium which make it possible to return the edited translation sentences of the result of translation into a tagged document and to use it. [0015]
  • A further object of the present invention is to provide a document processing apparatus and a recording medium which make it possible to easily edit original sentences in a tagged document to from a more favorable translation. [0016]
  • To achieve the above-described objects, according to one aspect of the present invention, there is provided a document processing apparatus comprising a language tag setting unit for setting a language tag designating a kind of language at each of constituent unit positions in an original and those in a translated version corresponding to the original, and a document forming unit for forming a tagged document including the original and the translated version each having the language tag set therein. [0017]
  • The above-described document forming unit may form a tagged document in which the original and the translated version each having the language tag set therein are described in an original-versus-version form. [0018]
  • The above-described document processing apparatus further comprises a translation unit for translating the original to make the corresponding translated version. [0019]
  • The original may be contained in the processing-object tagged document. [0020]
  • The above-described document processing apparatus further comprises a visibility control tag setting unit for setting a visibility control tag for controlling any document portion so that the document portion is invisible, the visibility control tag setting unit setting the visibility control tag at such a position that one of the original and the translated version is in an invisible state. [0021]
  • The visibility control tag setting unit may set the visibility control tag at such a position that one of the original and the translated version is set in an invisible state and the language tag is also set in an invisible state. [0022]
  • The above-described document processing apparatus further comprises a display processing unit for interpreting the tag contained in the tagged document and for enabling a browser for displaying the tagged document to display the formed tagged document on the basis of a result of the interpretation in the above document processing apparatus. [0023]
  • According to another aspect of the present invention, there is provided a document processing apparatus comprising a language tag setting unit for setting a language tag at each of constituent unit positions in a first text described in a first language and those in a second text described in a second language of the first text, and a document forming unit for forming a tagged document including the first text and the second text each having the language tag set therein. [0024]
  • The above-described document forming unit may form a tagged document in which the first text and the corresponding second text each having the language tag set therein are described by being related to each other. [0025]
  • The above-described document processing apparatus further comprises a visibility control tag setting unit for setting a visibility control tag for controlling a text so that the text is invisible, the visibility control tag setting unit setting the visibility control tag at such a position that one of the first text and the second text is in an invisible state. [0026]
  • The visibility tag setting unit may set the visibility control tag at such a position that one of the first text and the second text is set in an invisible state and the language tag is also set in an invisible state. [0027]
  • The above-described document processing apparatus further comprises a display processing unit for interpreting the tag contained in the tagged document and for enabling a browser for displaying the tagged document to display the formed tagged document on the basis of a result of the interpretation. [0028]
  • According to still another aspect of the present invention, there is provided a document processing apparatus comprising an analysis unit for determining and extracting an original text from a processing-object tagged document, and an editing unit for enabling edit processing of the original text extracted from the tagged document by displaying the original text. [0029]
  • The analysis unit may determine the original text according to a language tag contained in the processing-object tagged document. [0030]
  • The above-described document processing apparatus further comprises a translation processing unit for making a translated version by translating the original text edited by the editing unit. [0031]
  • The above-described document processing apparatus further comprises a restoration unit for restoring, from the original text after the editing and the translated version made by the translation processing unit, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, the tags including the language tag. [0032]
  • According to yet another aspect of the present invention, there is provided a document processing apparatus comprising an analysis unit for determining an original text and a translated version corresponding to the original text in a processing-object tagged document, and an editing unit for enabling edit processing of the original text and the translated version by extracting the original text and the translated version from the tagged document and by displaying the original text and the translated version in an original-versus-version form. [0033]
  • The analysis unit may determine the original text and the translated version according to language tags contained in the processing-object tagged document. [0034]
  • The above-described document processing apparatus further comprises a translation processing unit for making a translated version by translating the original text edited by the editing unit. [0035]
  • The above-described document processing apparatus further comprises a restoration unit for restoring, from the original text after the editing and the translated version made by the translation processing unit, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, the tags including the language tag. [0036]
  • According to a further aspect of the present invention, there is provided a recording medium readable by a computer, the recording medium having a program recorded thereon, the program for enabling the computer to execute a step of setting a language tag designating a kind of language at each of constituent unit positions in an original and those in a translated version corresponding to the original, and a step of forming a tagged document including the original and the translated version each having the language tag set therein. [0037]
  • The program recorded on this recording medium may enable the computer to further execute a step of setting a visibility control tag for controlling any document portion so that the document portion is invisible, the visibility control tag being set at such a position that one of the original and the translated version is in an invisible state. [0038]
  • According to still a further aspect of the present invention, there is provided a recording medium readable by a computer, the recording medium having a program recorded thereon, the program for enabling the computer to execute a step of setting a language tag designating a kind of language at each of constituent unit positions in a first text described in a first language and those in a second text described in a second language of the first text, and a step of forming a tagged document including the first text and the second text each having the language tag set therein. [0039]
  • The program recorded on this recording medium may enable the computer to further execute a step of setting a visibility control tag for controlling a text so that the document is invisible, the visibility control tag being set at such a position that one of the first text and the second text is in an invisible state. [0040]
  • According to still a further aspect of the present invention, there is provided a recording medium readable by a computer, the recording medium having a program recorded thereon, the program for enabling the computer to execute a step of determining and extracting an original text from a processing-object tagged document, and a step of enabling editing of the text extracted from the tagged document by displaying the original text. [0041]
  • The program recorded on this recording medium may enable the computer to further execute a step of making a translated version by translating the original text after editing of the original text, and a step of restoring, from the original text after the editing and the translated version made by the translation, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, the tags including a language tag designating a kind of language. [0042]
  • According to still a further aspect of the present invention, there is provided a recording medium readable by a computer, the recording medium having a program recorded thereon, the program for enabling the computer to execute a step of determining an original text and a translated version corresponding to the original text in a processing-object tagged document, and a step of enabling editing of the original text and the translated version by extracting the original text and the translated version from the tagged document and by displaying the original text and the translated version in an original-versus-version form. [0043]
  • The program recorded on this recording medium may enable the computer to further execute a step of forming a translated version by translating the original text after editing of the original text, and a step of restoring, from the original text after the editing and the translated version made by the translation, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, the tags including a language tag designating a kind of language. [0044]
  • According to still a further aspect of the present invention, there is provided a recording medium readable by a computer, the recording medium having a tagged document recorded thereon, the recorded tagged document comprising a first language tag designating a first kind of language; a first text following the first language tag, the first text being described in a first language; a second language tag following the first text, the second language tag designating a second kind of language; and a second text following the second language tag, the second text being described in a second language and corresponding to the first text. [0045]
  • According to still a further aspect of the present invention, there is provided a recording medium readable by a computer, the recording medium having a tagged document recorded thereon, the recorded tagged document comprising an invisibility start tag for setting a following text in an invisible state; a first language tag following the invisibility start tag, the first language tag designating a first kind of language; a first text following the first language tag, the first text being described in a first language; a second language tag following the first text, the second language tag designating a second kind of language; an invisibility end tag following the second language tag, the invisibility end tag canceling the invisible state; and a second text following the invisibility end tag, the second text being described in a second language and corresponding to the first text. [0046]
  • According to a further aspect of the present invention, there is provided a document processing method comprising a step of setting a language tag designating a kind of language at each of constituent unit positions in an original and those in a translated version corresponding to the original; and a step of forming a tagged document including the original and the translated version each having the language tag set therein. [0047]
  • The above-described document processing method further comprises a step of setting a visibility control tag for controlling any document portion so that the document portion is invisible, said visibility control tag being set at such a position that one of the original and the translated version is in an invisible state. [0048]
  • According to still a further aspect of the present invention, there is provided a document processing method comprising a step of setting a language tag designating a kind of language at each of constituent unit positions in a first text described in a first language and those in a second text described in a second language of the first text; and a step of forming a tagged document including the first text and the second text each having the language tag set therein. [0049]
  • The above-described document processing method further comprises a step of setting a visibility control tag for controlling a text so that the document is invisible, said visibility control tag being set at such a position that one of the first text and the second text is in an invisible state. [0050]
  • According to still a further aspect of the present invention, there is provided a document processing method comprising a step of determining and extracting an original text from a processing-object tagged document; and a step of enabling editing of the original text extracted from the tagged document by displaying the original text. [0051]
  • The above-described document processing method further comprises a step of making a translated version by translating the original text after editing of the original text; and a step of restoring, from the original text after the edit processing and the translated version formed by said translation, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, said tags including a language tag designating a kind of language. [0052]
  • According to still a further aspect of the present invention, there is provided a document processing method comprising a step of determining an original text and a translated version corresponding to the original text in a processing-object tagged document; and a step of enabling edit processing of the original text and the translated version by extracting the original text and the translated version from the tagged document and by displaying the original text and the translated version in an original-versus-version form. [0053]
  • The above-described document processing method further comprises a step of forming a translated version by translating the original text after editing of the original text; and a step of restoring, from the original text after the edit processing and the translated version made by said translation, a tagged document in the same format as the processing-object tagged document, according to tags contained in the processing-object tagged document, said tags including a language tag designating a kind of language. [0054]
  • According to the present invention, it is not necessary to form and manage a file with respect to each of a plurality of languages, so that the maintenance can be easily carried out. [0055]
  • According to the present invention, an original text and a translated version of the original text obtained by translation are displayed in an original-versus-version form such that edit processing and version can be easily carried out. [0056]
  • According to the present invention, an original text in a tagged document and a translated version of the original text obtained by translation can be selectively displayed. [0057]
  • Further, according to the present invention, an edited translated version of the result of translation can be reformatted to the tagged document and used. [0058]
  • Further, according to the present invention, an original text in a tagged document can be easily edited to obtain a more favorable translated version.[0059]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • These objects and advantages of the present invention will become more apparent and more readily appreciated from the following detailed description of the presently preferred exemplary embodiments, taken in conjunction with the accompanying drawings of which: [0060]
  • FIG. 1 is a block diagram showing the configuration of an HTML document processing apparatus which represents a first embodiment of the present invention; [0061]
  • FIG. 2 is a diagram schematically showing the format and contents of an HTML document; [0062]
  • FIG. 3 is a diagram explaining a state where HTML documents are combined into one file and stored, and an edited state by a translation editor; [0063]
  • FIG. 4 is a flowchart for explaining the operation of the HTML document processing apparatus of the first embodiment; [0064]
  • FIG. 5 is another flowchart for explaining the operation of the HTML document processing apparatus of the first embodiment; [0065]
  • FIG. 6 is a diagram showing a specific example of an original-versus-version HTML document source; [0066]
  • FIG. 7 is a block diagram showing the configuration of an HTML document processing apparatus which represents second and third embodiments of the present invention; [0067]
  • FIG. 8 is a flowchart for explaining the operation of the HTML document processing apparatus of the second embodiment; [0068]
  • FIG. 9 is another flowchart for explaining the operation of the HTML document processing apparatus of the second embodiment; [0069]
  • FIG. 10 is a diagram showing an example of an initial window of an English-Japanese translation editor (original-versus-version editor program); [0070]
  • FIG. 11 is a flowchart for explaining the operation of the HTML document processing apparatus of the third embodiment; and [0071]
  • FIG. 12 is another flowchart for explaining the operation of the HTML document processing apparatus of the third embodiment.[0072]
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • Embodiments of the present invention will be described with reference to the accompanying drawings. [0073]
  • [First Embodiment][0074]
  • [Configuration of HTML Document Processing Apparatus][0075]
  • FIG. 1 shows functional components of an HTML [0076] document processing apparatus 1 which represents a first embodiment of the present invention. As shown in FIG. 1, the HTML document processing apparatus 1 is connected to a World Wide Web (WWW) server 3 through an IP communication network, i.e., Internet 2. In this embodiment, the WWW server 3 holds English home pages (Web pages in which contents are described in English) The HTML document processing apparatus 1 can be realized by a personal computer, and has an input section 10, a display section 11, a display processing section 12, a communication control section 13, an automatic translation processing section 14, an original-versus-version HTML document forming processing section 15, an individual-language HTML document conversion processing section 16, a data storage section 17, etc. The HTML document processing apparatus 1 is connected to a WWW browser 4 provided as an Internet display tool.
  • The personal computer has, as is well known, a central processing unit (CPU), a random access memory (RAM), a hard disk, a drive unit for accessing a portable recording medium, such as a floppy disk or a compact disk-read only memory (CD-ROM), to read out a program or data recorded thereon, a communication control unit, such as a modem or a local area network (LAN) board, a display, a keyboard, and a mouse. [0077]
  • The [0078] input section 10 of the HTML document processing apparatus 1 in this embodiment corresponds to the keyboard and the mouse; the display section 11 to the display; the data storage section 17 to the RAM, the hard disk or the portable recording medium; and the communication control section 13 to the communication control unit.
  • The [0079] display processing section 12, the automatic translation processing section 14, the original-versus-version HTML document forming processing section 15, and the individual-language HTML document conversion processing section 16 are realized by making the CPU execute a program of the present invention and a program of Internet translation software.
  • The program of the present invention and the Internet translation software are provided by being recorded on the portable recording medium, and are read out by the drive unit and stored in the hard disk in advance. [0080]
  • The above-described program and software stored in an external unit, may be downloaded to the HTML [0081] document processing apparatus 1 through the network using the communication control unit, and stored in the hard disk.
  • The program of the present invention and the Internet translation software stored in the hard disk are read to the RAM to be executed by the CPU. The programs of the present invention and the Internet translation software may be directly read to the RAM without being stored in the hard disk, instead of being temporality stored in the hard disk and thereafter read to the RAM as described above. [0082]
  • HTML documents formed by the HTML [0083] document processing apparatus 1 in this embodiment of the present invention are stored in the RAM, the hard disk or the portable recording medium.
  • In the HTML [0084] document processing apparatus 1 arranged as described above, the automatic translation processing section 14 translates an English HTML document (an original including sentences and figures) of an English home page described in English into a Japanese HTML document (a translated version) described in Japanese by using the home page translation functions of the Internet translation software, e.g., “ATLAS” (trademark of FUJITSU LIMITED) and the original and the results of the translation are visually displayed so that pairs of original and translated paragraphs or sentences are juxtaposed in upper and lower positions, as described below in detail.
  • In this translation and display process, the original-versus-version HTML document forming [0085] processing section 15 attaches a language tag, which is a special tag for identification of the kind of language, to the beginning of each of paragraphs or sentences which are constituent units of the original document and the translated document. The individual-language HTML document conversion processing section 16 recognizes the attached language tag to enable selective display of only one of the original and translated documents by further adding an invisibility tag (visibility control tag) to instruct to make no visual display.
  • [Operation of HTML Document Processing Apparatus][0086]
  • The operation of the HTML [0087] document processing apparatus 1 in the first embodiment of the present invention shown in FIG. 1 will now be described. FIG. 2 schematically shows the compositions and contents of original and translated documents and a state where these documents are stored and displayed by being juxtaposed in the above-mentioned manner. FIG. 3 shows a state where an original HTML document and a version of the HTML document are stored and displayed while being combined into one file in such a form that each of pairs of original and translated sentences are juxtaposed in left and right positions. FIGS. 4 and 5 are flowcharts for explaining the operation of the HTML document processing apparatus 1.
  • (Original-Versus-Version HTML Document Forming Processing) [0088]
  • The operation will be described by way of example with respect to a case where, in the HTML [0089] document processing apparatus 1, an English HTML document (original) of an English home page described in English is translated into a Japanese HTML document (translated version) described in Japanese, and an original-versus-version HTML document is formed from the original and version and is visually displayed.
  • Referring also to FIGS. 1 through 5, a user using the HTML [0090] document processing apparatus 1 searches the Internet for a home page described in a language which he or she wishes to translate, by operating the input section 10 and based on the contents of a display made by the display section 11 (WWW browser). In this example, the object of this search (processing step S401 in FIG. 4) is an English home page held by the WWW server 3.
  • Next, the user initiates a program for translation in the desired direction by operating the [0091] input section 10 and based on the contents of the display made by the display section 11. In this example, the user wishes to translate an English HTML document of the English home page into a Japanese HTML document described in Japanese and therefore initiates an English-into-Japanese translation program (S402).
  • The user clicks a “translation” button displayed in an initial window (dialogue window) (not shown) of the translation program to make the HTML [0092] document processing apparatus 1 translate and arrange the English HTML document in such a manner that each of pairs of original and translated paragraphs or sentences can be displayed by being juxtaposed in upper and lower positions (S403). According to the user's “translation” button clicking operation, the automatic translation processing section 14 having the translation program read out from the hard disk, translates the English HTML document supplied from the WWW server 3 through the communication control section 13 into a Japanese document, and thereby forms an HTML document in which each of a certain number of English paragraphs or sentences are followed by a line break tag and a corresponding Japanese paragraph or sentence, that is, each of pairs of original and translated paragraphs or sentences are displayed by being juxtaposed in upper and lower positions. Known techniques can be used for the process of translation in the automatic translation processing section 14, and therefore such translation techniques will not be described in detail in this specification.
  • The original-versus-version HTML document forming [0093] processing section 15, supplied with the results of translation performed by the automatic translation section 14, i.e., the HTML document containing Japanese sentences, starts analyzing the HTML document (S404) to add language tags for enabling discrimination between the original and translated paragraphs or sentences in the individual-language HTML document conversion processing section 16 described below in detail.
  • The original-versus-version HTML document forming [0094] processing section 15 first recognizes the part of a text of the inputted HTML document. The original-versus-version HTML document forming processing section 15 detects an HTML tag such as specifically shown in FIG. 6 (shown in the space between symbols < and > in FIG. 6) to recognize the section following this tag as English texts and Japanese texts (S405).
  • Next, the original-versus-version HTML document forming [0095] processing section 15 determines, if the texts recognized in step S405 are an English paragraph or sentence (original) or a Japanese paragraph or sentence (translated version) according to the position of the paragraphs or sentences (in the order of an English paragraph or sentence, a line break tag, and a Japanese paragraph or sentence) (step S406). If the original-versus-version HTML document forming processing section 15 recognizes an English paragraph or sentence as a result of this determination, it embeds a language tag <E> at the beginning of the document-component-unit paragraph or sentence (S407). If it recognizes a Japanese paragraph or sentence, it embeds a language tag <J> at the beginning of the document-component-unit paragraph or sentence (S408).
  • The original-versus-version HTML document forming [0096] processing section 15 proceeds to processing of the next paragraph in the original-versus-version HTML document, and makes a determination as to whether an HTML tag </html> indicating the end of the HTML document is detected or not (steps S409, S410). The original-versus-version HTML document forming processing section 15 repeats the above-described steps S404 to S410 until the HTML tag indicating the end of the HTML document is detected.
  • The original-versus-version HTML document forming [0097] processing section 15 stores in the data storage section 17 an original-versus-version HTML document obtained as a result of the original-versus-version HTML document forming processing based on the above-described sequence of document analysis steps, when the HTML tag indicating the end of the HTML document is detected. The state of data thereby stored is shown as an original-versus-version HTML document source 21 in FIG. 2. In FIG. 2, symbols Δ, and ∇ indicate English sentences and symbols ∘, and ⊚ indicate Japanese sentences.
  • After the original-versus-version HTML document forming processing performed by the original-versus-version HTML document forming [0098] processing section 15 based on the above-described sequence of document analysis steps, the display processing section 12 visually displays the stored original-versus-version HTML document in the upper-lower juxtaposition form on the screen of the display section 11 (WWW browser 4) (step S411) The original-versus-version HTML document source 21 is displayed in the upper-lower juxtaposition form, as indicated by reference numerals 20 in FIG. 2. In FIG. 2, “image1” and “image2” represent figures in the document.
  • (Processing for Selectively Displaying English HTML Document (Original) and Japanese HTML Document (Version)) [0099]
  • In the HTML document processing apparatus, processing described below is performed after the original-versus-version HTML document forming processing based on the above-described sequence of document analysis steps. The processing described below enables selective display of only one of the English HTML document (original) and the Japanese HTML document (translated version) displayed in the upper-lower juxtaposition form on the screen of the [0100] display section 11.
  • The user determines display of the document in the particular language for selective display of the document, and clicks a button corresponding to the language to be displayed (a “Japanese” button in this example) (S[0101] 412 in FIG. 5). In response to the user's “Japanese” button clicking operation, the HTML document processing apparatus 1 hands over processing to the individual-language HTML document conversion processing section. 16 to enable selective display of only the English HTML document (original) or the Japanese HTML document (translated version). In the case where the objective languages are English and Japanese as in this example, “English” and “Japanese” buttons (not shown) are displayed.
  • The individual-language HTML document [0102] conversion processing section 16 reads out the original-versus-version HTML document source 21 to the data storage section 17 as shown in FIG. 2, and starts analyzing the document (S413). The individual-language HTML document conversion processing section 16 makes a determination as to whether or not a language tag <E> or <J> embedded in the original-versus-version HTML document source 21 has been detected (S414).
  • If the individual-language HTML document [0103] conversion processing section 16 has detected a language tag in the English original-vs.-Japanese version HTML document, it sets an invisibility start tag <INVISIBILITY START> as a visibility control tag immediately before the detected language tag (S415).
  • Thereafter, to enable visual display of only the Japanese sentences in the English original-vs.-Japanese version HTML document, the individual-language HTML document [0104] conversion processing section 16 makes a determination as to whether or not the language tag <J> is detected (S416). If the individual-language HTML document conversion processing section 16 has detected a language tag <J>, it sets an invisibility end tag <INVISIBILITY END> as a visibility control tag immediately after the detected tag (immediately before a translated sentence) (S417).
  • The well-known comment tag may be used as the above-mentioned visibility control tag. A sentence or paragraph bracketed by a pair of comment tags is not displayed by the [0105] WWW browser 4.
  • If the individual-language HTML document [0106] conversion processing section 16 recognizes the detected language tag as a language tag other than the language tag <J> in above step S416, it sets an invisibility end tag <INVISIBILITY END> at the end of the paragraph (S418). This process is effective in processing an original-versus-version HTML document containing sentences written in three or more languages. For example, if the original-versus-version HTML document contains German sentences (original) together with English sentences (original) and Japanese sentences (translated version), this process makes the German sentences invisible as well as the English sentences.
  • An original-versus-[0107] version HTML document 22 having invisibility tags <INVISIBILITY START>, <INVISIBILITY END> as visibility control tags added thereto as well as language tags <E> and <J>, as shown in FIG. 2, is formed in this manner to display Japanese sentences only. FIG. 2 shows this HTML document with source codes.
  • If no language tag is detected in above step S[0108] 414, or after the completion of processing of the step S417 or 418, the individual-language HTML document conversion processing section 16 proceeds to processing of the next paragraph in the original-versus-version HTML document, and makes a determination as to whether or not an HTML tag </html> indicating the end of the HTML document has been detected (steps S419, S420). The individual-language HTML document conversion processing section 16 repeats the above-described steps S413 to S420 until the HTML tag indicating the end of the HTML document is detected.
  • The individual-language HTML document [0109] conversion processing section 16 stores in the data storage section 17 the HTML document with invisibility tags obtained as a result of the above-described sequence of process steps for selective display of the original-versus-version HTML document when the HTML tag indicating the end of the original-versus-version HTML document is detected.
  • The [0110] display processing section 12 then opens the HTML document with invisibility tags by the WWW browser 4, and visually displays the document on the screen of the display section 11 (S421). A Japanese sentence HTML display 23 shown in FIG. 2 represents the state of this display on the screen.
  • Further, FIG. 2 shows the source code for enabling display of English sentences only in an original-versus-[0111] version HTML document 24, and shows an HTML display 25 which represents the state of display on the screen when the HTML document 24 is displayed by the WWW browser 4.
  • [Second Embodiment][0112]
  • [Configuration of HTML Document Processing Apparatus][0113]
  • FIG. 7 shows functional components of an HTML [0114] document processing apparatus 1 which represents a Embodiment 2 of the present invention. The HTML document processing apparatus 1 is connected to a World Wide Web (WWW) server 3 through an IP communication network, i.e., Internet 2. In this embodiment, the WWW server 3 holds English home pages.
  • The HTML [0115] document processing apparatus 1 can be realized by a personal computer, and has an input section 10, a display section 11, a display processing section 12, a communication control section 13, an automatic translation processing section 14, an original-versus-version HTML document forming processing section 15, an individual-language HTML document conversion processing section 16, a data storage section 17, an HTML document analysis and conversion processing section 18, an English-Japanese translation editor (original-versus-version editor program) 19, an original-versus-version HTML document conversion processing section 40, etc. The HTML document processing apparatus 1 is connected to a WWW browser 4 provided as an Internet display tool.
  • In the HTML document processing apparatus arranged as described above, the automatic [0116] translation processing section 14 translates an English HTML document (an original including sentences and figures) of an English home page described in English into a Japanese HTML document (a translated version) described in Japanese, by using the home page translation functions of the above-mentioned Internet translation software, and the original and the results of the translation are visually displayed in such a form that each of pairs of original and translated paragraphs or sentences are juxtaposed in upper and lower positions.
  • In this translation and display process, the original-versus-version HTML document forming [0117] processing section 15 attaches a language tag, which is a special tag for determination of the kind of language, to the beginning of each of paragraphs or sentences which are constituent units of the original document and the translated document.
  • The HTML document analysis and [0118] conversion processing section 18 and the English-Japanese translation editor (original-versus-version editor program) 19 extract data with respect to each language, when data is edited in an original-versus-version form. After editing of original-versus-version data performed by the editor, HTML tags are restored to form an HTML document from the edited data.
  • If an HTML document is translated by Internet translation software, translation results outputted in an original-versus-version form cannot be edited. However, document data prepared by removing HTML tags from the translation results is supplied to the editor capable of editing data in an original-versus-version form to enable editing of the translation results. Also, HTML tags are restored in edit results to enable the edit results to be used as an HTML document. [0119]
  • [Operation of HTML Document Processing Apparatus][0120]
  • The operation of the HTML [0121] document processing apparatus 1 in Embodiment 2 of the present invention shown in FIG. 7 will now be described. FIGS. 8 and 9 are flowcharts for explaining the operation of the HTML document processing apparatus 1.
  • (Original-Versus-Version HTML Document Forming Processing) [0122]
  • Referring to FIGS. 7 through 9, in the HTML [0123] document processing apparatus 1, an English HTML document (original) of an English home page described in English is translated, an HTML document including the formed original and translated version is analyzed, and an original-versus-version HTML document having language tags embedded therein is formed and visually displayed. This document forming and displaying processing is the same as that performed by the HTML document processing apparatus 1 Embodiment 1 described above, i.e., the process steps S401 to S414 shown in FIG. 4.
  • (Original-Versus-Version HTML Document Data Conversion Processing and Translated Version Edit Processing) [0124]
  • In the HTML [0125] document processing apparatus 1, after the above-described processing of forming an original-versus-version HTML document displayed in an upper-lower juxtaposition form on the screen of the display section 11, data conversion processing and translated version edit processing can be performed in a process described below.
  • When a user clicks an “original-versus-version edit processing start” button, the automatic [0126] translation processing section 14 having translation software hands over processing to the HTML document analysis and conversion processing section 18 (S812 in FIG. 8) to enable editing of the Japanese HTML document (version) in the original-versus-version HTML document 20 shown in FIG. 2.
  • The HTML document analysis and [0127] conversion processing section 18 starts processing for enabling editing using the English-Japanese translation editor (original-versus-version editor program) 19 by removing language tags from the original-versus-version HTML document source 21 having language tags <E> and <J> added thereto (S813).
  • First, the HTML document analysis and [0128] conversion processing section 18 makes a determination as to whether a language tag <E> or <J> embedded in the original-versus-version HTML document in the original-versus-version HTML document forming processing section 15 has been detected (S814).
  • If the HTML document analysis and [0129] conversion processing section 18 has detected a language tag <E> or <J> in the English original-versus-Japanese version HTML document, it stores in the data storage section 17 language data together with language tag start and end addresses (S815).
  • Thereafter, to enable display and edit of English sentences in the English original-vs.-Japanese version HTML document, the HTML document analysis and [0130] conversion processing section 18 makes a determination as to whether or not the detected language tag is a language tag <E> (S816). If the detected language tag is a language tag <E>, the HTML document analysis and conversion processing section 18 stores in an original document storage area in the data storage section 17, the start address of a document constituent unit paragraph (or sentence) and the contents of the paragraph (S817).
  • If the result of above determination in step S[0131] 816 detects a language tag <J>, the HTML document analysis and conversion processing section 18 stores in a version storage area in the data storage section 17, the start address of a document constituent unit paragraph (or sentence) and the contents of the paragraph (S818) to enable Japanese sentence display and edit. As a result of the above process steps S815 to S818, English and Japanese paragraphs or sentences from which HTML tags have been removed and the start and end addresses of the paragraphs or sentences are stored in the data storage section 17.
  • If no language tag is detected in above step S[0132] 814, or after the completion of processing in above step S817 or 818, the HTML document analysis and conversion processing section 18 proceeds to processing of the next paragraph in the original-versus-version HTML document 21, and makes a determination as to whether or not an HTML tag </html> indicating the end of the HTML document is detected (steps S819, S820).
  • The HTML document analysis and [0133] conversion processing section 18 repeats the above-described steps S813 to S820 in cooperation with the English-Japanese translation editor (original-versus-version editor program) 19, until the HTML tag indicating the end of the HTML document is detected. FIG. 10 shows an example of an initial window of the English-Japanese translation editor.
  • When the HTML tag indicating the end of the original-versus-version HTML document is detected, the HTML document analysis and [0134] conversion processing section 18 visually displays (S821), in the window of the English-Japanese translation editor (display section 11), the results of the above-described sequence of process steps for converting the original-versus-version HTML document data, i.e., English paragraphs or sentences (original) and Japanese paragraphs or sentences (translated version) from which the language tags and the HTML tags have been removed.
  • The user edits the Japanese sentences according to his or her need on the basis of the English and Japanese paragraphs or sentences visually displayed in the left-right juxtaposition form in the window of the English-Japanese translation editor. The symbol  in the translated sentences shown in FIG. 3 designates edited portions. When the user clicks an “end” button in the English-Japanese translation editor window after suitably editing the Japanese version, the English-Japanese translation editor (original-versus-version editor program) [0135] 19 stores the results of editing in the data storage section 17, thereby completing the edit processing (S822).
  • (Processing for Restoration to HTML Document Format) [0136]
  • In the HTML [0137] document processing apparatus 1, after the above-described original-versus-version HTML document data conversion processing and translated version editing processing, a process described below is further performed to enable restoration to the HTML document format.
  • When the user clicks an “HTML display” button in the English-Japanese translation editor window, the English-Japanese translation editor (original-versus-version editor program) [0138] 19 is started (S823). By an instruction from the English-Japanese translation editor 19, the original-versus-version HTML document conversion processing section 40 starts analyzing the edited document (S824).
  • First, the original-versus-version HTML document [0139] conversion processing section 40 reads out one of the English paragraphs or sentences (original) or the Japanese paragraphs or sentences (translated version) stored in the data storage section 17, and makes a determination as to whether the document constituent unit, i.e., the paragraph or sentence, is English (original) or Japanese (translated version) (S825). This determination can be definitely made based on the language tags stored in the data storage section 17.
  • If the result of this determination is that the paragraph or sentence read out is English, the original-versus-version HTML document [0140] conversion processing section 40 adds the language tag <E> to the beginning of the paragraph (S826). If the paragraph read out is Japanese, the original-versus-version HTML document conversion processing section 40 adds the language tag <J> to the beginning of the paragraph (S827). The original-versus-version HTML document conversion processing section 40 substitutes (S828) the paragraph of the edited document for the corresponding paragraph of the original-versus-version HTML document before editing by referring to the paragraph start address stored in the data storage section 17.
  • The original-versus-version HTML document [0141] conversion processing section 40 then proceeds to processing of the next paragraph and makes a determination as to whether or not the end of the edited document has been reached (steps S829, S830). The original-versus-version HTML document conversion processing section 40 repeats the above-described steps S824 to S830 until the end of the edited document is reached.
  • The original-versus-version HTML document [0142] conversion processing section 40 stores in the data storage section 17 the original-versus-version HTML document obtained as a result of the above-described sequence of HTML document restoration processing steps. The display processing section 12 opens, by the WWW browser 4, the original-versus-version HTML document stored in the data storage section 17, thereby making a display reflecting the editing results (S831).
  • When the original-versus-version HTML document is displayed on the editor, the English paragraphs or sentences and the positions of the same, and the Japanese paragraphs or sentences and the positions of the same in the original-versus-version HTML document are stored in the respective storage areas in the [0143] data storage section 17, and the original-versus-version HTML document before editing is also held by the data storage section 17. From the information on the positions of the English and Japanese paragraphs or sentences stored in the storage areas, the other portions can be identified as the tags. In this manner, the positions of the tags can be obtained reciprocally from the positions of the English and Japanese paragraphs or sentences, and HTML document restoration processing can be performed by using the tags in the original-versus-version HTML document before editing with reference to the tag position information obtained from the paragraph or sentence positions.
  • The formed original-versus-version HTML document can be displayed in the form of an original-versus-version home page by the Internet display [0144] tool WWW browser 4 if it may formed without invisibility tags. Selective display processing (see FIG. 5) of the original-versus-version HTML document may be performed by the individual-language HTML document conversion processing section 16 if necessary, as in the HTML document processing apparatus 1 in above-described Embodiment 1, thereby enabling only the Japanese HTML document (version) obtained by this processing to be visually displayed by the display section 11.
  • [Embodiment 3][0145]
  • [Configuration of HTML Document Processing Apparatus][0146]
  • An HTML [0147] document processing apparatus 1 which represents Embodiment 3 of the present invention has basically the same functions and configuration as the HTML document processing apparatus 1 of Embodiment 2 shown in FIG. 7.
  • In the HTML [0148] document processing apparatus 1 in the third embodiment, however, there is no need for the automatic translation processing section 14 and the original-versus-version HTML document forming processing section 15.
  • In this HTML [0149] document processing apparatus 1, the HTML document analysis and conversion processing section 18 and the English-Japanese translation editor (original-versus-version editor program) 19 cooperate to perform data conversion by removing HTML tags from an English HTML document (original) of an English home page described in English, thereby enabling editing of the original and inputting of a translated version. A user edits the editable English sentences according to his or her need and inputs Japanese sentences (translated version).
  • Also, the original-versus-version HTML document [0150] conversion processing section 40 substitutes edited English and Japanese sentences for the original English sentences, restores the removed HTML tags, and sets translation-result Japanese sentences (translated version) in correspondence with the edited sentences, thereby enabling visual display of an original-versus-version HTML document containing a more favorable version.
  • [Operation of HTML Document Processing Apparatus][0151]
  • (Data Conversion Processing and Original Edit Processing of English HTML Document (Original)) [0152]
  • FIG. 7 shows the configuration of this HTML [0153] document processing apparatus 1, and FIGS. 11 and 12 are flowcharts for explaining the operation of this HTML document processing apparatus 1. Referring to FIGS. 7, 11, and 12, a user using the HTML document processing apparatus 1 searches the Internet for a home page described in a language which he or she wishes to translate, by operating the input section 10 and based on the contents of a display made by the display section 11. In this example, the object of this search (processing step S1101 in FIG. 11) is an English home page held by the WWW server 3.
  • Next, the user initiates a program for translation in the desired direction by operating the [0154] input section 10 and based on the contents of the display made by the display section 11. In this example, the English home page is to be finally translated into a Japanese HTML document described in Japanese. Therefore, an English-into-Japanese translation program is started (S1102).
  • The user clicks an “original-versus-version edit processing start” button in an initial window (dialogue window) (not shown) of the translation program to start the English-Japanese translation editor (original-versus-version editor program) [0155] 19 (S1103).
  • The HTML document analysis and [0156] conversion processing section 18 starts analyzing (S1104) the English HTML document (original) supplied from the WWW server 3 through the communication control section 13. First, the HTML document analysis and conversion processing section 18 recognizes a text portion of the English HTML document (original). The HTML document analysis and conversion processing section 18 detects an HTML tag to recognize the section following this tag as an English text (S1105).
  • Next, the HTML document analysis and [0157] conversion processing section 18 stores in the original storage area in the data storage section 17 the start address of a document constituent unit paragraph (or sentence) and the contents of the paragraph (S1106). As a result of the processing in the above steps S1105 and S1106, the English paragraph or sentence from which the HTML tag has been removed is stored in the data storage section 17.
  • If HTML tag is detected in above step S[0158] 1105, or after the completion of processing in the step S1106, the HTML document analysis and conversion processing section 18 proceeds to processing of the next paragraph in the English HTML document, and makes a determination as to whether or not an HTML tag </html> indicating the end of the HTML document is detected (steps S1107, S1108).
  • The HTML document analysis and [0159] conversion processing section 18 repeats the above-described steps S1104 to S1108 in cooperation with the English-Japanese translation editor (original-versus-version editor program) 19 until the HTML tag indicating the end of the English HTML document is detected.
  • When the HTML tag indicating the end of the English HTML document is detected, the HTML document analysis and [0160] conversion processing section 18 visually displays (S1109) in a left-hand section of the window of the English-Japanese translation editor (display section 11), the results of the above-described sequence of process steps for converting the English HTML document data.
  • The user performs manual translation on the basis of the English paragraphs or sentences (original) visually displayed in the window of the English-Japanese translation editor, and forms translated sentences (Japanese sentences) by operating the [0161] input section 10. In this translation processing, the user edits the English sentences and, if necessary the Japanese translated sentences according to his or her need. When the user clicks an “end” button in the English-Japanese translation editor window after suitably editing the original and completing the Japanese version, the English-Japanese translation editor (original-versus-version editor program) 19 stores the results of editing and translation in the data storage section 17, thereby completing the processing (S1110).
  • (Processing for Restoration to HTML Document Format) [0162]
  • In the HTML [0163] document processing apparatus 1, after the above-described English HTML document (original) data conversion processing and original editing processing, a process described below is next performed to enable restoration processing of the HTML document format.
  • When the user clicks an “HTML display” button in the English-Japanese translation editor window, the English-Japanese translation editor (original-versus-version editor program) [0164] 19 is again started (S1111). By an instruction from the English-Japanese translation editor 19, the original-versus-version HTML document conversion processing section 40 starts analyzing the resulting edited document (S1112).
  • First, the original-versus-version HTML document [0165] conversion processing section 40 reads out one of the English paragraphs or sentences (original) stored in the data storage section 17, and makes a determination as to whether or not the document constituent unit, i.e., the paragraph (or sentence), is English (original) (S1113). This determination can be definitely made based on the storage positions stored in the left-right juxtaposition form in the data storage section 17.
  • If the result of this determination is that the paragraph or sentence read out is English, the original-versus-version HTML document [0166] conversion processing section 40 adds the language tag <E> to the beginning of the paragraph (S1114). If the paragraph read out is Japanese, the original-versus-version HTML document conversion processing section 40 adds the language tag <J> to the beginning of the paragraph (S1115).
  • The original-versus-version HTML document [0167] conversion processing section 40 substitutes (S1116) the paragraph of the resulting edited original with the language tag added thereto for the corresponding original paragraph of the HTML document before editing, by referring to the paragraph start address stored in the data storage section 17, and inserts the translated sentence formed in the above-described step S1110 immediately after the substituted original paragraph (S1117).
  • The original-versus-version HTML document [0168] conversion processing section 40 then proceeds to processing of the next paragraph and makes a determination as to whether or not the end of the edited document has been reached (steps S1118, S1119). The original-versus-version HTML document conversion processing section 40 repeats the above-described steps S1112 to S1119 until the end of the edited document is reached.
  • The original-versus-version HTML document [0169] conversion processing section 40 stores in the data storage section 17 the original-versus-version HTML document obtained as a result of the above-described sequence of HTML document restoration processing steps. The display processing section 12 then opens, by the WWW browser 4, the original-versus-version HTML document stored in the data storage section 17, thereby making a display reflecting the editing results (S1120).
  • Also in this embodiment, HTML document restoration processing can be performed by using the tags in the original-versus-version HTML document in the same manner as that in [0170] Embodiment 2.
  • Also, selective display processing (see FIG. 5) of the original-versus-version HTML document may be performed by the individual-language HTML document [0171] conversion processing section 16 if necessary, as in the HTML document processing apparatus 1 in the above-described Embodiment 1, thereby enabling only the Japanese HTML document (translated version) obtained by this processing to be visually displayed in the display section 11.
  • [Examples of Modification][0172]
  • In the HTML [0173] document processing apparatus 1 in the above-described third embodiment, translated sentences are formed by manual translation. However, an automatic translation process using the automatic translation processing section 14 may also be performed in the third embodiment, similar to that in the HTML document processing apparatuses in the first and second embodiments. Conversely, manual translation may be performed in the HTML document processing apparatuses in the first and second embodiments.
  • In each of the HTML document processing apparatuses in the above-described embodiments, an original written in English, is translated into Japanese. However, the HTML document processing apparatus of the present invention can also operate in the same manner with respect to the respective languages, and can similarly process an HTML document having sentences written in three or more languages. [0174]
  • In the HTML [0175] document processing apparatus 1 in the first embodiment, invisibility tags designating inhibition of visual display are set as visibility control tags in an HTML document. However, it is also possible to print only a document expressed in a particular language selected by setting such tags.
  • Each of the above-described processes according to the present invention can be applied in association with a computer-readable medium. [0176]
  • Although only a few embodiments of the present invention have been described in detail above, those skilled in the art will readily appreciate that many modifications are possible in the preferred embodiments without departing from the novel teachings and advantages of the present invention. Accordingly, all such modifications are intended to be included within the scope of the present invention as defined by the following claims. [0177]

Claims (38)

What is claimed is:
1. A document processing apparatus comprising:
a language tag setting unit setting a language tag designating a kind of language at each of constituent unit positions in an original and those in a translated version corresponding to the original; and
a document forming unit forming a tagged document including the original and the translated version each having the language tag set therein.
2. A document processing apparatus according to
claim 1
, wherein said document forming unit forms a tagged document in which the original and the translated version each having the language tag set therein are described in an original-versus-version form.
3. A document processing apparatus according to
claim 1
or
2
, further comprising a translation unit translating the original to make the translated version.
4. A document processing apparatus according to any one of
claims 1
to
3
, wherein the original is contained in the processing-object tagged document.
5. A document processing apparatus according to any one of
claims 1
to
4
, further comprising a visibility control tag setting unit setting a visibility control tag for controlling any document portion so that the document portion is invisible, said visibility control tag setting unit setting the visibility control tag at such a position that one of the original and the translated version is in an invisible state.
6. A document processing apparatus according to
claim 5
, wherein said visibility control tag setting unit setting the visibility control tag at such a position that one of the original and the translated version is set in an invisible state and the language tag is also set in an invisible state.
7. A document processing apparatus according to
claim 1
, further comprising a display processing unit interpreting the tag contained in the tagged document and for enabling a browser for displaying the tagged document to display the formed tagged document on the basis of a result of the interpretation.
8. A document processing apparatus comprising:
a language tag setting unit setting a language tag at each of constituent unit positions in a first text described in a first language and those in a second text described in a second language of the first text; and
a document forming unit forming a tagged document including the first text and the second text each having the language tag set therein.
9. A document processing apparatus according to
claim 8
, wherein said document forming unit forms a tagged document in which the first text and the corresponding second text each having the language tag set therein are described by being related to each other.
10. A document processing apparatus according to
claim 8
, further comprising a visibility control tag setting unit setting a visibility control tag for controlling a text so that the text is invisible, said visibility control tag setting unit setting the visibility control tag at such a position that one of the first text and the second text is in an invisible state.
11. A document processing apparatus according to
claim 10
, wherein said visibility control tag setting unit sets the visibility control tag at such a position that one of the first text and the second text is set in an invisible state and the language tag is also set in an invisible state.
12. A document processing apparatus according to
claim 8
, further comprising a display processing unit interpreting the tag contained in the tagged document and for enabling a browser for displaying the tagged document to display the formed tagged document on the basis of a result of the interpretation.
13. A document processing apparatus comprising:
an analysis unit determining and extracting an original text from a processing-object tagged document; and
an editing unit enabling edit processing of the original text extracted from the tagged document by displaying the original text.
14. A document processing apparatus according to
claim 13
, wherein said analysis unit determines the original text according to a language tag contained in the processing-object tagged document.
15. A document processing apparatus according to
claim 13
or
14
, further comprising a translation processing unit making a translated version by translating the original text edited by said editing unit.
16. A document processing apparatus according to
claim 15
, further comprising a restoration unit restoring, from the original text after the editing and the translated version made by said translation processing unit, a tagged document in the same format as the processing-object tagged document, according to tags contained in the processing-object tagged document, said tags including the language tag.
17. A document processing apparatus comprising:
an analysis unit determining an original text and a translated version corresponding to the original text in a processing-object tagged document; and
an editing unit enabling editing of the original text and the translated version by extracting the original text and the translated version from the tagged document and by displaying the original text and the translated version in an original-versus-version form.
18. A document processing apparatus according to
claim 17
, wherein said analysis unit determines the original text and the translated version according to language tags contained in the processing-object tagged document.
19. A document processing apparatus according to
claim 17
or
18
, further comprising a translation processing unit making a translated version by translating the original text edited by said editing unit.
20. A document processing apparatus according to
claim 19
, further comprising a restoration unit restoring, from the original text after the edit processing and the translated version made by said translation processing unit, a tagged document in the same format as the processing-object tagged document, according to tags contained in the processing-object tagged document, said tags including the language tag.
21. A recording medium readable by a computer, said recording medium having a program recorded thereon, said program for enabling the computer to execute steps of:
setting a language tag designating a kind of language at each of constituent unit positions in an original and those in a translated version corresponding to the original; and
forming a tagged document including the original and the translated version each having the language tag set therein.
22. A recording medium according to
claim 21
, wherein said program recorded on said recording medium enables the computer to further execute a step of setting a visibility control tag for controlling any document portion so that the document portion is invisible, said visibility control tag being set at such a position that one of the original and the translated version is in an invisible state.
23. A recording medium readable by a computer, said recording medium having a program recorded thereon, said program for enabling the computer to execute steps of:
setting a language tag designating a kind of language at each of constituent unit positions in a first text described in a first language and those in a second text described in a second language of the first text; and
forming a tagged document including the first text and the second text each having the language tag set therein.
24. A recording medium readable by a computer according to
claim 23
, wherein said program recorded on said recording medium enables the computer to further execute a step of setting a visibility control tag for controlling a text so that the document is invisible, said visibility control tag being set at such a position that one of the first text and the second text is in an invisible state.
25. A recording medium readable by a computer, said recording medium having a program recorded thereon, said program for enabling the computer to execute steps of:
determining and extracting an original text from a processing-object tagged document; and
enabling editing of the original text extracted from the tagged document by displaying the original text.
26. A recording medium readable by a computer according to
claim 25
, wherein said program recorded on said recording medium enables the computer to further execute steps of:
making a translated version by translating the original text after editing of the original text; and
restoring, from the original text after the edit processing and the translated version formed by said translation, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, said tags including a language tag designating a kind of language.
27. A recording medium readable by a computer, said recording medium having a program recorded thereon, said program for enabling the computer to execute steps of:
determining an original text and a translated version corresponding to the original text in a processing-object tagged document; and
enabling edit processing of the original text and the translated version by extracting the original text and the translated version from the tagged document and by displaying the original text and the translated version in an original-versus-version form.
28. A recording medium readable by a computer according to
claim 27
, wherein said program recorded on said recording medium enables the computer to further execute steps of:
forming a translated version by translating the original text after editing of the original text; and
restoring, from the original text after the edit processing and the translated version made by said translation, a tagged document in the same format as the processing-object tagged document, according to tags contained in the processing-object tagged document, said tags including a language tag designating a kind of language.
29. A recording medium readable by a computer, said recording medium having a tagged document recorded thereon, wherein said recorded tagged document comprising:
a first language tag designating a first kind of language;
a first text following said first language tag, said first text being described in a first language;
a second language tag following said first text, said second language tag designating a second kind of language; and
a second text following said second language tag, said second text being described in a second language, said second text corresponding to said first text.
30. A recording medium readable by a computer, said recording medium having a tagged document recorded thereon, wherein said recorded tagged document comprising:
an invisibility start tag for setting a following text in an invisible state;
a first language tag following said invisibility start tag, said first language tag designating a first kind of language;
a first text following said first language tag, said first text being described in a first language;
a second language tag following said first text, said second language tag designating a second kind of language;
an invisibility end tag following said second language tag, said invisibility end tag canceling the invisible state; and
a second text following said invisibility end tag, said second text being described in a second language, said second text corresponding to said first text.
31. A document processing method comprising steps of:
setting a language tag designating a kind of language at each of constituent unit positions in an original and those in a translated version corresponding to the original; and
forming a tagged document including the original and the translated version each having the language tag set therein.
32. A document processing method according to
claim 31
, wherein further comprising a step of setting a visibility control tag for controlling any document portion so that the document portion is invisible, said visibility control tag being set at such a position that one of the original and the translated version is in an invisible state.
33. A document processing method comprising steps of:
setting a language tag designating a kind of language at each of constituent unit positions in a first text described in a first language and those in a second text described in a second language of the first text; and
forming a tagged document including the first text and the second text each having the language tag set therein.
34. A document processing method according to
claim 33
, wherein further comprising a step of setting a visibility control tag for controlling a text so that the document is invisible, said visibility control tag being set at such a position that one of the first text and the second text is in an invisible state.
35. A document processing method comprising steps of:
determining and extracting an original text from a processing-object tagged document; and
enabling editing of the original text extracted from the tagged document by displaying the original text.
36. A document processing method according to
claim 35
, wherein further comprising steps of:
making a translated version by translating the original text after editing of the original text; and
restoring, from the original text after the edit processing and the translated version formed by said translation, a tagged document in the same format as the processing-object tagged document according to tags contained in the processing-object tagged document, said tags including a language tag designating a kind of language.
37. A document processing method comprising steps of:
determining an original text and a translated version corresponding to the original text in a processing-object tagged document; and
enabling edit processing of the original text and the translated version by extracting the original text and the translated version from the tagged document and by displaying the original text and the translated version in an original-versus-version form.
38. A document processing method according to
claim 37
, wherein further comprising steps of:
forming a translated version by translating the original text after editing of the original text; and
restoring, from the original text after the edit processing and the translated version made by said translation, a tagged document in the same format as the processing-object tagged document, according to tags contained in the processing-object tagged document, said tags including a language tag designating a kind of language.
US09/748,177 2000-03-31 2000-12-27 Document processing apparatus and document processing method Abandoned US20010027460A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US10/902,006 US7168040B2 (en) 2000-03-31 2004-07-30 Document processing apparatus and method for analysis and formation of tagged hypertext documents
US10/902,010 US20040268243A1 (en) 2000-03-31 2004-07-30 Document processing apparatus and document processing method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2000098427 2000-03-31
JP2000-98427 2000-03-31

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US10/902,006 Division US7168040B2 (en) 2000-03-31 2004-07-30 Document processing apparatus and method for analysis and formation of tagged hypertext documents
US10/902,010 Division US20040268243A1 (en) 2000-03-31 2004-07-30 Document processing apparatus and document processing method

Publications (1)

Publication Number Publication Date
US20010027460A1 true US20010027460A1 (en) 2001-10-04

Family

ID=18612909

Family Applications (3)

Application Number Title Priority Date Filing Date
US09/748,177 Abandoned US20010027460A1 (en) 2000-03-31 2000-12-27 Document processing apparatus and document processing method
US10/902,010 Abandoned US20040268243A1 (en) 2000-03-31 2004-07-30 Document processing apparatus and document processing method
US10/902,006 Expired - Fee Related US7168040B2 (en) 2000-03-31 2004-07-30 Document processing apparatus and method for analysis and formation of tagged hypertext documents

Family Applications After (2)

Application Number Title Priority Date Filing Date
US10/902,010 Abandoned US20040268243A1 (en) 2000-03-31 2004-07-30 Document processing apparatus and document processing method
US10/902,006 Expired - Fee Related US7168040B2 (en) 2000-03-31 2004-07-30 Document processing apparatus and method for analysis and formation of tagged hypertext documents

Country Status (2)

Country Link
US (3) US20010027460A1 (en)
EP (1) EP1139231A1 (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040114601A1 (en) * 2002-09-02 2004-06-17 Hiroyuki Watanabe Electronic device, communication environment setting method, and program
US20040230898A1 (en) * 2003-05-13 2004-11-18 International Business Machines Corporation Identifying topics in structured documents for machine translation
US20040236715A1 (en) * 2001-06-11 2004-11-25 Andreas Krebs Initializing virtual machine that subsequently executes application
US20040243936A1 (en) * 2003-05-30 2004-12-02 International Business Machines Corporation Information processing apparatus, program, and recording medium
US20060168519A1 (en) * 2001-05-21 2006-07-27 Kabushiki Kaisha Toshiba Structured document transformation method, structured document transformation apparatus, and program product
US20070011651A1 (en) * 2005-07-07 2007-01-11 Bea Systems, Inc. Customized annotation editing
US20080077848A1 (en) * 2006-09-21 2008-03-27 International Business Machines Corporation Capturing and Processing Change Information in a Web-Type Environment
US20090158137A1 (en) * 2007-12-14 2009-06-18 Ittycheriah Abraham P Prioritized Incremental Asynchronous Machine Translation of Structured Documents
US20100082580A1 (en) * 2008-10-01 2010-04-01 Defrang Bruce System and method for applying deltas in a version control system
US20120221593A1 (en) * 2011-02-28 2012-08-30 Andrew Trese Systems, Methods, and Media for Generating Analytical Data
US8402001B1 (en) * 2002-10-08 2013-03-19 Symantec Operating Corporation System and method for archiving data
US20150082141A1 (en) * 2012-04-12 2015-03-19 Bull Sas Documentation data file with detail levels
US9430720B1 (en) 2011-09-21 2016-08-30 Roman Tsibulevskiy Data processing systems, devices, and methods for content analysis
US9471563B2 (en) 2011-02-28 2016-10-18 Sdl Inc. Systems, methods and media for translating informational content
US9916306B2 (en) 2012-10-19 2018-03-13 Sdl Inc. Statistical linguistic analysis of source content
US9984054B2 (en) 2011-08-24 2018-05-29 Sdl Inc. Web interface including the review and manipulation of a web document and utilizing permission based control

Families Citing this family (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7437669B1 (en) * 2000-05-23 2008-10-14 International Business Machines Corporation Method and system for dynamic creation of mixed language hypertext markup language content through machine translation
JP2003256465A (en) * 2002-03-04 2003-09-12 Matsushita Electric Ind Co Ltd Data output method, server, and information processor
US20040122659A1 (en) * 2002-12-23 2004-06-24 Hourihane John Philip Tool and method for managing web pages in different languages
US7627817B2 (en) 2003-02-21 2009-12-01 Motionpoint Corporation Analyzing web site for translation
GB2403306A (en) * 2003-06-25 2004-12-29 Canon Europa Nv Website localisation
US7171618B2 (en) * 2003-07-30 2007-01-30 Xerox Corporation Multi-versioned documents and method for creation and use thereof
US7391885B2 (en) * 2003-07-30 2008-06-24 Xerox Corporation Method for determining overall effectiveness of a document
US20070067154A1 (en) * 2005-09-22 2007-03-22 International Business Machines Corporation Language translation system
US8682712B2 (en) * 2006-05-22 2014-03-25 Google Inc. Monitoring landing page experiments
US7739594B2 (en) * 2006-05-22 2010-06-15 Google Inc. Encoding and displaying default landing page content
US7844894B2 (en) * 2006-05-22 2010-11-30 Google Inc. Starting landing page experiments
US7831658B2 (en) * 2006-05-22 2010-11-09 Google Inc. Generating landing page variants
US8924194B2 (en) 2006-06-20 2014-12-30 At&T Intellectual Property Ii, L.P. Automatic translation of advertisements
US8079027B2 (en) * 2006-09-08 2011-12-13 Via Technologies, Inc. Programming language translation systems and methods
US20080244740A1 (en) * 2007-03-06 2008-10-02 Wetpaint.Com, Inc. Browser-independent editing of content
US7809725B1 (en) 2007-10-18 2010-10-05 Google Inc. Acquiring web page experiment schema
US8296643B1 (en) 2007-10-18 2012-10-23 Google Inc. Running multiple web page experiments on a test page
US7895293B1 (en) 2008-02-25 2011-02-22 Google Inc. Web page experiments with fragmented section variations
US8136037B2 (en) * 2008-07-15 2012-03-13 International Business Machines Corporation Assistant for manually proofreading text documents
US8689117B1 (en) 2009-10-30 2014-04-01 Google Inc. Webpages with conditional content
EP2680162A1 (en) 2010-07-13 2014-01-01 Motionpoint Corporation Localisation of website content
CN102722479B (en) * 2011-03-30 2015-11-04 腾讯科技(深圳)有限公司 A kind of method of implementation language translation and device
US10366401B1 (en) 2012-06-29 2019-07-30 Google Llc Content placement optimization
JP6259804B2 (en) 2014-11-26 2018-01-10 ネイバー コーポレーションNAVER Corporation Content participation translation apparatus and content participation translation method using the same
CN105159891B (en) * 2015-08-05 2018-05-04 焦点科技股份有限公司 A kind of method for building multi-language website real time translation

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4456969A (en) * 1981-10-09 1984-06-26 International Business Machines Corporation System for automatically hyphenating and verifying the spelling of words in a multi-lingual document
US5351189A (en) * 1985-03-29 1994-09-27 Kabushiki Kaisha Toshiba Machine translation system including separated side-by-side display of original and corresponding translated sentences
US6012073A (en) * 1996-10-21 2000-01-04 Corbis Corporation Method and system for displaying original documents and translations thereof
US6047252A (en) * 1996-06-28 2000-04-04 Kabushiki Kaisha Toshiba Machine translation method and source/target text display method
US6047251A (en) * 1997-09-15 2000-04-04 Caere Corporation Automatic language identification system for multilingual optical character recognition
US6134552A (en) * 1997-10-07 2000-10-17 Sap Aktiengesellschaft Knowledge provider with logical hyperlinks
US6208956B1 (en) * 1996-05-28 2001-03-27 Ricoh Company, Ltd. Method and system for translating documents using different translation resources for different portions of the documents
US6330529B1 (en) * 1998-08-24 2001-12-11 Kabushiki Kaisha Toshiba Mark up language grammar based translation system
US20020177993A1 (en) * 1993-04-21 2002-11-28 Borland Software Corporation System and method for national language support
US6523000B1 (en) * 1998-12-25 2003-02-18 Nec Corporation Translation supporting apparatus and method and computer-readable recording medium, wherein a translation example useful for the translation task is searched out from within a translation example database
US20030208405A1 (en) * 1998-10-27 2003-11-06 Diebold, Incorporated Automated banking machine system and method

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3167193B2 (en) * 1992-09-21 2001-05-21 沖電気工業株式会社 Machine translation system
DE69711761T2 (en) * 1996-05-29 2002-08-14 Matsushita Electric Ind Co Ltd Arrangement for document conversion
JP3813665B2 (en) 1996-09-04 2006-08-23 松下電器産業株式会社 Document display device
JPH10134059A (en) 1996-11-05 1998-05-22 Matsushita Electric Ind Co Ltd Html document processor and processing method therefor
JPH10312383A (en) 1997-03-11 1998-11-24 Toshiba Corp Translation system, translation processing method, and recording medium for translation processing
JPH11167578A (en) 1997-12-03 1999-06-22 Canon Inc Information processing device and method and computer readable memory
US6347316B1 (en) * 1998-12-14 2002-02-12 International Business Machines Corporation National language proxy file save and incremental cache translation option for world wide web documents
US6496844B1 (en) * 1998-12-15 2002-12-17 International Business Machines Corporation Method, system and computer program product for providing a user interface with alternative display language choices

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4456969A (en) * 1981-10-09 1984-06-26 International Business Machines Corporation System for automatically hyphenating and verifying the spelling of words in a multi-lingual document
US5351189A (en) * 1985-03-29 1994-09-27 Kabushiki Kaisha Toshiba Machine translation system including separated side-by-side display of original and corresponding translated sentences
US20020177993A1 (en) * 1993-04-21 2002-11-28 Borland Software Corporation System and method for national language support
US6208956B1 (en) * 1996-05-28 2001-03-27 Ricoh Company, Ltd. Method and system for translating documents using different translation resources for different portions of the documents
US6047252A (en) * 1996-06-28 2000-04-04 Kabushiki Kaisha Toshiba Machine translation method and source/target text display method
US6012073A (en) * 1996-10-21 2000-01-04 Corbis Corporation Method and system for displaying original documents and translations thereof
US6047251A (en) * 1997-09-15 2000-04-04 Caere Corporation Automatic language identification system for multilingual optical character recognition
US6134552A (en) * 1997-10-07 2000-10-17 Sap Aktiengesellschaft Knowledge provider with logical hyperlinks
US6330529B1 (en) * 1998-08-24 2001-12-11 Kabushiki Kaisha Toshiba Mark up language grammar based translation system
US20030208405A1 (en) * 1998-10-27 2003-11-06 Diebold, Incorporated Automated banking machine system and method
US6523000B1 (en) * 1998-12-25 2003-02-18 Nec Corporation Translation supporting apparatus and method and computer-readable recording medium, wherein a translation example useful for the translation task is searched out from within a translation example database

Cited By (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060168519A1 (en) * 2001-05-21 2006-07-27 Kabushiki Kaisha Toshiba Structured document transformation method, structured document transformation apparatus, and program product
US7228498B2 (en) * 2001-05-21 2007-06-05 Kabushiki Kaisha Toshiba Structured document transformation apparatus for managing document information transfers between a server and a client
US20040236715A1 (en) * 2001-06-11 2004-11-25 Andreas Krebs Initializing virtual machine that subsequently executes application
US20040114601A1 (en) * 2002-09-02 2004-06-17 Hiroyuki Watanabe Electronic device, communication environment setting method, and program
US8402001B1 (en) * 2002-10-08 2013-03-19 Symantec Operating Corporation System and method for archiving data
US20040230898A1 (en) * 2003-05-13 2004-11-18 International Business Machines Corporation Identifying topics in structured documents for machine translation
US7383496B2 (en) * 2003-05-30 2008-06-03 International Business Machines Corporation Information processing apparatus, program, and recording medium
US20040243936A1 (en) * 2003-05-30 2004-12-02 International Business Machines Corporation Information processing apparatus, program, and recording medium
US20070011651A1 (en) * 2005-07-07 2007-01-11 Bea Systems, Inc. Customized annotation editing
US8141036B2 (en) * 2005-07-07 2012-03-20 Oracle International Corporation Customized annotation editing
US7895512B2 (en) * 2006-09-21 2011-02-22 International Business Machines Corporation Capturing and processing change information in a web-type environment
US20080077848A1 (en) * 2006-09-21 2008-03-27 International Business Machines Corporation Capturing and Processing Change Information in a Web-Type Environment
US20090158137A1 (en) * 2007-12-14 2009-06-18 Ittycheriah Abraham P Prioritized Incremental Asynchronous Machine Translation of Structured Documents
US9418061B2 (en) 2007-12-14 2016-08-16 International Business Machines Corporation Prioritized incremental asynchronous machine translation of structured documents
US20100082580A1 (en) * 2008-10-01 2010-04-01 Defrang Bruce System and method for applying deltas in a version control system
US8341132B2 (en) * 2008-10-01 2012-12-25 Ca, Inc. System and method for applying deltas in a version control system
US20120221593A1 (en) * 2011-02-28 2012-08-30 Andrew Trese Systems, Methods, and Media for Generating Analytical Data
US11886402B2 (en) 2011-02-28 2024-01-30 Sdl Inc. Systems, methods, and media for dynamically generating informational content
US11366792B2 (en) 2011-02-28 2022-06-21 Sdl Inc. Systems, methods, and media for generating analytical data
US9471563B2 (en) 2011-02-28 2016-10-18 Sdl Inc. Systems, methods and media for translating informational content
US10140320B2 (en) * 2011-02-28 2018-11-27 Sdl Inc. Systems, methods, and media for generating analytical data
US9984054B2 (en) 2011-08-24 2018-05-29 Sdl Inc. Web interface including the review and manipulation of a web document and utilizing permission based control
US11263390B2 (en) 2011-08-24 2022-03-01 Sdl Inc. Systems and methods for informational document review, display and validation
US11775738B2 (en) 2011-08-24 2023-10-03 Sdl Inc. Systems and methods for document review, display and validation within a collaborative environment
US9430720B1 (en) 2011-09-21 2016-08-30 Roman Tsibulevskiy Data processing systems, devices, and methods for content analysis
US9508027B2 (en) 2011-09-21 2016-11-29 Roman Tsibulevskiy Data processing systems, devices, and methods for content analysis
US10311134B2 (en) 2011-09-21 2019-06-04 Roman Tsibulevskiy Data processing systems, devices, and methods for content analysis
US10325011B2 (en) 2011-09-21 2019-06-18 Roman Tsibulevskiy Data processing systems, devices, and methods for content analysis
US11232251B2 (en) 2011-09-21 2022-01-25 Roman Tsibulevskiy Data processing systems, devices, and methods for content analysis
US9558402B2 (en) 2011-09-21 2017-01-31 Roman Tsibulevskiy Data processing systems, devices, and methods for content analysis
US9953013B2 (en) 2011-09-21 2018-04-24 Roman Tsibulevskiy Data processing systems, devices, and methods for content analysis
US11830266B2 (en) 2011-09-21 2023-11-28 Roman Tsibulevskiy Data processing systems, devices, and methods for content analysis
US10713433B2 (en) * 2012-04-12 2020-07-14 Bull Sas Documentation data file with detail levels
US20150082141A1 (en) * 2012-04-12 2015-03-19 Bull Sas Documentation data file with detail levels
US9916306B2 (en) 2012-10-19 2018-03-13 Sdl Inc. Statistical linguistic analysis of source content

Also Published As

Publication number Publication date
EP1139231A1 (en) 2001-10-04
US20040268243A1 (en) 2004-12-30
US20050015720A1 (en) 2005-01-20
US7168040B2 (en) 2007-01-23

Similar Documents

Publication Publication Date Title
US7168040B2 (en) Document processing apparatus and method for analysis and formation of tagged hypertext documents
US6381593B1 (en) Document information management system
JP2000352988A (en) Selective reading-out method having automatic header extracting function, and recording medium recording program therefor
KR100907671B1 (en) How to Edit Recording Media and Character Input
US20010049700A1 (en) Information processing apparatus, information processing method and storage medium
US20050197826A1 (en) Embedded translation document method and system
US7088859B1 (en) Apparatus for processing machine-readable code printed on print medium together with human-readable information
GB2332544A (en) Automatic adaptive document help system
JPH10228468A (en) Document information control system
JP2008287406A (en) Information processor, information processing method, program, and recording medium
JP2006276903A (en) Document processing device
JP2848729B2 (en) Translation method and translation device
JPH02112068A (en) System for simply displaying text
JP2005173999A (en) Device, system and method for searching electronic file, program, and recording media
JP4012047B2 (en) Electronic document creation apparatus, electronic document creation method, and program causing computer to execute the method
JP3122417B2 (en) Information display method and information processing device
JP2838984B2 (en) General-purpose reference device
JPH11272671A (en) Device and method for machine translation
JP3969689B2 (en) Document creation support apparatus, document creation support method, and storage medium storing document creation support program
JP3952009B2 (en) Translation memory system, translation method, and program for translation memory system
JP4710417B2 (en) Information processing device
US6553374B1 (en) Method for controlling file processing, and data processing apparatus and storage medium therefor
JPH08297675A (en) Translation supporting device
JPH1115826A (en) Document analyzer and its method
JP2004248245A (en) Document processing apparatus

Legal Events

Date Code Title Description
AS Assignment

Owner name: FUJITSU LIMITED, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:YAMAMOTO, YUKI;SHIOTA, MAKOTO;REEL/FRAME:011396/0822;SIGNING DATES FROM 20001204 TO 20001211

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION