Difference between revisions of "Text Tools(中文)"

From Digital Sinology
Jump to: navigation, search
(Created page with "thumb|《墨子》中的互文 '''Text Tools''' is an online platform providing a range of textual analysis and visualization functionality fo...")
 
Line 1: Line 1:
 
[[File:Mozi-military-text.png|thumb|《墨子》中的互文]]
 
[[File:Mozi-military-text.png|thumb|《墨子》中的互文]]
  
'''Text Tools''' is an online platform providing a range of textual analysis and visualization functionality for arbitrary textual materials. Analysis and textual manipulation tools include computation of n-gram statistics, regular expression search and replace, text reuse identification, document similarity calculation, text comparison by edit distance, and textual transformations (such as tokenization), which are performed through external user-configurable services via an open API. Visualizations available directly in the tool include network graphs, charts, word clouds, and a variety of heat-maps used for visualizing text reuse and document similarity for both close and distant reading.
+
'''Text Tools'''是個線上平台,提供一連串文本分析和可視化的工具,以用於文本之上。這些分析和文本作業的工具包括n-gram的統計、正則表達式(搜索和取代)、互文的辨析、文本相似度的計算、以距離計算的文本比較,以及文本的轉換處理(例如是把文本轉化為序列)。以上功能都是可以通過外部的程序,用開放的API操作的。直接可用的可視化功能包括網絡圖、圖標、文字雲以及熱圖等,可以呈現文本互文和文本相似度,以作精讀和遠讀。
  
Designed as a browser-based platform, Text Tools works with a corpus of texts loaded into the tool by the user. These can be loaded directly from the [[Chinese Text Project]] via API, or imported into the platform by drag and drop of text files (or zipped text files) from the user's computer. As all processing is performed on the client computer, the corpus does not need to be uploaded to a central server. Although originally designed for use with classical Chinese materials, most processing is language independent, and analyses can be performed on written works from many languages by use of appropriate textual transformations.
+
Text Tools是嵌入瀏覽器的線上工具,用戶只要導入文本,即刻使用這些工具。文本既可以從[[中國哲學電子書計劃]]直接以API導入,也可以在平台上上傳TXT文檔(或放在壓縮包裡的TXT文檔)。由於所有的操作都是在用戶的電腦上進行,所以文本庫無需上傳到服務器去。雖然這些是為了古代漢語文本設計的工具,這些處理的操作可用於其他語言的文本。也就是說,只要文本經過一定處理,這些分析也會適用於其他語言的文本。
  
 
[[File:Reuse-mozi-xunzi-zhuangzi.png|thumb|以網絡圖呈現《墨子》、《荀子》和《莊子》的互文]]
 
[[File:Reuse-mozi-xunzi-zhuangzi.png|thumb|以網絡圖呈現《墨子》、《荀子》和《莊子》的互文]]
Line 9: Line 9:
 
==鏈接==
 
==鏈接==
 
* [https://ctext.org/plugins/texttools/#help Text Tools]
 
* [https://ctext.org/plugins/texttools/#help Text Tools]
* [https://digitalsinology.org/text-tools/ Exploring text reuse with Text Tools]
+
* [https://digitalsinology.org/text-tools/ 用Text Tools分析互文]
* [https://digitalsinology.org/text-tools-regex/ Regular expressions with Text Tools]
+
* [https://digitalsinology.org/text-tools-regex/ Text Tools中的正則表達式]
  
 
[[Category:Tools]]
 
[[Category:Tools]]
 
[[Category:Projects with APIs]]
 
[[Category:Projects with APIs]]

Revision as of 13:34, 4 June 2018

《墨子》中的互文

Text Tools是個線上平台,提供一連串文本分析和可視化的工具,以用於文本之上。這些分析和文本作業的工具包括n-gram的統計、正則表達式(搜索和取代)、互文的辨析、文本相似度的計算、以距離計算的文本比較,以及文本的轉換處理(例如是把文本轉化為序列)。以上功能都是可以通過外部的程序,用開放的API操作的。直接可用的可視化功能包括網絡圖、圖標、文字雲以及熱圖等,可以呈現文本互文和文本相似度,以作精讀和遠讀。

Text Tools是嵌入瀏覽器的線上工具,用戶只要導入文本,即刻使用這些工具。文本既可以從中國哲學電子書計劃直接以API導入,也可以在平台上上傳TXT文檔(或放在壓縮包裡的TXT文檔)。由於所有的操作都是在用戶的電腦上進行,所以文本庫無需上傳到服務器去。雖然這些是為了古代漢語文本設計的工具,這些處理的操作可用於其他語言的文本。也就是說,只要文本經過一定處理,這些分析也會適用於其他語言的文本。

以網絡圖呈現《墨子》、《荀子》和《莊子》的互文

鏈接