Android Open Source - UI textview Thai-Line-Breaker






Project Summary

This is an Android project that adds Thai word breaking functionality to Android's TextView..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Thai-Line-Breaker.

ItemValue
Java File Count13
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version9
Activity Count1
Test Case Count2
jar files usedandroid-support-v4.jar
commons-collections-3.2.1.jar
Raw File Namesres\raw\trie_cache.txt
res\raw\whole_word_cache.txt




Resource Files

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.

null

Java Source Files

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