Abbreviations, automatic: Difference between revisions

Content deleted Content added
Alextretyak (talk | contribs)
Added 11l
Alextretyak (talk | contribs)
Line 155:
 
F automatic_abbreviations(filename, words_per_line)
L(line) File(filename, encoding' ‘utf-8’).read().split("\n")
I line.len > 0
V length = shortest_abbreviation_length(line, words_per_line)