hyph_start
, hyph_finish
, pat_start
, pat_finish
, 좋은 가중치, 나쁜 가중치 및 임계값은 무엇을 patgen
의미합니까?
답변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.