Pre-release
This release is a pre-release and may not be stable for production use.
a2pcej, convert Alphabet to Phonetic Code in English and Japanease.
This module convert each alphabet letters to phonetic code, and also convert each alphabet letterts to katakana.
Functions
conv_al(letters, delimiter=’-’, upper_sign=’(CAPS)’, num=False)
letters is string.
def conv_al(letters, delimiter='-', sign='(CAPS)', num=False):
return <unicode>
conv_ak(letters, delimiter=’・’, upper_sign=’(大文字)’, num=False)
letters is string.
def conv_ak(letters, delimiter='・', sign='(大文字)', num=False):
return <unicode>
Simple example of usage as below… (on Python3.5)
First of all, import module.
Import module.
>>> from a2pcej import *
Convert ‘exsamples’ to Ponetic code in English.
>>> conv_al('examples')
'Echo-Xray-Alfa-Mike-Papa-Lima-Echo-Sierra'
Convert ‘exsamples’ to Ponetic code in Japanese Katakana.
>>> conv_ak('examples')
'イー・エクス・エイ・エム・ピー・エル・イー・エス'
Non alphabet letters are not convert (default).
Upper case lattters has (CAPS) or (大文字) sign (default).
>>> conv_al('Examples002')
'Echo(CAPS)-Xray-Alfa-Mike-Papa-Lima-Echo-Sierra-0-0-2'
>>> conv_ak('Examples002')
'イー(大文字)・エクス・エイ・エム・ピー・エル・イー・エス・0・0・2'
You can change delimiter and Upper case letters sign.
>>> conv_al('Examples003', delimiter=', ', sign='(CAPITAL)')
'Echo(CAPITAL), Xray, Alfa, Mike, Papa, Lima, Echo, Sierra, 0, 0, 3,'
>>> conv_ak('Examples003', delimiter='/', sign='(大)')
'イー(大)/エクス/エイ/エム/ピー/エル/イー/エス/0/0/3'
If you would like to convert numbers to phonetic code, set num=True.
>>> conv_al('Examples004', num=True)
'Echo(CAPS)-Xray-Alfa-Mike-Papa-Lima-Echo-Sierra-zero-zero-four'
>>> conv_ak('Examples004', num=True)
'イー(大文字)・エクス・エイ・エム・ピー・エル・イー・エス・ゼロ・ゼロ・ヨン'
Release files for a2pcej 0.2.2a3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| a2pcej-0.2.2a3.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| a2pcej-0.2.2a3-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 11.0 kB
Release files / a2pcej-0.2.2a3.tar.gz
| Download URL | a2pcej-0.2.2a3.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fbe14a219088f2f9a08bbd050cfeca3c2c334056b532d71e13bddf7660d8d980
|
|
BLAKE2b-256 checksum How to use checksums |
08b3a3a9ea081493de09b28d8707c23b2ae195c3063654b89725d404dc0b4e35
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / a2pcej-0.2.2a3-py2.py3-none-any.whl
| Download URL | a2pcej-0.2.2a3-py2.py3-none-any.whl |
|---|---|
| Size | 6.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
09e4e1b398a48f87178ac8d11b1d9ab38e208118e15cc291f788d7325b9ac198
|
|
BLAKE2b-256 checksum How to use checksums |
14f2f8b0ff4c1e9777f044fc22f682802f13fe1a99454b68bc48caad4bc2be10
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |