# NameChange **Repository Path**: 0d/NameChange ## Basic Information - **Project Name**: NameChange - **Description**: 将中文姓名转换为拼音 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-11-22 - **Last Updated**: 2022-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Building Requires Java 1.8+ and Maven 3.x+ mvn clean package -DskipTests #Usage usage: java -jar NameChange-0.0.1-SNAPSHOT-all.jar [options] -f,--file use given file(File) -m,--method choose the way to change(number) -o,--out use save file(File) -f Required(true) -m 1:王大锤 to wdc 2:王大锤 to wangdc 3: 王大锤 to dc.wang 4: 王大锤 to dachui.wang other:王大锤 to wangdachui Required(false) -o the output name you want Required(false) #Example java -jar NameChange-0.0.1-SNAPSHOT-all.jar -f TOP500_Name.txt -m 1 -o TOP500_Name_result.txt or java -jar NameChange-0.0.1-SNAPSHOT-all.jar -f T500_Name.txt will be create a file named T500_Name_result.txt #Other