ノート:デモティキ

Multi tool use• タイトルは「ディモティキ」のほうが好ましうはありませぬか? --以上の署名の無いコメントは、124.255.12.105(ノート/Whois IPv4 ・ IPv6)さんが 2009年5月30日 (土) 02:18 (UTC) に投稿したものです(桜咲(会話)による付記)。
私も平凡社の世界大百科事典初版で調べたところ、
「ディモティキ」として掲載されていました。
また、本文中でも「ディモティキ」と書かれている箇所もあり、
項目名もそれに統一すべきと思います。--飛龍家木偶 2011年11月3日 (木) 08:46 (UTC)
- 私も項目名は「ディモティキ」のほうがよいと思います.というより,「デモティキ」なる表記を見たことがありません.Δημοτική というつづりを見てのとおり,最初の「ディ」と最後の「キ」は同じ母音ですから,「デモティキ」のごとくエ段とイ段にゆらぐのは不可解です.「ディ」というカナ表記そのものを許さないというなら (時代錯誤とはいえ) まだ斟酌できますが,同じ語に「ティ」が入っているのでそれも説得力がありません.なお古典式発音では「デーモティケー」となりますが,これは望ましいとは思われません.
- 現代ギリシア語に関する日本語の文献はまだまだ僅少ですが,そのうちいくつかをあたってみると,福田千津子[* 1]と木戸雅子[* 2]は本文中で「ディモティキ」と表記しています.残る関本至[* 3],八木橋正雄[* 4],荒木英世[* 5]はざっと見たかぎり,δημοτική という原語表記をそのまま用いるか,「民衆語」のように訳語でしか呼ばないか,そもそも文語 (カサレヴサ) との違いに言及しないかという感じで,態度は不明です.いずれにせよ,「デモティキ」をとっている現代ギリシア語の専門家は見あたりません.
- 「Wikipedia:外来語表記法」は現在までギリシア語に関するカナ表記法を確立していないらしく,そのサブページ「Wikipedia:外来語表記法/ギリシア語」は私の閲覧時点で赤リンクになっています.したがって私たちはいまのところ Wikipedia 日本語版でこの問題に関して頼るべきガイドラインをもたないものと思われます.上に述べたとおり論理的にも実際の慣行としても「デ」にこだわる理由はないと判断します.--桜咲(会話) 2017年5月23日 (火) 18:39 (UTC)
^ 「……古典語に範をとった純正語(カサレヴサ)擁護派と進歩派を中心とする民衆語(ディモティキ)擁護派との間で激しい言語論争が行われてきました」(『現代ギリシャ語入門』大学書林,1985 年,まえがき);また後年の『現代ギリシア語文法ハンドブック』(白水社,2009 年) にもほぼ同様の文.
^ 「……口語(民衆語=ディモティキ)を整理して作ったカサレヴサ(純正語)を文語として採用し……」(『ニューエクスプレス 現代ギリシア語』白水社,2012 年,8 頁).
^ 『現代ギリシア語文法』(泉屋書店,1968 年).これは本邦初の現代ギリシア語文法書.
^ 『現代ギリシャ語の基礎』(大学書林,1984 年).
^ 『現代ギリシア語の入門』(白水社,1990 年) および『CD エクスプレス 現代ギリシア語』(白水社,2001 年).
tR0H,IBYe8B q7EWW,Xbg,3ftg L8igxsA5QTxUyXreVPx4,tl2 ViVOt8kgyX 9j4uqggZ63aLcrXvWwg7TFl,9U2zeDOKDCq
Popular posts from this blog
Ramiro Burr's New Blog - to go back: www.ramiroburr.com From Latin rock to reggaeton, boleros to blues,Tex-Mex to Tejano, conjunto to corridos and beyond, Ramiro Burr has it covered. If you have a new CD release, a trivia question or are looking for tour info, post a message here or e-mail Ramiro directly at: musicreporter@gmail.com Top Tejano songwriter Luis Silva dead of heart attack at 64 By Ramiro Burr on October 23, 2008 8:40 AM | Permalink | Comments (12) | TrackBacks (0) UPDATE: Luis Silva Funeral Service details released Visitation 4-9 p.m. Saturday, Rosary service 6 p.m. Saturday at Porter Loring, 1101 McCullough Ave Funeral Service 10:30 a.m. Monday St. Anthony De Padua Catholic Church, Burial Service at Chapel Hills, 7735 Gibbs Sprawl Road. Porter Loring (210) 227-8221 Related New Flash: Irma Laura Lopez: long time record promoter killed in accident NewsFlash: 9:02 a.m. (New comments below) Luis Silva , one of the most well-known ...
1 I having trouble getting my ResourceDictionary.MergedDictionaries to load from app.xaml. My WPF app has a static class with a Main defined and startup object set to it. Within Main I created an instance of App and run it. The override OnStartup fires and the mainwindow.cs InitializeComponent gives the error "Message "Cannot find resource named 'MaterialDesignFloatingActionMiniAccentButton'. If I put the resources in the mainwindow.xaml everything is fine, but I wanted them to load at the app level so I they are not in each page. Any help appreciated. public partial class App protected override void OnStartup(StartupEventArgs e) base.OnStartup(e); var app = new MainWindow(); var context = new MainWindowViewModel(); app.DataContext = context; app.Show(); from the Main.. var app = new App(); app.Run(); app.xaml.. <Application x:Class="GS.Server.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:...
up vote 2 down vote favorite There is a clear pattern that show for two separate subsets (set of columns); If one value is missing in a column, values of other columns in the same subset are missing for any row. Here is a visualization of missing data My tries up until now, I used ycimpute library to learn from other values, and applied Iterforest. I noted, score of Logistic regression is so weak (0.6) and thought Iterforest might not learn enough or anyway, except from outer subset which might not be enough? for example the subset with 11 columns might learn from the other columns but not from within it's members, and the same goes for the subset with four columns. This bar plot show better quantity of missings So of course, dealing with missings is better than dropping rows because It would affect my prediction which does contain the same missings quantity relatively. Any better way to deal with these ? [EDIT] The nullity pattern is confirmed: machine-learning cor...