Skip to content

slphyx/RLongLexTo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLongLexTo

An R interface to LexTo (https://github.com/telember/lexto).

RLongLextTo requires rJava and java JDK.

http://wp.me/p1rsA6-qO

##Installation

library(rJava)
library(devtools)
install_github("slphyx/RLongLexTo", INSTALL_opts="--no-multiarch")

##Using RLongLexTo

library(RLongLexTo)
Sys.setlocale(locale="Thai")
RLongLexToC("ทดสอบแบ่งคำภาษาไทย")


[1] "ทดสอบ"   "แบ่ง"    "คำ"      "ภาษาไทย"

An example of using RLongLexTo to create the Thai wordcloud. http://wp.me/p1rsA6-s2

About

An R interface to LexTo (https://github.com/telember/lexto) แบ่ง / ตัด คำภาษาไทยใน R ด้วย LexTo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages