The Logic Behind Japanese Sentence Structure
8020japanese.com
The Logic Behind Japanese Sentence Structure
1–10 of 155 posts
Re: The Logic Behind Japanese Sentence Structure
#2Re: The Logic Behind Japanese Sentence Structure
#3Re: The Logic Behind Japanese Sentence Structure
#4Re: The Logic Behind Japanese Sentence Structure
#5[0] https://en.wikipedia.org/wiki/Transmission_Control_Protocol
[1] https://en.wikipedia.org/wiki/Financial_Information_eXchange
Re: The Logic Behind Japanese Sentence Structure
#6This article resembles two different ways of designing protocols. In tcp [0], information are encoded in position, e.g. the first 16 bits are for source port and the next 16 bits are for dst ports. While in, say, FIX [1], information are encoding be delimiters and position doesn't matter. [0] https://en.wikipedia.org/wiki/Transmission_Control_Protocol [1] https://en.wikipedia.org/wiki/Financial_Information_eXchange
Re: The Logic Behind Japanese Sentence Structure
#7It was always my assumption that grammar is the most important thing to learn about a language. Vocabulary accumulates almost automatically over time, with practise (and a dictionary). Interesting to see how that holds in this case.
Re: The Logic Behind Japanese Sentence Structure
#8As far as languages go, Japanese is structured a lot like a programming language. If you learn five or six "bunpo" or grammar rules, you can go a very long ways. Then, to improve, just add rules to your mastery.
When I first learn any programming language I start with basics: variable binding/assignment, types, conditionals, looping, etc. Japanese fits very nicely into the same learning method.
Does a language have if/then? is it 'if () { expression }'? Or 'if then end if'? Is there an 'unless' form? What about 'else'?
For Japanese, it's naraba . That's it. Unless? nakeriba .
How about while? nagara
For people who can learn the gist of a programming language in a week, you could learn the gist of Japanese in a week or two. That doesn't mean you would be fluent. You'd still need to learn thousands of vocabulary words. But the basic mechanics can be mastered in days or weeks. More mechanics can be layered as needed.
Re: The Logic Behind Japanese Sentence Structure
#9Tarou wa Noriko wo toshokan de mimashita. (Tarou saw Noriko at the library.)
Tarou wa Noriko wo mimashita. (Tarou saw Noriko.)
Tarou wa Noriko wo mimashita toshokan (The library where Tarou saw Noriko)
Generally " " means "the such that is true for some choice of ".
Re: The Logic Behind Japanese Sentence Structure
#10So I am sitting in Ebisu in Tokyo right now. I spend about 3-4 months a year here and have for about 8 years. My understanding of spoken Japanese is pretty decent. However it is by pure memorization over time. This just sorted a whole bunch of things out in my head as to the why. Very good stuff. Thank you.