Kenno Zelai Genai Sekkibano

A Textbook for a Logical Language
with an Agglutinative and
Self-Segregating Morphology
— A Complete Description of the
Structure of the Sekko Language

The information in this book may change suddenly due to the language being in its infancy.

In the far future, it is my intention to create a teaching book (which will present Sekko from first principles, and relate its structures to natural language structures), and a reference grammar (which is intended to give a purely technical description of Sekko). Since Sekko is young, this current book will attempt to do both.

Further, because of the two-goal nature of this book, it necessarily is not optimized for either goal. It is recommended that readers re-read earlier chapters, as many chapters are interlinked with one another. The nature of human language, however, forces the book to be arranged sequentially.

Grayed-out chapters are chapters which are currently planned, but have not yet been (completely) written.

View the repository for this book here.

Phonology

Sekko features both consonant and vowel gemination. Geminated sounds are notated by writing the same letter twice (e.g. "nn" for /nː/ and "aa" for /aː/). Consonant and vowel charts in IPA are given below, with Latin letter orthography in wide angle brackets.

Consonants

LabialAlveolarPost-alveolarPalatalVelarGlottal
Nasalm ⟨m⟩n ⟨n⟩(ɲ)ŋ ⟨q⟩
Plosivep ⟨p⟩
b ⟨b⟩
t ⟨t⟩
d ⟨d⟩
k ⟨k⟩
g ⟨g⟩
ʔ ⟨x⟩
Fricatives ⟨s⟩
z ⟨z⟩
ʃ ⟨c⟩
ʒ ⟨j⟩
h ⟨h⟩
Approximant(w)l ⟨l⟩(j)
Tapɾ ⟨r⟩
Trillr ⟨rr⟩

The geminated form of ɾ ⟨r⟩ is r ⟨rr⟩.

The sounds ɲ, ʔ ⟨x⟩, h ⟨h⟩, w and j are forbidden from geminating, and are canonically pronounced short.

Vowels

FrontCentralBack
Closei ⟨i⟩u ⟨u⟩
Close-mido ⟨o⟩
Open-midε ⟨e⟩
Opena ⟨a⟩

All vowels may geminate.

Diphthongs

The following diphthongs are permitted: iV, Vi, uV, Vu, where V represents any vowel. It is permitted to pronounce the diphthong either with hiatus (two syllables), or with glide (one syllable). Diphthongs involving i use the approximant j, and u with w.

In the cases where the diphthong is iV or uV, and the diphthong is pronounced with glide, the preceding consonant will be palatalized or labialized respectively. Sequences of niV may be pronounced as ɲV.

N-phthongs are permitted so long as all adjacent vowels are valid diphthongs (i.e. the nucleus aieua is permitted as ai, ie, eu, and ua are valid diphthongs).

Vowel gemination is forbidden in diphthongs.

Phonotactics

Words cannot begin and end with geminated sounds.

Words cannot begin with vowels.

Morphology

Sekko, due to it being a logical (monoparsing) language, must necessarily have a self-segregating morphology (SSM). An SSM scheme is a system where words are constructed in such a way that word boundaries can be unambiguously determined using only the forms of the words themselves.

While there are a variety of SSM schemes out there, Sekko uses an arbitrary classification of sounds along with a A+B+ word form. All words contain one or more A components, followed by one or more B components. A word boundary is defined as when a series of B sequences makes contact with an A component.

Sekko categorizes sounds as either A, B, or C. A and B sounds behave as described above. C sounds, however, will morph into the sound that immediately precedes them. Therefore, a sequence ACCACBCCC will be interpreted as AAAAABBBB.

  • A sounds: p t k b d g s z h
  • B sounds: i o m q
  • C sounds: a e u n l r x

The speech stream baqpakketexoiambanauelromepi ACBACAACACCBBCBACCCCCCCCBBBCAB can be unambiguously parsed as baq pakketexoiam banauelrome pi ACB ACAACACCBBCB ACCCCCCCBBBC AB.

Word derivation is usually a priori. However, a posteriori derivation from languages with contrastive vowel and consonant length is permitted (e.g. Finnish, Japanese, Hindi, Latin, etc.).

Claims of existence

The most basic type of sentence is a claim of existence. In English, they are in the form of "There is/are X". Let us consider the sentence "There is an apple," below.

There is an apple.

{There exists some X such that} {X is an apple.}

{\(∃x:\)} {\(apple(x)\)}

Note that although the English translations and examples in this book will usually be in the singular, this is only because English mandates that words be inflected for number. Sekko does not mandate this, and so words may refer to one or more entities. Explicit declarations of number will be covered in a later chapter.

What does \(∃\) or \(apple(x)\) mean?

In symbolic logic, \(∃\) represents the existential quantifier and means that there exists at least one thing which fulfills a certain predicate. The letter \(x\) is simply a term for a variable.

\(apple()\) represents a predicate. Variables are passed into predicates to signify that they fulfill the predicate. Therefore, \(apple(x)\) signifies that the variable X fulfills the property of "being an apple". It is possible for a predicate to accept multiple variables as arguments.

Notice how in the original English sentence, there were two components: the noun phrase "an apple", and the verb "there is". In order to claim the existence of something, the noun phrase "an apple" must be passed into the verb. Sekko, in its attempt to hew closer to the underlying logical form of natural languages, existential variables are immediately assumed by default. Therefore, the following Sekko utterance is identical1 to the English sentence above.

There is an apple.

{seebo}

{\(∃x: apple(x)\)}

There exists X such that X is an apple.

Merely uttering a predicate in Sekko means asserting that there exists at least one thing which satisfies the predicate. This is the default behavior of Sekko predicates, but there are ways to change this which will be covered in further chapters.

1

The Sekko text is termed an "utterance" as it is not yet a sentence -- it has no illocutions, covered in the illocutions chapter. Further, as has been said, Sekko does not mandate inflection or agreement for number.

Copular sentences

The second simplest type of sentence is the copular sentence, which in English takes on the form of "X is Y". Let us consider the following sentence.

An apple is red.

{seebo} {rubro}

{\(∃x: apple(x),\)} {\(red(x)\)}

There exists X such that X is an apple, and is red.

Notice that the same variable, \(x\) is being passed as an argument into both predicates. This permits us to make multiple claims on the same variable. We are claiming that \(x\) is both an apple and red.

The grammar of Sekko is different from that in English. Notice that there is no copula in the Sekko sentence -- there is no equivalent to "is". One of Sekko's goals is to have a grammar that has a more similar form to the underlying logical structure than natural languages.

The way predicates work in Sekko is such that each predicate "expresses" variables on both its left (preceding) and right (succeeding) sides. Such variables are implicit and cannot be accessed directly. Variables which the predicate is in contact with will be passed into it as arguments. Both seebo and rubro are intransitive predicates, and express the same variable on both sides. Because of this, the sentence is the same even if the order of words is reversed. You may see this in the defitions of seebo and rubro -- they possess only Ⓛ (left) slots. We will see predicates with Ⓡ (right) slots in the next chapter. Predicates with only Ⓛ slots are intransitive, and express the same variable on the left and right slots.

The following sentence is identical to the one before. Here, how the implicit variables are handled is exposed to you.

A red thing is an apple.

{\(x\) rubro \(x\)} {\(x\) seebo \(x\)}

{\(∃x: red(x),\)} {\(apple(x)\)}

There exists X such that X is red, and is an apple.

In English, the sentences "An apple is red," and "A red thing is an apple," would be interpreted differently, because of how subjects and objects in English are treated as old and new information. This is covered in a later chapter. However, Sekko does not make the distinction between old and new information, and so considers both utterances to be the same.

It is permitted in Sekko to pass the same variable in as many predicates as is desired. So long as the implicit variable is in contact with the predicates, they will be passed into it.

An apple is red and delicious.

{\(x\) seebo \(x\)} {\(x\) rubro \(x\)} {\(x\) bauko \(x\)}

{\(∃x: apple(x),\)} {\(red(x),\)} {\(delicious(x)\)}

There exists X such that X is an apple, is red, and is delicious.

As with the sentences above, the order of the predicates does not matter.

Transitive predicates

We now get into the meat and potatoes of Sekko grammar. Transitive predicates, compared to intransitive predicates, do not express the same variable on both sides. Whereas intransitive predicates assert that the variable on both their sides are equal, transitive predicates assert that they are unequal. Let us see this in action.

I eat an apple.

{ko} {sedai} {seebo}

{\(∃x∃y: me(x),\)} {\(eat(x,y),\)} {\(apple(y)\)}

There exist \(x\) and \(y\) such that \(x\) is me, and eats \(y\), and \(y\) is eaten, and is an apple.

An apple eats me.

{seebo} {sedai} {ko}

{\(∃x∃y: apple(x),\) } {\(eat(x,y),\)} {\(me(y)\)}

There exist \(x\) and \(y\) such that \(x\) is an apple, and eats \(y\), and \(y\) is eaten, and is me.

An apple, who is me, eats (something).

{seebo} {ko} {sedai}

{\(∃x∃y: me(x),\) } {\(apple(x),\)} {\(eat(x,y)\)}

There exist \(x\) and \(y\) such that \(x\) is an apple, and me, and eats \(y\), and \(y\) is eaten.

The difference in the meanings of the sentences is because transitive predicates accept two variables rather than one. The variable on the left is treated differently from the variable on the right. This can be seen from the definition of sedai.

sedai: Ⓛ eats Ⓡ.

sedai possesses both an Ⓛ slot and an Ⓡ slot -- it expresses two different variables on both sides.

Illocutions

We are ready now to make true sentences in Sekko. All of the "sentences" thus far have been termed utterances, for they are not true sentences. True sentences in Sekko must contain an illocution. An illocution, also known as a speech act, determines what the purpose of the utterance is. Utterances may, for example, be simply stating information, or desiring information, or commanding. Sekko illocution suffixes also function as sentence fences. Illocution markers in Sekko are mandatory and always attach to the first word of the sentence. Given this, Sekko sentence boundaries can also be unambiguously determined.

The most basic illocution in Sekko is the assertive illocution -n, glossed as (AST). It marks the sentence as merely a bare assertion. All of the utterances we have examined thus far implicitly took on the assertive illocution.

An apple is red.

{Seebon} {rubro.}

{\(∃x: apple(x),\)} {\(red(x)\)}

I assert that: There exists X such that X is an apple, and is red.

The imperative (IMP) -rro illocution marks the sentence as being a command or demand, with the implicit threat of punishment or negative consequences if the command is not made true.

(You) get away from me!

{Dorro} {kulai} {kaukai} {ko!}

{\(∃x∃y∃z: you(x),\)} {\(travel(x,y),\)} {\(far(y,z),\)} {\(me(z)\)}

I command that: There exists X, Y, and Z such that X is you, and travels to Y and Y is far from Z, and Z is me.

The suggestive (SUG) illocution -le is similar to the imperative illocution, in that it expresses a desire for something to be made true. However, unlike the imperative, it does not contain an implicit threat. When the suggestive illocution is used, it is being claimed that the interlocutor may decline or refuse to bring about the desired state without retribution or negative consequence. The suggestive illocution can be made for requests, offers, or as the name suggests, suggestions.

(You) please sit./I suggest you sit./I request you sit./I offer for you to sit.

{Dole} {suato.}

{\(∃x: you(x),\)} {\(sitting(x)\)}

I suggest that: There exists X such that X is you, and is sitting.

The interrogative (INT) illocution -ma marks the sentence as a question. How a language handles question syntax is of particular importance, and so interrogatives are given their own chapter.

Unsolved problems

  • Ternary predicates
  • Anaphora beyond sentence boundaries
  • Too many clauses?
  • Connectors/coordinators
  • Distributivity/collectivity and plural logic
  • Universal quantifiers and existential import
  • Tense and aspect system

Dictionary

This dictionary is currently not sorted alphabetically. Dictionary entries may have incomplete definitions. Words may be suddenly redefined or given different wordforms.

zel:

  • o: Ⓛ is a description/exegesis/clarification/whitepaper/definition.
  • ola: Ⓛ is described/clarified/defined.
  • ai: Ⓛ is a description/exegesis/clarification/whitepaper/definition of Ⓡ.
  • io: Ⓛ is a description/exegesis/clarification/whitepaper/definition of Ⓡ₀.
  • ie: Ⓛ₀ is described/clarified/defined.

Kanzeno Baakai Daknai Sekkibano Sekkibano Baakai Daknai Kanzenole

kanzen: (Japanese 完全, complete)

  • o: Ⓛ is complete/whole.
  • io: Ⓛ₀ occurs completely/wholly.

gen:

  • o: Ⓛ is a shape/form/structure/system; Ⓛ has a shape/form/structure/system.
  • ai: Ⓛ is the shape/form/structure/system of Ⓡ; Ⓛ has the same shape/form/structure/system as Ⓡ.
  • io: Ⓛ is the shape/form/structure/system of Ⓡ₀; Ⓛ has the same shape/form/structure/system as Ⓡ₀.
  • ie: Ⓛ₀ has a shape/form/structure.

kenn: (AP)

  • o: Ⓛ is complete/whole.
  • ai: Ⓛ₀ occurs completely/wholly.

sekk: (Japanese: sekkō 石膏, gypsum)

  • o: Ⓛ is Sekkoic.

ban: (AP)

  • o: Ⓛ is a language.

sekkiban: (C)

  • o: Ⓛ is the Sekko language.

h: (AP)

  • o (c): Ⓛ is something.
  • ai (c c): Ⓛ is related to Ⓡ in an unspecified way.
  • io (c 0): Ⓛ is involved in Ⓡ₀ in an unspecified way.
  • ui (c 1): Ⓛ expresses property Ⓡ₁.
  • ie (0): Ⓛ₀ is the case.
  • uo (0 0): Ⓛ₀ is related to Ⓡ₀ in an unspecified way.
  • ia (0 1): Ⓛ₀ expresses property Ⓡ₁.
  • aqa (1): Ⓛ is a property.

seeb: (Hindi: sēb सेब, apple)

  • o (c): Ⓛ is an apple.

b: (AP)

  • o: Ⓛ changes.
  • ola: Something changes so as to become Ⓛ.
  • ai: Ⓛ changes so as to become Ⓡ.
  • ui: Ⓛ changes so as to express Ⓡ₁.
  • ie: Ⓛ₀ changes.
  • iela: Some event changes so as to become Ⓛ₀.
  • uo: Ⓛ₀ changes into Ⓡ₀.
  • ia: Ⓛ₀ changes so as to express Ⓡ₁.

bauk: (Finnish: maukas, delicious)

  • o: Ⓛ is delicious.
  • ola: Ⓛ finds something to be delicious.
  • ai: Ⓛ is delicious to Ⓡ.

pueg: (Reverse of bauk)

  • o: Ⓛ is distasteful/disgusting.
  • ola: Ⓛ finds something to be distasteful/disgusting.
  • ai: Ⓛ is distasteful/disgusting to Ⓡ.

rubr: (Latin: ruber, red)

  • o: Ⓛ is red in color.

sed: (Finnish: syödä, to eat)

  • o: Ⓛ eats.
  • ola: Ⓡ is eaten.
  • ai: Ⓛ eats Ⓡ.

k: (AP)

  • o: Ⓛ is I/me/the speaker. (first person pronoun)

het: (Japanese 人 hito, person)

  • o: Ⓛ is a person.

suat: (Finnish istua, to sit)

  • o: Ⓛ is sitting.

kauk: (Finnish kauko-, far away):

  • o: Ⓛ is far away/remote.
  • ai: Ⓛ is far away from Ⓡ.

gueg: (Reverse of kauk)

  • o: Ⓛ is near/close.
  • ai: Ⓛ is near/close to Ⓡ.

kul: (Finnish kulkea, to travel):

  • o: Ⓛ is traveling/moving to a place.
  • ola: Ⓛ is being travelled to, is a destination for a traveler.
  • ai: Ⓛ goes/moves/travels to Ⓡ.

Affixes and particles

Inherent Suffixes

Intransitive Parametric (Class A1)

  • o: Parametric frame (c) marker.
  • ie: Parametric frame (0) marker.
  • aqa: Parametric frame (1) marker.

Transitive Parametric (Class A2)

  • ai: Parametric frame (c c) marker.
  • io: Parametric frame (c 0) marker.
  • ui: Parametric frame (c 1) marker.
  • uo: Parametric frame (0 0) marker.
  • ia: Parametric frame (0 1) marker.

Negating (Class A3)

  • na: Negates predicate (¬).

Voicing (Class A4)

  • la: For intransitive predicates, changes the meaning of the predicate to express the -la definition. For transitive predicates, reverses the order of arguments.

Free Suffixes

Clausal (Class B1)

  • cu: Starts a standard clause to the right.
  • ra: Starts an indirect question clause to the right.

Adverbial (Class B2)

  • me: Marks predicate as being a simple adverb (does not open an adverbial clause).
  • li: Marks predicate as being a complex adverb (opens an adverbial clause).

Illocutionary (Class B3)

  • n: Assertive (AST) sentence illocution marker.
  • rro: Imperative (IMP) sentence illocution marker.
  • ma: Interrogative (INT) sentence illocution marker.
  • xai: Suggestive (SUG) sentence illocution marker.
  • le: Performative (PRF) sentence illocution marker.

Special Suffixes

Compounding (Class C1)

  • i: Marks previous predicate as being bound to the next predicate in a compound word.
  • ini: Same as -i, but induce strong binding.

Nominal (Class C2)

  • ei: Marks previous predicate as being a native Sekko name, with the definition "Ⓛ is named "Name". May accept either c or 0 arguments.

Numeric (Class C3)

  • mi: Cardinal numeral marker.

Particles

Terminators (Class D1)

  • tam: Terminates standard or indirect question clause.
  • deq: Terminates adverbial clause.