文書

Multi tool use
 | 「ドキュメント」はこの項目へ転送されています。記録映像については「ドキュメンタリー」を、SOFT BALLETのアルバムについては「DOCUMENT」をご覧ください。
|
| この記事は検証可能な参考文献や出典が全く示されていないか、不十分です。 出典を追加して記事の信頼性向上にご協力ください。(2018年1月)
|
文書(ぶんしょ、もんじょ)は、参照されることを前提として記録される情報である。一般には漢音でぶんしょという。もんじょ(呉音)と呼ぶ場合、特に古文書学(こもんじょがく)では、差出人が相手方に意思、用件を伝えるために書いたものをいう(この読みは「古文書」以外には用いられない)。
伝統的には紙に文字で記録されたものをいう。典型的には法律や契約が文書に記録される。これは文書の改変が困難であることと、参照が容易であることによる。この場合、文書に対比される概念は口頭である。
今日では、紙以外のメディアに電子的・磁気的に記録され、コンピュータによって操作される情報も文書の一つである。この場合、英語のままドキュメント (document) と呼ばれることも多い。コンピュータの文書はpdf,Wordなどのファイル単位で扱われる。
文書はしばしば裁判の証拠として利用される。証拠調べには検証、書証が挙げられるが、検証は書証と異なり文書の内容を調べる手続きではなく文書の色や形状などを調べる手続きだとされている。
あらかじめ証拠調べをしておかなければその証拠を使用することが困難な事情、例えば原本が滅失して成立の真正性が証明できなくなる場合や、改竄されて現状が保存できなくなる場合のために、証拠保全が用いられる。滅失のおそれがある場合には書証、改竄のおそれがある場合には検証(具体的にはコピー、デジタルカメラでの撮影)を用いるとされている。
挙証者が所持しておらず相手方当事者又は第三者の所持する文書については文書提出命令、文書送付嘱託によって証拠調べができる。文書提出命令には文書送付嘱託と異なり文書を出さない所持者に制裁が加えられるので即時抗告制度がある。
文書は将来に向けて変更がありえる情報、記録は文書の一種であり過去の事実に関する情報、と言う概念もある。
文書の例
公文書(官公署が作成するもの)
- 外交文書
法律・通達・命令・許可
- 起案書・起案文(稟議書ともいう。官公署の場合、一般的に起案書という)
登記台帳
- 免許証
- 納税通知書など
私文書(個人間で作成、交換する文書)
証券
証拠証券(預金通帳、領収書、保険証券、借用証)
- 有価証券
書籍、雑誌、新聞
電子文書
- ウェブページ(WWW上の掲載文書)
- 電子書籍
- ソースコード(ソフトウェアに変換可能な文書)
関連項目
- 記録
- 証書
- 文書偽造罪
- 文書等毀棄罪
- 公文書館
- 公文書等の管理に関する法律
- 情報公開
- ソフトウェアドキュメンテーション
- 公用文作成の要領
- 正書法
コーパス、言語資源
古文書、史料、文献
3KFiOHlO8SAKVf5 ts9eC9WVU,y2ypRSR,bsda,ATu0M3l FC6xW7S1slmD XfbOwRkPeiMZflFzRY YffJy09sfARt
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...