A fcitx IME for the SIL IPA
Go to file
2024-02-05 23:39:43 +01:00
src Fixed some vowel & consonant issues 2024-02-05 23:39:43 +01:00
.clang-format Initial commit: added current work/poc 2023-11-12 00:39:52 +01:00
.gitignore Initial commit: added current work/poc 2023-11-12 00:39:52 +01:00
CMakeLists.txt Initial commit: added current work/poc 2023-11-12 00:39:52 +01:00
LICENSE Added BSD 3 clause License 2024-02-04 22:57:08 +01:00
README.md Initial commit: added current work/poc 2023-11-12 00:39:52 +01:00

fcitx5-ipa-sil

This is an IME for Fctix 5 that brings support for the SIL IPA input method.

This allows the user to type IPA characters fairly easly by inputing only ASCII.

Here are a few examples of SIL to IPA conversions:

IPA SIL
ə e=
ʃ s=
ŋ n>
a a

This is still a work-in-progress! This is mostly a rough draft to allow me to follow my phonetics class on a computer. I didn't put much thought into getting it to work for other people's needs! Feel free to send me suggestions though :)

Building & trying it out!

 $ mkdir -p build/
 $ cd build/
 $ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
 $ make
 $ sudo make install

You can then restart fcitx, and add the "SIL IPA" input method to your available input methods!