Skip to content

ducdan/SyllableDistribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

#Tones and Syllables Distribution

  • Get the distribution of the 6 tones in the Vietnamese language.
  • Calculate distribution of how many syllable long word are in Vietnamese. (i.e. "em ở_đâu" is 3 syllables 2 words). Here we assume the input data have correctly grouped the syllables into words.

#Example

Input: "em cực_kỳ dễ_thương"

Output:

  • Number of words belongs to NGA, NGANG, NANG, HUYEN is 1, 2, 1, 1 respectively.
  • Number of words has 1 and 2 syllables is 1, 2 respectively

##Usage

Run the command: java -jar SyllableDistributtion.jar ##Thanks Thanks to @Tarrasch for the comment and inspiring me to do a Tones and Syllables Distribution version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages