Theiling Online    Sitemap    Conlang Mailing List HQ   

Re: binar

From:# 1 <salut_vous_autre@...>
Date:Monday, January 3, 2005, 20:24
here's what I sent with additions:


space = 0000
(so a word can't contains more than 3 "0" following)

siplified space for representation = -
so, only to simplify the representation, 0000 = -

- place a 1 at the begginning and the end of each word to delimit it

- word order: VSO

- to simplify, to avoid declinaisons and affixes, and to be easier to
manipulate, it is isolating

first person, singular = 1000
first person, plural = 0110
second person, singular or plural = 0010
tird person, singular or plural = 0100

there's no difference between the plural at second (as in english) and third
(no example...) persons


past = 000
present = 010
futur = 101

time particle comes after the verb it modifies


1 = definite article
0 = indefinite article

article comes before the noun


possestion:

my = 1001
our = 0111
your = 0011
his, her, their = 0101

possessive adjective comes before the noun


plural mark = 1

comes between the article or the possessive adjective and the noun
(can't be confused with the definite article because the article can't be
between another and a noun and the plural mark can't be alone)

dog: 001001001
cat: 011011011

boy:  001100111
girl: 101100111

man:   001111100
woman: 101111100

to love: 101011011
to fight: 111110010011
to be: _1_ (special word: do not had the two "1" on it)


I am a man
*_1_ 010 1000 0 001111100
*1-10101-110001-101-10011111001
*100001010100001100010000101000010011111001

the cat fights the dog
*111110010011 010 1 011011011 1 001001001
*11111100100111-10101-111-10110110111-111-10010010011
*1111110010011100001010100001110000101101101110000111000010010010011

the man loved a woman
*101011011 000 1 001111100 0 101111100
*11010110111-10001-111-10011111001-101-11011111001
*1101011011100001000100001110000100111110010000101000011011111001

the boys will love the girls
*101011011 101 1 1 001100111 1 1 101100111
*11010110111-11011-111-111-10011001111-111-111-11011001111
*110101101110000110110000111000011100001001100111100001110000111000011011001111

My boy will be a man
*_1_ 101 1001 001100111 0 001111100
*1-11011-111-110011-10011001111-101-10011111001
*1000011011000011100001100110000100110011110000101000010011111001



ADDITIONS

auxilaries:

want: 01010
may/can: 01011
must: 11010
need: 00100
start/beggin: 00101
finish: 10100
stop: 11100

the auxilary comes before the verb it modifies

I want to be a man
*01010 _1_ 010 1000 1 001111100
*1010101-1-10101-110001-111-10011111001
*10101010000100001010100001100010000111000010011111001


numbers: precede and ends by the word "_11_" (on wich we don't add the two
"1") to delimit the number

the system is octal

0: 000 -> 11-10001-11
1: 001 -> 11-10011-11
2: 010 -> 11-10101-11
3: 011 -> 11-10111-11
4: 100 -> 11-11001-11
5: 101 -> 11-11011-11
6: 110 -> 11-11101-11
7: 111 -> 11-11111-11

8 (oct=10):  11-10011-10001-11
9 (oct=11):  11-10011-10011-11
10 (oct=12): 11-10011-10101-11

52 (oct=64): 11-11101-11001-11

1,000 (oct=1750): 11-10011-11111-11011-10001-11

1,111,111 (oct 4172107): 11-11001-10010-11111-10101-10011-10001-11111-11

the number goes before the noun and replace the plural mark that is not
needed with a number higher than "1"


My boys will stop to love your two cats
*11100 101011011 101 1001 1 001100111 0011 _11_ 010 _11_ 011011011
*1111001-11010110111-11011-110011-111-10011001111-100111-11-10101-11-1011011011
*111100100001101011011100001101100001100110000111000010011001111000010011100001100001010100001100001011011011


for a ranking, add "_1_" after the first "_11_"
for a part, add "_1_" before the last "_11_"

My second dog loves me
*101011011 010 1001 _11_ _1_ 010 _11_ 001001001 1000
*11010110111-10101-110011-11-1-10101-11-10010010011-110001
*110101101110000101010000110011000011000010000101010000110000100100100110000110001



I need your opinion to tell me what you think....