Skip to content
Redmoon Calculators
글쓰기 유틸리티 EN only

Conlang Syllable & Phonotactics Checker

무료 인공언어 음운론 검사기. 허용된 음절 패턴과 음소 목록을 정의하고 발명된 이름의 일관성을 테스트합니다.

한국어에는 적합하지 않음

이 도구는 영어(와 일부 관련 언어)용으로 보정되었습니다. 한국어의 결과는 신뢰할 수 없습니다.

사용 시기

Use when naming characters, places, or factions for a fictional language. Consistency is what makes invented names feel believable.

비교

PolyGlot is the heavyweight conlang tool but is desktop-only and complex. This tool covers the most common diagnostic — does my word fit my rules?

Enter your values below. Calculations run locally as you type.

작동 방식

You define allowed syllable patterns (CV, CVC, CVCC…) and the consonant and vowel inventories.

The checker greedily splits each test word into syllables matching one of your patterns. Words that fully tile are legal; the first illegal cluster is reported.

The generator builds 1–3 syllable words that obey the rules — useful when brainstorming city or character names.

자주 묻는 질문

What syllable patterns are supported?

Any combination of C (consonant) and V (vowel). Multi-character consonants and vowels are matched greedily by longest match.

Does it handle digraphs (e.g., "th")?

Yes — list "th" as a consonant alongside "t" and "h". The matcher prefers the longest defined unit.

What does CV or CVC notation mean?

C stands for a consonant and V for a vowel, so CV is a consonant-vowel syllable like 'ka' and CVC adds a closing consonant like 'kat'. Listing your allowed patterns defines the phonotactics, or permissible sound structure, of your language.

What is a phoneme inventory?

It is the full set of distinct sounds your language uses, separated into consonants and vowels. The checker compares each test word against this inventory to flag sounds you never declared.

실제 예시

입력

Patterns: CV, CVC. Consonants: p t k m n s r l. Vowels: a e i o u. Test: aman, katira, mendor, xthun.

출력

3 of 4 fit (75%) — "xthun" has illegal cluster.

Aman = a-man (V-CVC) — wait, but you also need an onset for syllable 1; this is a deliberate edge case. The matcher fails on words that can't be split into your allowed patterns.

흔한 함정

  • No support for tone, stress, or vowel harmony.
  • Greedy matching may favor a longer match when shorter would work.
  • Doesn't generate meaningful words — only phonologically valid ones.

관련 도구

피드백 보내기

모든 메시지를 읽습니다. 무엇을 개선하면 좋을지, 좋았던 점은 무엇인지 알려주세요.