vowel
There are 22 repositories under vowel topic.
Valkryst/VNameGenerator
A Java implementation of various procedural name generation algorithms, including combinatorial, consonant vowel, context-free grammar, and Markov chain.
santiagobarreda/FastTrack
A Praat plugin for fast, accurate, (nearly) automatic formant-tracking
yasinkuyu/Turkish.php
Turkish Suffix Library for PHP - Türkçe Çekim ve Yapım Ekleri
yasinkuyu/Turkish.js
Turkish Suffix Library for Javascript - Türkçe Çekim ve Yapım Ekleri
kimkevin/HangulParser
[Java&Android] HangulParser is to parse Hangul to Jaso(basic consonant and vowel) by using Unicode
kampsy/gwizo
Simple Go implementation of the Porter Stemmer algorithm with powerful features.
yasinkuyu/Turkish.cs
Turkish Suffix Library for C# & .NET- Türkçe Çekim ve Yapım Ekleri
bootphon/sustained-phonation-features
Python package for the extraction of speech features for sustained phonation
edward-martyr/react-klatt
Use formant values to synthesise vowels.
wendyelviragarcia/vowels
A set of Praat scripts to analyze vowels: 1) extracting data (F0, F1, F2, F3, F4, interval duration (ms) and intensity (dB)) and 2) extracting whole formant data. Scripts for extracting data from point tiers are also avaliable
swinebouk/vowelchart
Generates vowel charts with user-defined vowels and diphthongs
hlorenzi/vowel-analysis
Vowel formant frequency synthesis and analysis on the browser -- https://hlorenzi.github.io/vowel-analysis/
JoeKarlsson/Pig-Latin
JavaScript based tool that translates a sentence into Pig Latin
bukinoshita/is-vogal
Check if letter is a vowel
edward-martyr/klatt.nyoeghau.com
Klatt-grid vowel synthesis
minwook-shin/hangul-database
Hangul (korean) vowel, consonant, etc... basic grammar mysql database (DB) project
abhishekjain12/JAVA-string-program-1
Create a class which ask the user to enter a sentence, and it should display count of each vowel type in the sentence. The program should continue till user enters a word “quit”. Display the total count of each vowel for all sentences.
otherdcn/Ruby-Fun
Basic and Fun (I was bored kind of) applications written in ruby
ZaherBG/String-Task
Petya started to attend programming lessons. On the first lesson his task was to write a simple program. The program was supposed to do the following: in the given string, consisting if uppercase and lowercase Latin letters, it: deletes all the vowels, inserts a character "." before each consonant, replaces all uppercase consonants with corresponding lowercase ones. Vowels are letters "A", "O", "Y", "E", "U", "I", and the rest are consonants. The program's input is exactly one string, it should return the output as a single string, resulting after the program's processing the initial string. Help Petya cope with this easy task. Input The first line represents input string of Petya's program. This string only consists of uppercase and lowercase Latin letters and its length is from 1 to 100, inclusive. Output Print the resulting string. It is guaranteed that this string is not empty.
beggarsmind/vowel_checker
A Vowel Checker is a simple tool or program that allows users to analyze a given string (typically a word or name) and identify the vowels (a, e, i, o, u) within it. It provides information about the occurrence of each vowel and how many vowels are present in total. It is a useful tool for string manipulation tasks.
edward-martyr/klatt-api
Flask app to synthesise a vowel based on formant values. Backend for react-klatt.nyoeghau.com
mohsin0176/Cpp-Practice
basic cpp programme