Changes
Jump to navigation
Jump to search
no edit summary
# Extract "Firstname Surname" pair
An example command line is: <tt>perl NormalizeSurnames.pl -i=sourcefile.txt -ncol=1 -rcol=3 </tt> where the ncol specifies the name column and rcol specifies whether the name is in reversed format (use -r=1 to force reversals for the entire dataset). Basic script help on options is available through <tt>perl NormalizeSurnames.pl -h</tt>