Inhibiting hyphenation clusters in automated paragraph layouts

Methods and apparatus for inhibiting hyphenation clustering. In one aspect, the invention identifies a sequence of consecutive text lines, one or more of which end in hyphens, and calculates a hyphenation penalty value based on the number and proximity of hyphens within the sequence consecutive text lines. The hyphenation penalty can be aggregated with other format penalties to aid the identification of a paragraph layout having a best overall visual appearance.

Skip to: Description  ·  Claims  ·  References Cited  · Patent History  ·  Patent History
Description
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation application of and claims priority to U.S. application Ser. No. 09/799,195, filed on Mar. 5, 2001, which is herein incorporated by reference.

BACKGROUND

The invention relates to inhibiting hyphenation clusters in automated paragraph layouts.

Paragraph layout in a document production application involves selection of various format parameters so as to give the paragraph a visually pleasing appearance. Format parameters which significantly affect the aesthetic quality of a paragraph include line breaks, widow-orphan control, hyphenation, and paragraph shape. Any combination of such format parameters can cause a paragraph to have a visually unappealing appearance. It is therefore desirable to control the manner in which those formats are applied to a paragraph to ensure that the paragraph has an optimally attractive layout.

A number of techniques exist to control the impact of hyphenation on the overall appearance of a paragraph. Some text layout optimization programs eliminate the use of hyphenation altogether, but such an approach completely sacrifices the formatting flexibility afforded by hyphenation. Other programs permit the user to define the number of consecutive hyphens permitted in a paragraph layout, completely precluding the use of consecutive hyphens beyond that prescribed number. Still other programs assess format penalties based upon the total number of hyphens and the number of consecutive hyphens in a selected paragraph layout, thereby favoring paragraph layouts with the lowest hyphenation penalty.

SUMMARY

The invention is directed to a system, method, and computer-readable medium for inhibiting hyphenation clusters in paragraph layouts, especially automated paragraph layouts.

In general, in one aspect, the invention identifies a layout having multiple consecutive text lines, identifies the text lines that end in a hyphen, and then assigns to the layout a hyphenation penalty value which is a function of both the number and proximity of non-consecutive text lines ending in hyphens.

In another aspect, hyphenation penalty values are assigned to a series of alternate layouts and the layout having the lowest hyphenation penalty value is selected.

In an additional aspect of the invention, hyphenation penalties are assigned to each line in a paragraph, an aggregate hyphenation penalty is assigned to the paragraph, and then other potential paragraph layouts are examined in a like manner to determine which has the lowest aggregate hyphenation penalty value.

In a further aspect of the invention, the aggregate hyphenation penalty assigned to each layout is combined with one or more penalty values associated with other format parameters such as line breaks, paragraph shape, and widow/orphan control so that the paragraph layout having the best overall appearance can be selected.

In another aspect of the invention, the user can select the number of consecutive text lines which are examined at one time to control the distance over which hyphenation clustering is controlled.

In still a further aspect, the invention includes the steps of identifying a line in a paragraph, amending a pattern sequence such that it reflects the presence or absence of a hyphen at the end of the line, assigning to the line a hyphenation penalty which is a function of the number and proximity of non-consecutive hyphens reflected by the pattern sequence, identifying the next line in the paragraph, repeating the foregoing steps until the end of the paragraph is reached, and then assigning to the paragraph an aggregate hyphenation penalty value which is a function of the hyphenation penalties assigned to each line in the paragraph.

The invention can be implemented to realize one or more of the following advantages. The invention can help a user to avoid paragraph layouts which, while having an acceptable number of consecutive hyphens and an acceptable total number of hyphens, have a visually displeasing degree of hyphenation clustering. Appropriate selection of hyphenation penalties for various hyphenation patterns permits customization of the relative weight given to the number, consecutiveness, and proximity of hyphens in determining an optimal paragraph layout. The invention can also enable users to control the sensitivity of layout optimization programs to hyphenation proximity or clustering. The invention can be readily combined with other format penalty techniques to provide a system for evaluating the true overall visual appeal of a paragraph.

The details of one or more embodiments of the present invention are set forth in the accompanying drawings and the description below. Other features and advantages of the present invention will be apparent from the description and drawings, and from the claims.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1 is a flow diagram illustrating a technique for inhibiting hyphenation clustering in an automated paragraph layout.

DETAILED DESCRIPTION

FIG. 1 illustrates an embodiment of the instant invention adapted for implementation in a computer program product tangibly stored in a machine-readable storage device. According to the technique of FIG. 1, the user selects the number of lines across which hyphenation will be detected, also called the hyphenation window. The lines within that window are then examined to determine which end in hyphens. Lines ending in a hyphen are assigned a hyphenation value of 1 and other lines are assigned a value of zero. The hyphenation values of successive lines are grouped together to form a hyphenation pattern. For example, a sequence of seven lines in which the first, fourth and fifth end in hyphens would have a hyphenation pattern of 1001100. There is a predetermined hyphenation penalty associated with each possible hyphenation pattern. The predetermined penalties are higher for patterns reflecting tighter clusters of hyphens, even if the hyphens are not at the end of consecutive lines. The penalties are proportional to the proximity of both the consecutive and the non-consecutive hyphens. The predetermined penalties are also higher for patterns containing a greater number of total hyphens or a greater number of consecutive hyphens. The precise pattern of the hyphens in the hyphenation window thus dictates the hyphenation penalty. The hyphenation penalty can be combined with penalties associated with line breaks, paragraph shape, widow-orphan control or other format parameters to obtain an total format penalty. Various possible formats can be analyzed, penalized and compared with one another to determine which has the lowest hyphenation penalty or the lowest total penalty value.

Steps 10-38 of FIG. 1 will now be described in more detail. A user selects a hyphenation window, which corresponds to the lines across which hyphenations are detected (10). The user inputs a numeric value representing the number of lines in the hyphenation window. In the example above (i.e., 1001100), the hyphenation window is seven lines tall. As will be described in more detail, the window is effectively ratcheted down the paragraph, one line at a time.

The hyphenation penalty values associated with each pattern can be determined by reference to a hyphenation penalty table (12). The table can be written into the program itself, encoded into a resource file, or stored in another suitable medium. Alternatively, hyphenation penalties may be calculated by execution of a suitable algorithm. The hyphenation penalties follow one or more of the following trends. The penalties can be directly proportional to the number of hyphens within the hyphenation window. Furthermore, the penalties can be greater for patterns containing consecutive hyphens. The penalties can also be made larger for patterns containing hyphens in closer proximity. Tight clusters of hyphens are thereby assigned large penalties while loose clusters are assigned smaller penalties. The hyphenation penalty table accordingly can be configured so as to factor in not only the number and consecutiveness of hyphens, but also the proximity of non-consecutive hyphens.

For example, the pattern 101100 is assessed a higher hyphenation penalty than is assessed against 1001001 because the hyphens in the former pattern are closer to one another. The pattern 0011000 is assessed a higher penalty than is assessed against 00010001 for the same reason. The pattern 1010101 is assessed a higher penalty than is assessed against 1010100 because the former has a greater total number of hyphens (even though the proximity of the hyphens is the same). It can thus be seen that the penalty increases with the total number of the hyphens, the number of consecutive hyphens, and the proximity of the non-consecutive hyphens.

Preferably, every pattern that ends in zero has a zero penalty, no matter how many ones appear in the pattern. As described in greater detail below, such a configuration results in the assignment of hyphenation penalties only to lines that end in hyphens. However, the system may be usefully configured so as to assign penalties to patterns that end in a zero. In such embodiments, each line is assessed a hyphenation penalty that reflects the proximity and number of hyphens in the adjacent text lines.

Upon identification of a suitable hyphenation penalty table, the hyphenation pattern is reset to zero (14). The reset hyphenation pattern is preferably one bit shorter than the user-selected hyphenation window. The first line of a paragraph is identified and read (16). It is assigned a hyphenation value of 1 if it ends in a hyphen and a value of 0 otherwise (20). The value is added to the right of the hyphenation pattern (20). If the selected hyphenation window is seven lines and the first line of the paragraph ends in a hyphen, a 1 will be added as the least significant bit of the reset hyphenation pattern (i.e., 000000), resulting in a hyphenation patter of 0000001. The hyphenation penalty associated with the hyphenation pattern is determined and assigned to the first line (22). The most significant bit (MSB) is then dropped off of the hyphenation pattern (24). In the example, the resulting truncated pattern would be the six bit sequence 000001.

The technique then identifies the next line of text (26, 28), after which the same penalization procedure is followed. A hyphenation bit is appended to the hyphenation pattern (20) and a hyphenation penalty is assessed (22). If the second line in the paragraph did not end in a hyphen, the resulting hyphenation pattern would be 0000010. That pattern is looked up in the hyphenation penalty table to identify an associated penalty, which is then assigned to the second line (22). The most significant bit is dropped off the pattern (24) and the next line is identified (26, 28). The process 18-28 is repeated until a hyphenation penalty has been assigned to each line in the paragraph.

The hyphenation penalties for each line are then added to obtain an aggregate hyphenation penalty (30) for the entire paragraph. By selection of an appropriate hyphenation penalty table, the aggregate hyphenation penalty can accurately reflect the impact of the hyphenation number, consecutiveness, and/or proximity on the overall aesthetics of the paragraph.

The above-mentioned hyphenation penalty technique may be used advantageously in connection with a paragraph layout optimization program that identifies various possible layouts that include different combinations and permutations of hyphens, line breaks, paragraph shapes, and the like. In such applications, alternate paragraph layouts having different numbers and sequences of hyphenated are identified (32, 34). The penalization protocol (18-28) is performed on each such potential paragraph layout until no other alternate layouts remain (14-34). In so doing, an aggregate hyphenation penalty is assessed to each possible paragraph layout.

Optionally, the line hyphenation penalties or aggregate hyphenation penalties may be combined with penalties associated with other format parameters which are assigned according to known techniques. For example, the aggregate hyphenation penalty may be combined with line break, widow-orphan, and paragraph shape penalties. All such applicable format penalties can be summed to determine a total penalty value, which is in turn assigned to each possible paragraph layout (36). Thereafter the paragraph layout having the best overall appearance can be readily identified by direct comparison of the total penalty values (38).

By use of these techniques, paragraph layouts having an optimal hyphenation layout may be efficiently identified. The optimal layout can optionally be selected based not only on the number and consecutiveness of the hyphens, but also on the degree of hyphenation clustering. The technique described above can be readily combined with other format optimization techniques so as to take multiple other format parameters into account before selecting a final paragraph format.

The invention can be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them. Apparatus of the invention can be implemented in a computer program product tangibly embodied in a machine-readable storage device for execution by a programmable processor; and method steps of the invention can be performed by a programmable processor executing a program of instructions to perform functions of the invention by operating on input data and generating output. The invention can be implemented advantageously in one or more computer programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device. Each computer program can be implemented in a high-level procedural or object-oriented programming language, or in assembly or machine language if desired; and in any case, the language can be a compiled or interpreted language. Suitable processors include, by way of example, both general and special purpose microprocessors. Generally, a processor will receive instructions and data from a read-only memory and/or a random access memory. Generally, a computer will include one or more mass storage devices for storing data files; such devices include magnetic disks, such as internal hard disks and removable disks; magneto-optical disks; and optical disks. Storage devices suitable for tangibly embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM disks. Any of the foregoing can be supplemented by, or incorporated in, ASICs (application-specific integrated circuits).

To provide for interaction with a user, the invention can be implemented on a computer system having a display device such as a monitor or LCD screen for displaying information to the user and a keyboard and a pointing device such as a mouse or a trackball by which the user can provide input to the computer system. The computer system can be programmed to provide a graphical user interface through which computer programs interact with users.

A number of embodiments of the present invention have been described. Nevertheless, it will be understood that various modifications may be made without departing from the spirit and scope of the invention. For example, the instant invention may be used to detect the proximity of hyphens without actually assessing any hyphenation penalty. A computer can be programmed to identify a line that ends in a hyphen and thereafter count the number of lines that do not end in hyphens, thereby providing information that is useful as a metric. Accordingly, other embodiments are within the scope of the following claims.

Claims

1. A system, comprising:

a processor; and
a computer-readable storage device coupled to the processor, the computer-readable storage device storing instructions that, when executed by the processor, perform operations including: identifying each text line, in a plurality of consecutive text lines, that ends in a hyphen; determining the proximity of at least two non-consecutive lines that end in hyphens; and calculating a hyphenation penalty value based on the determined proximity of the at least two non-consecutive lines that end in hyphens.

2. The system of claim 1, wherein the operations further comprise selecting an optimal layout for the plurality of consecutive text lines based on the calculated hyphenation penalty value.

3. The system of claim 1, wherein the operations further comprise calculating hyphenation penalty values for multiple pluralities of consecutive text lines.

4. The system of claim 3, wherein the multiple pluralities overlap.

5. The system of claim 3, wherein the operations further comprise receiving input from a user to select the number of text lines in each plurality of consecutive text lines.

6. The system of claim 3, wherein the operations further comprise calculating an aggregate penalty value, the aggregate penalty value being a function of hyphenation penalties assigned to lines within the multiple pluralities of lines.

7. The system of claim 1, wherein the operations further comprise assigning the hyphenation penalty value to a particular line in the plurality of lines.

8. The system of claim 1, wherein the operations further comprise calculating a total penalty value, the total penalty value being a function of at least the hyphenation penalty and at least one additional format parameter.

9. The system of claim 1, wherein the operations further comprise:

identifying an alternate layout in which hyphens occur at the end of different text lines;
determining the proximity of at least two non-consecutive lines that end in hyphens in the alternate layout; and
calculating a second hyphenation penalty value based on the determined proximity of at least two non-consecutive hyphens within a plurality of consecutive text lines in the alternate layout.

10. The system of claim 9, wherein the operations further comprise a) calculating a total penalty value based on the second hyphenation penalty and at least one additional format parameter and b) identifying the layout having the lowest total penalty value.

11. The system of claim 1, wherein a hyphenation penalty value for a plurality of consecutive lines with a first determined proximity of at least two non-consecutive lines that end in hyphens is different than a hyphenation penalty value for a second, different determined proximity of at least two non-consecutive lines in the plurality of consecutive lines that end in hyphens.

12. A system, comprising:

a processor; and
a computer-readable storage device coupled to the processor, the computer-readable storage device storing instructions that, when executed by the processor, perform operations including: a) identifying a line in a paragraph; b) modifying a pattern sequence to reflect the presence or absence of a hyphen at the end of the line; c) determining the proximity of at least two non-consecutive lines that end in hyphens; d) assigning a hyphenation penalty to the line based on the determined proximity of non-consecutive lines that end in hyphens reflected by the pattern sequence; e) identifying the next line in the paragraph; and f) repeating steps b) through e) until the end of the paragraph is reached.

13. A system, comprising:

a processor; and
a computer-readable storage device coupled to the processor, the computer-readable storage device storing instructions that, when executed by the processor, perform operations including: a) identifying a line in a paragraph; b) modifying a pattern sequence to reflect the presence or absence of a hyphen at the end of the line; c) determining the proximity of at least two non-consecutive lines that end in hyphens; d) assigning a hyphenation penalty to the line based on the determined proximity of non-consecutive lines that end in hyphens reflected by the pattern sequence; e) identifying the next line in the paragraph; f) repeating steps b) through e) until the end of the paragraph is reached; and g) employing assigned hyphenation penalties to select one of a plurality of possible paragraph layouts.

14. A system, comprising:

a processor; and
a computer-readable storage device coupled to the processor, the computer-readable storage device storing instructions that, when executed by the processor, perform operations including: identifying a hyphenation window comprising text in one or more paragraphs; determining a layout of text within the hyphenation window, the layout comprising a plurality of consecutive text lines; identifying each text line, in the plurality of consecutive text lines, that ends in a hyphen; determining proximity of at least two non-consecutive text lines, in the plurality of consecutive lines, that end in hyphens; and calculating a hyphenation penalty value based on the determined proximity of the at least two non-consecutive lines that end in hyphens.

15. The system of claim 14, wherein identifying a hyphenation window comprises receiving input from a user and identifying the hyphenation window based on the received input.

16. The system of claim 14, wherein the operations further comprise:

determining a second layout of text, the second layout of text comprising a second plurality of consecutive text lines;
identifying each text line, in the second plurality of consecutive text lines, that ends in a hyphen;
determining proximity of at least two non-consecutive text lines, in the second plurality of consecutive text lines, that end in hyphens;
calculating a second hyphenation penalty value based on the determined proximity of the at least two non-consecutive lines, in the second plurality of consecutive text lines, that end in hyphens; and
comparing the hyphenation penalty value to the second hyphenation penalty value.

17. The system of claim 16, wherein the operations further comprise selecting an optimum layout from either the layout of text or the second layout of text, based on comparing the hyphenation penalty value to the second hyphenation penalty value.

Referenced Cited
U.S. Patent Documents
3579193 May 1971 Bernier
3618032 November 1971 Goldsberry et al.
3654611 April 1972 Bluethman et al.
4575813 March 11, 1986 Bartlett et al.
4587631 May 6, 1986 Nielsen et al.
4608664 August 26, 1986 Bartlett et al.
5043936 August 27, 1991 Majima
5193147 March 9, 1993 Amari et al.
5224038 June 29, 1993 Bespalko
5265171 November 23, 1993 Sangu
5319746 June 7, 1994 Toshiyuki
5625773 April 29, 1997 Bespalko et al.
5737621 April 7, 1998 Kaplan et al.
5832530 November 3, 1998 Paknad et al.
5835920 November 10, 1998 Horton
5978819 November 2, 1999 Berstis
6018749 January 25, 2000 Rivette et al.
6044383 March 28, 2000 Suzuki et al.
6189020 February 13, 2001 Shimizu
6223191 April 24, 2001 Truelson
6233545 May 15, 2001 Datig
6279018 August 21, 2001 Kudrolli et al.
6510441 January 21, 2003 Kenninga
6948119 September 20, 2005 Farmer et al.
20020124023 September 5, 2002 Wormley
20030055851 March 20, 2003 Williamson et al.
Other references
  • Craig, “Controlling Wordspacing,” Photo Type Setting, Malmstrom (ed.), Watson-Guptill Publications/New York, 1978 (Table of Contents).
  • Craig, “Controlling Wordspacing,” Photo Type Setting, Malmstrom (ed.), Watson-Guptill Publications/New York, 1978, pp. 76-77.
  • Iwai, et al. “A Document Layout System Using Automatic Document Architecture Extraction”, ACM SIGCHI Bulletin, vol. 20, Issue Sl, Mar. 1989 pp. 369-374.
  • Knuth et al., “Breaking Paragraphs into Lines,” Software-Practice and Experience, vol. 11, No. 12, 1981, pp. 1119-1184.
  • Knuth, Computers & TypesettingTEX: The Program, Addison-Wesley, Boston, MA, 1986, Sections 813-966 (Tables of Contents).
  • Knuth, Computers & Typesetting—TEX: The Program, Addison-Wesley, Boston, MA, 1986, Sections 813-966, pp. 343-406.
  • Peels, et al. “Document Architecture and Text Formatting”, ACM Transactions on Information Systems (TOIS), vol. 3, Issue 4, Oct. 1985, pp. 347-369.
  • Stephens, “Ready-to-Run, Visual Basic Algorithms,” Second Edition, Wiley Computer Publishing, pp. 117-153, 155-185.
  • URW hz-program, “Micro-typography for advanced typesetting,” URW Software & TypeGmbH, Hamburg, Germany, 1993, 1-38.
Patent History
Patent number: 8132098
Type: Grant
Filed: Jun 11, 2008
Date of Patent: Mar 6, 2012
Assignee: Adobe Systems Incorporated (San Jose, CA)
Inventor: Matthew A. Wormley (San Luis Obispo, CA)
Primary Examiner: Stephen Hong
Assistant Examiner: Gregory J Vaughn
Attorney: Fish & Richardson P.C.
Application Number: 12/137,327
Classifications
Current U.S. Class: Boundary Processing (715/247); Layout (715/243); Pagination (715/251); Automatic Placement Of Document Portion (715/253)
International Classification: G06F 17/26 (20060101);