TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Agglutinative Language

59 点作者 cubecul超过 5 年前

7 条评论

bonoboTP超过 5 年前
I often wonder how much of a head start the isolating nature of English gave for computing. It allowed ignoring a lot of inflectional and agglutinative complexity.<p>Concretely I mean it&#x27;s very easy to generate text using sentence templates. Just plug in words and it works out. &quot;The $process_name has completed running.&quot; &quot;Like $username&#x27;s comment&quot; &quot;Ban $username&quot;.<p>Relatedly, I think focusing NLP efforts on English masks a lot of interesting phenomena, because English text already comes in a reasonably tokenized, chunked up and pre-digested, easy to handle form. For example speech recognition systems started out with closed vocabularies, with larger and larger numbers of words, and even in their toy forms you could recognize some proper English sentences. To do that in Hungarian for example, the &quot;upfront costs&quot; to a &quot;somewhat usable&quot; system are much higher, because closed vocabulary doesn&#x27;t get you anywhere. (Similarly, learning basic English is very easy, you can build 100% correct sentences on day 1, you learn &quot;I&quot;, &quot;you&quot;, &quot;see&quot; and &quot;hear&quot; and can say &quot;I see&quot; and &quot;You see&quot; and &quot;I see you&quot; and &quot;I hear Peter&quot; which are all 100% correct. In Hungarian these are &quot;nézek&quot;, &quot;nézel&quot;, &quot;nézlek&quot;, &quot;hallom Pétert&quot; requiring learning several suffixes and vowel harmony and definite&#x2F;indefinite conjugation. The learning curve till your first 100% correct 3-5 word sentences is just steeper.)<p>I don&#x27;t mean it&#x27;s impossible to handle agglutinative languages in NLP, I just mean the &quot;minimum viable model&quot; is much simpler and attainable for English, which on the one hand was able to kickstart and propel the early research phases and on the other hand perhaps fueled a bit too much optimism.<p>English can seem very well structured and it can tempt one to think of language in a very symbolic, within-the-box, rule-based way. In terms of syntax trees, sets of valid sentences etc, instead of &quot;fuzzy probabilistic mess&quot; that it really is. Surely, the syntax tree, generative grammar approach (Chomsky and others) gave us a lot of computer science, but this kind of &quot;clean&quot; and pure symbolic parsing doesn&#x27;t seem to drive today&#x27;s NLP progress.<p>In summary, I wonder how linguistics and especially computational linguistics and NLP would have evolved in a non-Anglo culture, e.g. Slavic or Hungarian.
评论 #21580458 未加载
评论 #21580479 未加载
评论 #21583252 未加载
评论 #21580328 未加载
评论 #21579948 未加载
sansnomme超过 5 年前
Turkish is probably strict enough to be used as a programming language. The only downside is that its vocabulary is utterly alien for most speakers of Latin&#x2F;Anglo-Saxon languages aside from some borrowed words from French and Arabic.
评论 #21579214 未加载
评论 #21579539 未加载
romwell超过 5 年前
Sumerian, an agglutinative language, is an important plot point in a famous cyberpunk novel, Snow Crash by Neal Stephenson[1] (which also popularized the word &quot;avatar&quot; as we use it today).<p>If you find the concept interesting, you will enjoy reading the novel.<p>[1]<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Snow_Crash" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Snow_Crash</a>
Bootwizard超过 5 年前
Can someone here explain this in an easier to understand way? This was a bit too dense for my understanding...
评论 #21579560 未加载
评论 #21579529 未加载
评论 #21579474 未加载
评论 #21579748 未加载
beefman超过 5 年前
More broadly, synthetic languages are like statically-typed programming languages, whereas analytic languages[1] are like dynamically-typed programming languages.<p>Also, intransitive verbs[2] are like thunks.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Analytic_language" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Analytic_language</a><p>[2] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Intransitive_verb" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Intransitive_verb</a>
评论 #21580282 未加载
monkeycantype超过 5 年前
I was just reading this yesterday after the term came up in a Japanese grammar book.
foobar_超过 5 年前
Forth is probably the only agglutinative language in a way.