patgen: これらの値はどういう意味ですか?

patgen: これらの値はどういう意味ですか?

hyph_start、、、、良い体重、悪い体重、閾値はhyph_finishどういう意味ですか?pat_startpat_finishpatgen

答え1

これらは、ハイフネーション生成を調整するために必要な追加の整数値です。man patgenまたは を使用する場合は、これらが文書化されますinfo patgen

       After  reading the translate_file and any previously-generated pat‐
       terns from pattern_file, patgen requests input from the user's ter‐
       minal.

       First  the integer values of hyph_start and hyph_finish, the lowest
       and highest hyphenation level for which patterns are to  be  gener‐
       ated. The value of hyph_start should be larger than any hyphenation
       level already present in pattern_file.

       Then, for each hyphenation level, the integer values  of  pat_start
       and  pat_finish, the smallest and largest pattern length to be ana‐
       lyzed, as well as good  weight,  bad  weight,  and  threshold,  the
       weights  for good and bad hyphens and a weight threshold for useful
       patterns.

       Finally the decision (`y' or `Y' vs. anything else) whether or  not
       to produce a hyphenated word list.

関連情報