Data::Lock makes the specified variable immutable like Readonly. Unlike Readonly
which implements immutability via tie, Data::Lock makes use of the internal flag
of perl SV so it imposes almost no penalty.
Like Readonly, Data::Lock locks not only the variable itself but also elements
therein. You can Data::Lock objects as well.
fcitx-skk provides SKK as a back-end to the Fcitx IM framework.
fcitx-hangul provides Korean input back-end to the Fcitx IM framework.
A libtlen is a backend library to implement interoperability
with Poland's Jabber protocol based Tlen.pl IM network.
TleenX2 is a tlen.pl (Polish IM protocol based on Jabber) client for X Window
System with Gtk+-2.0 library.
The "Statistics::Contingency" class helps you calculate several useful
statistical measures based on 2x2 "contingency tables". I use these measures
to help judge the results of automatic text categorization experiments, but
they are useful in other situations as well.
The general usage flow is to tally a whole bunch of results in the
"Statistics::Contingency" object, then query that object to obtain the
measures you are interested in. When all results have been collected, you
can get a report on accuracy, precision, recall, F1, and so on, with both
macro-averaging and micro-averaging over categories.
Smart Common Input Method platform, in short SCIM, is a development platform to
make Input Method developers live easier. It has very clear architecture and
very simple programming interface.
This is the im engine for table based input methods.
fcitx-chewing provides Chewing, an intelligent phonetic input method
engine, as a back-end to the Fcitx IM framework.
fcitx-libpinyin provides libpinyin, a Chinese pinyin input method algorithm
collection, as a back-end to the Fcitx IM framework.
fcitx-table-extra provides Boshiamy, Zhengma, Cangjie, and Quick input
methods driven by the fcitx-table IM engine.