Releases: MiniXC/phones
Releases · MiniXC/phones
0.0.7
v0.0.5
v0.0.4
- phonecodes missing hotfix (thanks @ondrejklejch)
- added fix for pandas now returning two dimensional values
- fixed panphon language column missing error
v0.0.3
Changelog
Features
- Added 3D PCA plots for phones and kwargs for plots (see https://cdminix.me/phones/examples/plots/)
- Added
phone_list
,lang_list
anddialect_list
toPhoneCollection
- Changed
drop_dialects
toload_dialects
, and allow filtering dialects using thedialects
method.
Bugfixes
- Fixed an error with NaN values in the index column (thanks @DewiBrynJones)
- Fixed an error where some dialects would never be loaded (thanks @agonzalezd)
v0.0.2
Changelog
- Switched to phonecodes making conversion between alphabets more robust and adding
DISC
andCALLHOME
formats.
v0.0.1
🎉 This is the first release.
Features
- Extract numeric feature vectors from phones.
- Map phones from one language to another by finding the closest phones.
- Convert between ARPABET, X-SAMPA/SAMPA and IPA notation.
- Compute phone distances.
- Do phone arithmetic on a phone and phone-feature level.
- Visualise phones and their distances when installing
phones[plots]
.