This is an Android project that adds Thai word breaking functionality to Android's TextView..
Thai-Line-Breaker is hosted in the following web site
https://github.com/heartnetkung/Thai-Line-Breaker
If you think the Android project Thai-Line-Breaker listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Thai-Line-Breaker.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 9 |
Activity Count | 1 |
Test Case Count | 2 |
jar files used | android-support-v4.jar commons-collections-3.2.1.jar |
Raw File Names | res\raw\trie_cache.txt res\raw\whole_word_cache.txt |
There are 1 image files in Thai-Line-Breaker. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
Thai-Line-Breaker has the following Java source files.
hnk.lib.tlb.Demo.java hnk.lib.tlb.ThaiLineBreakingTextView.java hnk.lib.tlb._interface.TextViewReplacementMethod.java hnk.lib.tlb._interface.ThaiLineBreaker.java hnk.lib.tlb.engine.ImmutableContainmentSearcher.java hnk.lib.tlb.engine.ImmutableInverseTrie.java hnk.lib.tlb.engine.ImmutableInverseTrieTest.java hnk.lib.tlb.engine.ThaiLineBreakerImpl.java hnk.lib.tlb.engine.ThaiLineBreakerImplTest.java hnk.lib.tlb.engine.WordPosition.java hnk.lib.tlb.util.FileUtil.java hnk.lib.tlb.util.ThaiUtil.java hnk.lib.tlb.util.Utils.java