Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3355526
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T02:24:21+00:00 2026-05-18T02:24:21+00:00

I am looking the hyphenation aglorithm downloaded from the OpenOffice site, but I couldn’t

  • 0

I am looking the hyphenation aglorithm downloaded from the OpenOffice site, but I couldn’t understand what the parameter rep, pos, and cut are for after looking at the comment. Could someone with the knowledge tell me what these parameters do? Here are the comments.

From the example, it seems like it’s saying ff can be replaced with a single f, but what does that have to do with hyphenation?

Thanks,


/*

int hnj_hyphen_hyphenate2(): non-standard hyphenation.

(It supports Catalan, Dutch, German, Hungarian, Norwegian, Swedish etc. orthography, see documentation.)

input data: word: input word word_size: byte length of the input word

hyphens: allocated character buffer (size = word_size + 5) hyphenated_word: allocated character buffer (size ~ word_size * 2) or NULL rep, pos, cut: pointers (point to the allocated and zeroed buffers (size=word_size) or with NULL value) or NULL

output data: hyphens: hyphenation vector (hyphenation points signed with odd numbers) hyphenated_word: hyphenated input word (hyphens signed with ='), optional (NULL input) rep: NULL (only standard hyph.), or replacements (hyphenation points signed with=' in replacements); pos: NULL, or difference of the actual position and the beginning positions of the change in input words; cut: NULL, or counts of the removed characters of the original words at hyphenation,

Note: rep, pos, cut are complementary arrays to the hyphens, indexed with the character positions of the input word.

For example: Schiffahrt -> Schiff=fahrt, pattern: f1f/ff=f,1,2 output: rep[5]="ff=f", pos[5] = 1, cut[5] = 2

Note: hnj_hyphen_hyphenate2() can allocate rep, pos, cut (word_size length arrays):

char ** rep = NULL; int * pos = NULL; int * cut = NULL; char hyphens[MAXWORDLEN]; hnj_hyphen_hyphenate2(dict, "example", 7, hyphens, NULL, &rep, &pos, &cut);

See example in the source distribution.

*/

int hnj_hyphen_hyphenate2 (HyphenDict *dict, const char *word, int word_size, char * hyphens, char *hyphenated_word, char * rep, int ** pos, int ** cut);

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T02:24:22+00:00Added an answer on May 18, 2026 at 2:24 am

    I believe you are referring to the following comment:

    // For example:
    //  Schiffahrt -> Schiff=fahrt,
    //  pattern: f1f/ff=f,1,2
    //  output: rep[5]="ff=f", pos[5] = 1, cut[5] = 2
    

    The example refers to German hyphenation rules as they were before the spelling reform from the 1990ies. Compound nouns in German are written as one word and according to the old rules the third consonant such as the ‘f’ in the word ‘Schifffahrt’ (constisting of ‘Schiff’ and ‘Fahrt’) was omitted in case that a vowel is following (‘Schifffahrt’ was written as ‘Schiffahrt’), but the omitted letter was still written when hyphenating.

    So the meaning of the example is not that ‘ff’ can be replaced with a single ‘f’, but rather that ‘ff’ can be replaced with ‘ff-f’.

    The meaning of the parameters therefore would be:

    • rep: contains the replacement ‘ff-f’ which is used instead of ‘ff’
    • pos: a value of 1 means that the replacement starts one letter before the hyphenation posistion of 5
    • cut: a value of 2 means that 2 characters need to be removed from the input word.

    These parameters only seem to be used for the rare case that a word is spelled differently when hyphenated.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for iTextSharp like auto hyphenation support in creating PDF. I couldn't find
Looking for a better way of extracting a number from the last line in
Looking through my VisualSVNServer logs, I'm seeing several attempts from different client IP addresses
I'm looking at creating a high quality PDF from an XML source, as the
Looking to validate PO Box but wanted to know if such validation existed. I
Looking at Facebook I have noticed that images vary in size from 100x100 to
Looking for suggestions on how to approach this problem and to understand if Domain
Looking for some ideas on how to remove the period character in sentences but
Looking for a build-time CSS combiner/minifier that respects relative URL references. That is, if
Looking for the best approach: I have a tabbar and a navigationbar. under the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.