rsyntaxtree 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.tags +438 -20
- data/README.md +61 -28
- data/bin/rsyntaxtree +0 -1
- data/docs/.gitignore +5 -0
- data/docs/404.html +25 -0
- data/docs/Gemfile +31 -0
- data/docs/_config.yml +77 -0
- data/docs/_examples/001.md +22 -0
- data/docs/_examples/002.md +31 -0
- data/docs/_examples/003.md +25 -0
- data/docs/_examples/004.md +25 -0
- data/docs/_examples/005.md +22 -0
- data/docs/_examples/006.md +25 -0
- data/docs/_examples/007.md +26 -0
- data/docs/_examples/008.md +28 -0
- data/docs/_examples/009.md +24 -0
- data/docs/_examples/010.md +48 -0
- data/docs/_examples/011.md +37 -0
- data/docs/_examples/012.md +40 -0
- data/docs/_examples/013.md +62 -0
- data/docs/_examples/014.md +47 -0
- data/docs/_examples/015.md +30 -0
- data/docs/_examples/016.md +82 -0
- data/docs/_examples/017.md +22 -0
- data/docs/_examples/018.md +28 -0
- data/docs/_examples/019.md +59 -0
- data/docs/_examples/020.md +39 -0
- data/docs/_includes/box_and_circle_table.html +54 -0
- data/docs/_includes/escape_char_table.html +28 -0
- data/docs/_includes/social_media_links.html +13 -0
- data/docs/_layouts/default.html +43 -0
- data/docs/assets/css/style.scss +25 -0
- data/docs/assets/img/001.png +0 -0
- data/docs/assets/img/002.png +0 -0
- data/docs/assets/img/003.png +0 -0
- data/docs/assets/img/004.png +0 -0
- data/docs/assets/img/005.png +0 -0
- data/docs/assets/img/006.png +0 -0
- data/docs/assets/img/007.png +0 -0
- data/docs/assets/img/008.png +0 -0
- data/docs/assets/img/009.png +0 -0
- data/docs/assets/img/010.png +0 -0
- data/docs/assets/img/011.png +0 -0
- data/docs/assets/img/012.png +0 -0
- data/docs/assets/img/013.png +0 -0
- data/docs/assets/img/014.png +0 -0
- data/docs/assets/img/015.png +0 -0
- data/docs/assets/img/016.png +0 -0
- data/docs/assets/img/017.png +0 -0
- data/docs/assets/img/018.png +0 -0
- data/docs/assets/img/019.png +0 -0
- data/docs/assets/img/020.png +0 -0
- data/{img → docs/assets/img}/elements/circle.png +0 -0
- data/{img → docs/assets/img}/elements/circle_abc.png +0 -0
- data/{img → docs/assets/img}/elements/circle_bold.png +0 -0
- data/{img → docs/assets/img}/elements/circle_hatched.png +0 -0
- data/{img → docs/assets/img}/elements/circle_one.png +0 -0
- data/{img → docs/assets/img}/elements/connector.png +0 -0
- data/{img → docs/assets/img}/elements/connector_bold.png +0 -0
- data/{img → docs/assets/img}/elements/square.png +0 -0
- data/{img → docs/assets/img}/elements/square_abc.png +0 -0
- data/{img → docs/assets/img}/elements/square_bold.png +0 -0
- data/{img → docs/assets/img}/elements/square_hatched.png +0 -0
- data/{img → docs/assets/img}/elements/square_one.png +0 -0
- data/docs/assets/img/favicon/apple-touch-icon.png +0 -0
- data/docs/assets/img/favicon/favicon-16x16.png +0 -0
- data/docs/assets/img/favicon/favicon-32x32.png +0 -0
- data/docs/assets/img/favicon/favicon.ico +0 -0
- data/docs/documentation.md +153 -0
- data/docs/documentation_ja.md +166 -0
- data/docs/examples.html +68 -0
- data/docs/index.html +2 -0
- data/img/rsyntaxtree-web-screenshot.png +0 -0
- data/lib/rsyntaxtree/version.rb +1 -1
- data/lib/rsyntaxtree.rb +2 -0
- data/rsyntaxtree.gemspec +1 -1
- metadata +74 -16
@@ -0,0 +1,153 @@
|
|
1
|
+
---
|
2
|
+
title: RSyntaxTree
|
3
|
+
layout: default
|
4
|
+
---
|
5
|
+
|
6
|
+
# Documentation
|
7
|
+
{:.no_toc}
|
8
|
+
|
9
|
+
[English](https://yohasebe.github.io/rsyntaxtree/documentation) |
|
10
|
+
[日本語](https://yohasebe.github.io/rsyntaxtree/documentation_ja)
|
11
|
+
|
12
|
+
### Table of Contents
|
13
|
+
{:.no_toc}
|
14
|
+
|
15
|
+
1. toc
|
16
|
+
{:toc}
|
17
|
+
|
18
|
+
### Basic Usage
|
19
|
+
|
20
|
+
Type your text in the editor area using labeled bracket notation and click the Draw PNG or Draw SVG button.
|
21
|
+
|
22
|
+
Every branch or leaf of the syntax tree must belong to a node. To create a node, place the label text right next to the start bracket. Any number of branches may follow, separated by a whitespace. (Node labels containing whitespaces can be created using the `<>` symbol. For example, `Modal<>Aux` will be rendered as `Modal Aux`).
|
23
|
+
|
24
|
+
There are three different types of `connector` drawn between a terminal node and its leaves (`auto`, `bar` and `none`). `auto` draws a triangle for leaves containing one or more whitespaces (= phrases). If the leaf does not contain any spaces (= single word), a straight bar is drawn instead (unless the leaf contains a `^` symbol at the beginning, which specifies the leaf to be a phrase).
|
25
|
+
|
26
|
+
The newline character `\n` can be used within the text of both node lables and leaves.
|
27
|
+
|
28
|
+
RSyntaxTree can generate `PNG` and `SVG`, SVG can be used with third party vector graphics software such as Adobe Illustrator, Microsoft Visio, [BOXY SVG](https://boxy-svg.com/), etc. It is very useful if you want to modify the output image.
|
29
|
+
|
30
|
+
The `Radical symmetrization` option affects the way branch nodes are drawn. The options `Font style`, `Font size`, `Connector height`, and `Color` need no explanation. By changing the values of these options, you can change the appearance of the resulting image.
|
31
|
+
|
32
|
+
### Fonts Used to Generate PNG
|
33
|
+
|
34
|
+
Currently, you can choose between the font styles `Noto Sans`, `Noto Serif`, and `WQY Zen Hei`.
|
35
|
+
|
36
|
+
- `Noto Sans` can display basic Unicode characters (including Japanese hiragana/katakana/kanji).
|
37
|
+
- `Noto Serif` can display basic Unicode characters (including Japanese hiragana/katakana/kanji).
|
38
|
+
- `WQY Zen Hei` can display a wide range of Chinese/Japanese/Korean (CJK) characters.
|
39
|
+
|
40
|
+
|
41
|
+
### Install Fonts for SVG
|
42
|
+
|
43
|
+
SVG images are dependent on the fonts installed locally on your computer. In order for the images to display as intended, the following fonts should be installed beforehand (click on the links). If these fonts are not installed, other available fonts will be used, resulting in a somewhat unbalanced display of the text.
|
44
|
+
|
45
|
+
- [Noto Sans](https://fonts.google.com/noto/specimen/Noto+Sans): for latin and other basic Unicode characters in sans serif
|
46
|
+
- [Noto Sans JP](https://fonts.google.com/noto/specimen/Noto+Sans+JP): for Japanese characters in sans serif
|
47
|
+
- [Noto Serif](https://fonts.google.com/noto/specimen/Noto+Serif): for latin and other basic Unicode characters in serif
|
48
|
+
- [Noto Serif JP](https://fonts.google.com/noto/specimen/Noto+Serif+JP): for Japanese characters in serif
|
49
|
+
- [WQY Zen Hei](https://packages.ubuntu.com/bionic/fonts/fonts-wqy-zenhei): for CJK characters
|
50
|
+
- [OpenMoji](https://openmoji.org/): for emoji characters.
|
51
|
+
|
52
|
+
|
53
|
+
### Font Styles, Text Decoration, and Sub/Superscripts
|
54
|
+
|
55
|
+
You can apply font styles (italic/bold/bold-italic), text decoration (overline/underline/line-through), subscript/superscript font rendering, and more. These markups can be nested within each other.
|
56
|
+
|
57
|
+
#### Font Styles
|
58
|
+
|
59
|
+
|Style |Symbol |Sample Input |Output |
|
60
|
+
|-----------|------------|-------------------|-----------------|
|
61
|
+
|Italic |`*TEXT*` |`*italic*` |*italic* |
|
62
|
+
|Bold |`**TEXT**` |`**bold**` |**bold** |
|
63
|
+
|Italic+bold|`***TEXT***`|`***italic bold***`|***italic bold***|
|
64
|
+
|
65
|
+
#### Text Decoration
|
66
|
+
|
67
|
+
|Decoration |Symbol |Sample Input |Output |
|
68
|
+
|------------|--------|---------------|-------------------------------------------------------------|
|
69
|
+
|Overline |`=TEXT=`|`=overline=` |<span style='text-decoration:overline'>overline</span> |
|
70
|
+
|Underline |`-TEXT-`|`-underline-` |<span style='text-decoration:underline'>underline</span> |
|
71
|
+
|Line-through|`~TEXT~`|`~linethrough~`|<span style='text-decoration:line-through'>linethrough</span>|
|
72
|
+
|
73
|
+
Note: Currently, overline is displayed in SVG, but not in PNG.
|
74
|
+
|
75
|
+
#### Subscript and Superscript
|
76
|
+
|
77
|
+
|Sample Input |Output |
|
78
|
+
|-----------------------|----------------------------|
|
79
|
+
|`normal_subscript_` |normal<sub>subscript</sub> |
|
80
|
+
|`normal__superscript__`|normal<sup>superscript</sup>|
|
81
|
+
|
82
|
+
#### Box and Circle
|
83
|
+
|
84
|
+
{% include box_and_circle_table.html %}
|
85
|
+
|
86
|
+
#### Whitespace inside Label
|
87
|
+
|
88
|
+
|Sample Input|Output |
|
89
|
+
|------------|--------|
|
90
|
+
|`X<>Y` |X Y|
|
91
|
+
|
92
|
+
#### Newline
|
93
|
+
|
94
|
+
|Sample Input |Output |
|
95
|
+
|-------------------------------|--------------------|
|
96
|
+
|`str1\`<br />`str2` |str1<br />str2 |
|
97
|
+
|`str1\`<br />` \`<br />`str2`|str1<br /><br />str2|
|
98
|
+
|`str1\ str2` |str1<br />str2 |
|
99
|
+
|`str1\ \ str2` |str1<br /><br />str2|
|
100
|
+
|`str1\nstr2` |str1<br />str2 |
|
101
|
+
|`str1\n\nstr2` |str1<br /><br />str2|
|
102
|
+
|
103
|
+
#### Horizontal Line
|
104
|
+
|
105
|
+
|Sample Input |Output |
|
106
|
+
|-------------------------------|----------------------|
|
107
|
+
|`str1\`<br />`---\`<br />`str2`|str1<br />——<br />str2|
|
108
|
+
|`str1\ ---\ str2` |str1<br />——<br />str2|
|
109
|
+
|`str1\n---\nstr2` |str1<br />——<br />str2|
|
110
|
+
|
111
|
+
Here, `---` represents `-` repeated three times or more consecutively.
|
112
|
+
|
113
|
+
### Triangle, Square Brackets, Rectangle
|
114
|
+
|
115
|
+
In `auto` mode, the triangle connector shape is applied when the terminal node contains words separated by whitespace. In `bar` and `none` modes, triangles are drawn for the nodes with `^` at the beginning of the leaf text, lie `[NP ^syntax-trees]`.
|
116
|
+
|
117
|
+
If a `#` character is placed at the beginning of the leaf text (right after `^` if there is one), the leaf text is enclosed in a paire of square brackets (e.g. `[NP #text]` or `[NP ^#text]`). If `##` is placed at the beginning of the leaf text, a rectangle is drawn instead of brackets.
|
118
|
+
|
119
|
+
### Escape Special Characters
|
120
|
+
|
121
|
+
The backslash character `\` must be used to print certain characters used in the markup. If you do not have the `\` key on your keyboard, you can also use the yen/yuan character `¥` to escape.
|
122
|
+
|
123
|
+
{% include escape_char_table.html %}
|
124
|
+
|
125
|
+
**Note:** A newline character `↩️` is treated just as a whitespace. Thus 1) `\n`, 2) `\↩️`, and 3) `\` followed by a whitespace character are all rendered as a newline `↩️` in the resulting image. Note also that a `↩️` or a whitespace repeated more than once is reduced to a single whitespace.
|
126
|
+
|
127
|
+
### Draw Paths between Nodes (experimental)
|
128
|
+
|
129
|
+
You can draw any number of paths of three different types:
|
130
|
+
|
131
|
+
- Non-directional (rendered `- - -`)
|
132
|
+
- Directional (rendered `----->`)
|
133
|
+
- Bidirectional (rendered `<----->`)
|
134
|
+
|
135
|
+
Each path is distinguished by a path ID number. The path ID is specified by putting a plus sign and a number (e.g. `+7`) at the end of the node text. If a greater-than sign is placed between the plus sign and the number (e.g. `+>7`), an arrowhead will appear at the end of the path.
|
136
|
+
A node can have any number of path IDs. The same path ID must appear in the text of the *two* nodes between which the path is rendered. The same ID number cannot appear in more than two places.
|
137
|
+
|
138
|
+
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.0/dist/jquery.min.js"></script>
|
139
|
+
<script src="https://cdn.jsdelivr.net/npm/lightbox2@2.11.3/src/js/lightbox.js"></script>
|
140
|
+
|
141
|
+
---
|
142
|
+
|
143
|
+
<script>
|
144
|
+
function copyToClipBoard(id){
|
145
|
+
var copyText = document.getElementById(id).innerText;
|
146
|
+
document.addEventListener('copy', function(e) {
|
147
|
+
e.clipboardData.setData('text/plain', copyText);
|
148
|
+
e.preventDefault();
|
149
|
+
}, true);
|
150
|
+
document.execCommand('copy');
|
151
|
+
alert('copied');
|
152
|
+
}
|
153
|
+
</script>
|
@@ -0,0 +1,166 @@
|
|
1
|
+
---
|
2
|
+
title: RSyntaxTree
|
3
|
+
layout: default
|
4
|
+
---
|
5
|
+
|
6
|
+
# ドキュメンテーション
|
7
|
+
{:.no_toc}
|
8
|
+
|
9
|
+
[English](https://yohasebe.github.io/rsyntaxtree/documentation) |
|
10
|
+
[日本語](https://yohasebe.github.io/rsyntaxtree/documentation_ja)
|
11
|
+
|
12
|
+
### 目次
|
13
|
+
{:.no_toc}
|
14
|
+
|
15
|
+
1. toc
|
16
|
+
{:toc}
|
17
|
+
|
18
|
+
### 基本的な使い方
|
19
|
+
|
20
|
+
エディターエリアにラベル付き括弧表記でテキストを入力し,`Draw PNG`または`Draw SVG`ボタンをクリックします.
|
21
|
+
|
22
|
+
樹形図のすべてのブランチ(枝)やリーフ(葉)は,ノード(節点)に属します.ノードを作成するには,ラベルテキストを開始括弧の直後に配置します.ブランチは,空白で区切っていくつでも設定できます.リーフのテキストに1つ以上の空白が含まれているとき、空白はそのまま表示されます。ノードのラベルに空白を含めたいときには `<>` 記号を使って表します.例えば `Modal<>Aux` とすれば `Modal Aux` と表示されます.
|
23
|
+
|
24
|
+
終端ノードとリーフの間に描かれるコネクターの描画方法は3種の中から選べます(`auto`,`bar`,`none`).`auto` では,1つ以上の空白を含むリーフ(要するに「句」)に対しては終端ノードを頂点とした三角形を描画します.リーフが空白を含まない場合(つまり「単語」の場合),垂直線が描かれます .なお,リーフの先頭に `^` をつけると,そのリーフが句であると宣言することになります.したがって必ず三角形が描かれます. `bar` では,すべてのリーフに関して垂直線が描かれます. `none` では終端ノードとリーフの間にコネクターは描かれません.
|
25
|
+
|
26
|
+
ノードを表すテキストやリーフを表すテキストの中で改行を行たい場合,改行文字 `\n` を用いることができます.
|
27
|
+
|
28
|
+
RSyntaxTreeではPNG形式またはSVG形式で画像を生成します.どちらもMicrosoft Wordで作った書類などに貼り付けることができます.PNG形式の方が一般的ですが,SVG形式の画像は拡大しても描画品質が変わらないため,高品質なグラフィックが必要な場合に便利です.SVG形式の画像は,Adobe Illustrator,Microsoft Visio, [BOXY SVG](https://boxy-svg.com/) などのソフトウェアで読み込んで編集することができます.
|
29
|
+
|
30
|
+
`Radical symmetrization` オプションは,ブランチ(枝)の描画方法に影響します.`Font style` , `Font size` ,`Connector height` ,`Color` の各オプションについては説明の必要はないでしょう.これらのオプションの値を変更することで,樹形図の外観を変えることができます.
|
31
|
+
|
32
|
+
### PNG形式を用いる場合
|
33
|
+
|
34
|
+
PNG形式の場合,`Noto Sans`,`Noto Serif`,`WQY Zen Hei` のいずれかを選ぶと,そのフォントを使って樹形図が描画されます.
|
35
|
+
|
36
|
+
- `Noto Sans` は基本的なUnicode文字をゴシック体に近い書体で表示します(日本語のひらがな/カタカナ/漢字を含む).
|
37
|
+
- `Noto Serif` は基本的なUnicode文字を明朝体に近い書体で表示します(日本語のひらがな/カタカナ/漢字を含む).
|
38
|
+
- `WQY Zen Hei` は中国語/日本語/コリア語(CJK)の幅広い文字を表示可能です.
|
39
|
+
|
40
|
+
### SVG形式を用いる場合
|
41
|
+
|
42
|
+
SVG形式を用いる場合,期待通りの表示を得るためには,ご使用のコンピュータに適切なフォントがインストールされている必要があります.下記のフォントをあらかじめインストールしておいてください.必要なフォントがインストールされていない場合は,別のフォントで表示されるため,見た目のバランスをやや欠くことがあります.
|
43
|
+
|
44
|
+
- [Noto Sans](https://fonts.google.com/noto/specimen/Noto+Sans): ラテン文字と基本的なUnicode文字(サンセリフ)の表示
|
45
|
+
- [Noto Sans JP](https://fonts.google.com/noto/specimen/Noto+Sans+JP): 日本語のひらがな/カタカナ/漢字(サンセリフ)の表示
|
46
|
+
- [Noto Serif](https://fonts.google.com/noto/specimen/Noto+Serif): ラテン文字と基本的なUnicode文字(セリフ) の表示
|
47
|
+
- [Noto Serif JP](https://fonts.google.com/noto/specimen/Noto+Serif+JP):日本語のひらがな/カタカナ/漢字(セリフ)の表示
|
48
|
+
- [WQY Zen Hei](https://packages.ubuntu.com/bionic/fonts/fonts-wqy-zenhei): 中国語/日本語/コリア語(CJK)の文字の表示
|
49
|
+
- [OpenMoji](https://openmoji.org/): 様々な絵文字の表示
|
50
|
+
|
51
|
+
### テキストの描画
|
52
|
+
|
53
|
+
フォントのスタイルとしてイタリック/ボールド/ボールド+イタリックを指定できます.テキスト装飾としては,上線,下線,取り消し線を指定できます.また上付き文字と下付き文字を指定できます.これらは組み合わせて使用することもできます.
|
54
|
+
|
55
|
+
#### フォント・スタイル
|
56
|
+
|
57
|
+
|Style |Symbol |Sample Input |Output |
|
58
|
+
|-----------|------------|-------------------|-----------------|
|
59
|
+
|Italic |`*TEXT*` |`*italic*` |*italic* |
|
60
|
+
|Bold |`**TEXT**` |`**bold**` |**bold** |
|
61
|
+
|Italic+bold|`***TEXT***`|`***italic bold***`|***italic bold***|
|
62
|
+
|
63
|
+
#### テキスト装飾
|
64
|
+
|
65
|
+
|Decoration |Symbol |Sample Input |Output |
|
66
|
+
|------------|--------|---------------|-------------------------------------------------------------|
|
67
|
+
|Overline |`=TEXT=`|`=overline=` |<span style='text-decoration:overline'>overline</span> |
|
68
|
+
|Underline |`-TEXT-`|`-underline-` |<span style='text-decoration:underline'>underline</span> |
|
69
|
+
|Line-through|`~TEXT~`|`~linethrough~`|<span style='text-decoration:line-through'>linethrough</span>|
|
70
|
+
|
71
|
+
**注意:** 上線はSVGでは使用できますがPNG形式の画像では表示されません.
|
72
|
+
|
73
|
+
#### 上付き文字と下付き文字
|
74
|
+
|
75
|
+
|Sample Input |Output |
|
76
|
+
|-----------------------|----------------------------|
|
77
|
+
|`normal_subscript_` |normal<sub>subscript</sub> |
|
78
|
+
|`normal__superscript__`|normal<sup>superscript</sup>|
|
79
|
+
|
80
|
+
|
81
|
+
### スペースと改行
|
82
|
+
|
83
|
+
#### ラベル内のスペース
|
84
|
+
|
85
|
+
|Sample Input|Output |
|
86
|
+
|------------|--------|
|
87
|
+
|`X<>Y` |X Y|
|
88
|
+
|
89
|
+
リーフのテキスト中の半角スペースはそのままスペースとして表示されます。`<>`は基本的にはラベル内でスペースを表示したいときに使いますが、リーフ内のテキストでも有効です。
|
90
|
+
|
91
|
+
#### 改行
|
92
|
+
|
93
|
+
|Sample Input |Output |
|
94
|
+
|-------------------------------|--------------------|
|
95
|
+
|`str1\`<br />`str2` |str1<br />str2 |
|
96
|
+
|`str1\`<br />` \`<br />`str2`|str1<br /><br />str2|
|
97
|
+
|`str1\ str2` |str1<br />str2 |
|
98
|
+
|`str1\ \ str2` |str1<br /><br />str2|
|
99
|
+
|`str1\nstr2` |str1<br />str2 |
|
100
|
+
|`str1\n\nstr2` |str1<br /><br />str2|
|
101
|
+
|
102
|
+
### テキスト以外の要素の描画
|
103
|
+
|
104
|
+
テキストと組み合わせてサークル○,ボックス□,水平線などを描画することができます.
|
105
|
+
|
106
|
+
#### ボックスとサークル
|
107
|
+
|
108
|
+
{% include box_and_circle_table.html %}
|
109
|
+
|
110
|
+
#### 水平線
|
111
|
+
|
112
|
+
|Sample Input |Output |
|
113
|
+
|-------------------------------|----------------------|
|
114
|
+
|`str1\`<br />`---\`<br />`str2`|str1<br />——<br />str2|
|
115
|
+
|`str1\ ---\ str2` |str1<br />——<br />str2|
|
116
|
+
|`str1\n---\nstr2` |str1<br />——<br />str2|
|
117
|
+
|
118
|
+
ここで `---` は `-` の3つ以上の連続を意味します.
|
119
|
+
|
120
|
+
### コネクター
|
121
|
+
|
122
|
+
終端ノードとリーフの間に描かれるコネクターの描画方法は3種の中から選べます(`auto`,`bar`,`none`).`auto` では,1つ以上の空白を含むリーフ(要するに「句」)に対しては終端ノードを頂点とした三角形を描画します.リーフが空白を含まない場合(つまり「単語」の場合),垂直の直線が描かれます .なお,リーフの先頭に `^` をつけると,そのリーフが句であると宣言することになります.したがって必ず三角形が描かれます. `bar` では,すべてのリーフに関して垂直の直線が描かれます. `none` では終端ノードとリーフの間にコネクターは描かれません.
|
123
|
+
|
124
|
+
### リーフを囲む括弧と矩形の描画
|
125
|
+
|
126
|
+
リーフとなるテキストの最初に(`^` が存在する場合はその直後に) `#` を付けると,そのテキスト全体を角括弧([ ])で囲みます(例:`[NP #text]` or `[NP ^#text]`). テキストの最初に `##` を付けると,テキスト全体を矩形(ボックス)で囲みます.
|
127
|
+
|
128
|
+
### 一部の文字を表示するためのエスケープ
|
129
|
+
|
130
|
+
文字装飾などのマークアップに使用される一部の文字をテキストとして表示するためには `\` によってエスケープする必要があります。使用している環境で `\` が使えない場合は `¥` で代用することができます。
|
131
|
+
|
132
|
+
{% include escape_char_table.html %}
|
133
|
+
|
134
|
+
**注意:** 単なる改行 `↩️` はスペースとして扱われます.`↩️` を1つ以上連続させた場合も1つのスペースとして扱われます.
|
135
|
+
|
136
|
+
テキスト中で改行したいときには,1) `\n`,2) `\↩️`,3) `\ + whitespace ` のいずれかを用いてください.そうすると出力される画像の中で改行 `↩️` が行われます.
|
137
|
+
|
138
|
+
### ノードからノードへのパスの描画(試験的機能)
|
139
|
+
|
140
|
+
下の3種類の形式でノードからノードへのパスを表示することができます.
|
141
|
+
|
142
|
+
- 方向(矢印)のないパス(`- - -`)
|
143
|
+
- 方向(矢印)のあるパス(`----->`)
|
144
|
+
- 両方向の矢印のあるパス(`<----->`)
|
145
|
+
|
146
|
+
樹形図の中でパスを表示したいとき,パスの両端をIDで指定します.パスIDをプラス(`+`)記号と共にノードのテキストの最後で指定してください(例:`+7`).
|
147
|
+
プラス記号とパスIDの間に `>` 記号を入れると(例:`+>7`),パスの終端に矢印が付きます.
|
148
|
+
|
149
|
+
パスIDにはどのような数字を用いても構いませんが,必ず **2箇所** で同じIDを指定することが必要です.同じIDを2箇所以上で指定することはできません.
|
150
|
+
|
151
|
+
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.0/dist/jquery.min.js"></script>
|
152
|
+
<script src="https://cdn.jsdelivr.net/npm/lightbox2@2.11.3/src/js/lightbox.js"></script>
|
153
|
+
|
154
|
+
---
|
155
|
+
|
156
|
+
<script>
|
157
|
+
function copyToClipBoard(id){
|
158
|
+
var copyText = document.getElementById(id).innerText;
|
159
|
+
document.addEventListener('copy', function(e) {
|
160
|
+
e.clipboardData.setData('text/plain', copyText);
|
161
|
+
e.preventDefault();
|
162
|
+
}, true);
|
163
|
+
document.execCommand('copy');
|
164
|
+
alert('copied');
|
165
|
+
}
|
166
|
+
</script>
|
data/docs/examples.html
ADDED
@@ -0,0 +1,68 @@
|
|
1
|
+
---
|
2
|
+
title: RSyntaxTree
|
3
|
+
layout: default
|
4
|
+
---
|
5
|
+
|
6
|
+
<h1 id="examples">Example Gallery</h1>
|
7
|
+
{% assign all_examples = site.examples %}
|
8
|
+
{% assign categories = all_examples | map: 'category' | join: ',' | split: ',' | group_by: category %}
|
9
|
+
<ul>
|
10
|
+
{%- for category in categories -%}
|
11
|
+
<li><a href="#category-{{ category.name | slugify }}">{{ category.name }}</a> [{{category.size}}]</li>
|
12
|
+
{%- endfor -%}
|
13
|
+
</ul>
|
14
|
+
|
15
|
+
{%- for category in categories -%}
|
16
|
+
<hr />
|
17
|
+
<h2 id="category-{{category.name | slugify }}"><b>{{ category.name }}</b></h2>
|
18
|
+
{%- for example in all_examples -%}
|
19
|
+
{% if example.category contains category.name %}
|
20
|
+
<br />
|
21
|
+
<div style='text-align:left;'>
|
22
|
+
<button onclick="copyToClipBoard('text-{{ example.name }}')" style='margin: 20px 0; font-size: 0.85em;'>
|
23
|
+
Copy to Clipboard
|
24
|
+
</button>
|
25
|
+
</div>
|
26
|
+
<div class='grid'>
|
27
|
+
<div style='margin-top: 0; margin-bottom: auto;'>
|
28
|
+
<div id="text-{{example.name}}" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>
|
29
|
+
{{ example.content | markdownify }}
|
30
|
+
</div>
|
31
|
+
<table style='line-height: 110%; font-size: 0.85em; margin-bottom: 20px;'>
|
32
|
+
<thead></thead>
|
33
|
+
<tbody>
|
34
|
+
<tr><td>Category</td><td>{{ example.category}}</td></tr>
|
35
|
+
<tr><td>Connector</td><td>{{ example.connector }}</td></tr>
|
36
|
+
<tr><td>Polyline</td><td>{{ example.polyline }}</td></tr>
|
37
|
+
<tr><td>Colorization</td><td>{{ example.colorization }}</td></tr>
|
38
|
+
<tr><td>Radical Symmetirization</td><td>{{ example.symmetrization }}</td></tr>
|
39
|
+
<tr><td>Font</td><td>{{ example.font }}</td></tr>
|
40
|
+
<tr><td>Reference</td><td>{{ example.reference }}</td></tr>
|
41
|
+
</tbody>
|
42
|
+
</table>
|
43
|
+
</div>
|
44
|
+
<div style='margin-top: 0; margin-bottom: auto;'>
|
45
|
+
<a href='assets/img/{{ example.name }}.png' data-lightbox='{{ example.name }}'>
|
46
|
+
<img src='assets/img/{{ example.name}}.png'/>
|
47
|
+
</a>
|
48
|
+
</div>
|
49
|
+
</div>
|
50
|
+
<div><a href="#examples">🔝</a></div>
|
51
|
+
{% endif %}
|
52
|
+
{%- endfor -%}
|
53
|
+
{%- endfor -%}
|
54
|
+
|
55
|
+
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.0/dist/jquery.min.js"></script>
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/lightbox2@2.11.3/src/js/lightbox.js"></script>
|
57
|
+
|
58
|
+
<script>
|
59
|
+
function copyToClipBoard(id){
|
60
|
+
var copyText = document.getElementById(id).innerText;
|
61
|
+
document.addEventListener('copy', function(e) {
|
62
|
+
e.clipboardData.setData('text/plain', copyText);
|
63
|
+
e.preventDefault();
|
64
|
+
}, true);
|
65
|
+
document.execCommand('copy');
|
66
|
+
alert('copied');
|
67
|
+
}
|
68
|
+
</script>
|
data/docs/index.html
ADDED
Binary file
|
data/lib/rsyntaxtree/version.rb
CHANGED
data/lib/rsyntaxtree.rb
CHANGED
data/rsyntaxtree.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.email = ["yohasebe@gmail.com"]
|
11
11
|
s.homepage = "http://github.com/yohasebe/rsyntaxtree"
|
12
12
|
s.summary = %q{RSyntaxTree is a graphical syntax tree generator written in Ruby}
|
13
|
-
s.description = %q{
|
13
|
+
s.description = %q{Syntax tree generator made with Ruby}
|
14
14
|
s.licenses = ["MIT"]
|
15
15
|
s.files = `git ls-files`.split("\n")
|
16
16
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rsyntaxtree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yoichiro Hasebe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rmagick
|
@@ -78,7 +78,7 @@ dependencies:
|
|
78
78
|
- - ">="
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: '0'
|
81
|
-
description:
|
81
|
+
description: Syntax tree generator made with Ruby
|
82
82
|
email:
|
83
83
|
- yohasebe@gmail.com
|
84
84
|
executables:
|
@@ -92,6 +92,75 @@ files:
|
|
92
92
|
- README.md
|
93
93
|
- Rakefile
|
94
94
|
- bin/rsyntaxtree
|
95
|
+
- docs/.gitignore
|
96
|
+
- docs/404.html
|
97
|
+
- docs/Gemfile
|
98
|
+
- docs/_config.yml
|
99
|
+
- docs/_examples/001.md
|
100
|
+
- docs/_examples/002.md
|
101
|
+
- docs/_examples/003.md
|
102
|
+
- docs/_examples/004.md
|
103
|
+
- docs/_examples/005.md
|
104
|
+
- docs/_examples/006.md
|
105
|
+
- docs/_examples/007.md
|
106
|
+
- docs/_examples/008.md
|
107
|
+
- docs/_examples/009.md
|
108
|
+
- docs/_examples/010.md
|
109
|
+
- docs/_examples/011.md
|
110
|
+
- docs/_examples/012.md
|
111
|
+
- docs/_examples/013.md
|
112
|
+
- docs/_examples/014.md
|
113
|
+
- docs/_examples/015.md
|
114
|
+
- docs/_examples/016.md
|
115
|
+
- docs/_examples/017.md
|
116
|
+
- docs/_examples/018.md
|
117
|
+
- docs/_examples/019.md
|
118
|
+
- docs/_examples/020.md
|
119
|
+
- docs/_includes/box_and_circle_table.html
|
120
|
+
- docs/_includes/escape_char_table.html
|
121
|
+
- docs/_includes/social_media_links.html
|
122
|
+
- docs/_layouts/default.html
|
123
|
+
- docs/assets/css/style.scss
|
124
|
+
- docs/assets/img/001.png
|
125
|
+
- docs/assets/img/002.png
|
126
|
+
- docs/assets/img/003.png
|
127
|
+
- docs/assets/img/004.png
|
128
|
+
- docs/assets/img/005.png
|
129
|
+
- docs/assets/img/006.png
|
130
|
+
- docs/assets/img/007.png
|
131
|
+
- docs/assets/img/008.png
|
132
|
+
- docs/assets/img/009.png
|
133
|
+
- docs/assets/img/010.png
|
134
|
+
- docs/assets/img/011.png
|
135
|
+
- docs/assets/img/012.png
|
136
|
+
- docs/assets/img/013.png
|
137
|
+
- docs/assets/img/014.png
|
138
|
+
- docs/assets/img/015.png
|
139
|
+
- docs/assets/img/016.png
|
140
|
+
- docs/assets/img/017.png
|
141
|
+
- docs/assets/img/018.png
|
142
|
+
- docs/assets/img/019.png
|
143
|
+
- docs/assets/img/020.png
|
144
|
+
- docs/assets/img/elements/circle.png
|
145
|
+
- docs/assets/img/elements/circle_abc.png
|
146
|
+
- docs/assets/img/elements/circle_bold.png
|
147
|
+
- docs/assets/img/elements/circle_hatched.png
|
148
|
+
- docs/assets/img/elements/circle_one.png
|
149
|
+
- docs/assets/img/elements/connector.png
|
150
|
+
- docs/assets/img/elements/connector_bold.png
|
151
|
+
- docs/assets/img/elements/square.png
|
152
|
+
- docs/assets/img/elements/square_abc.png
|
153
|
+
- docs/assets/img/elements/square_bold.png
|
154
|
+
- docs/assets/img/elements/square_hatched.png
|
155
|
+
- docs/assets/img/elements/square_one.png
|
156
|
+
- docs/assets/img/favicon/apple-touch-icon.png
|
157
|
+
- docs/assets/img/favicon/favicon-16x16.png
|
158
|
+
- docs/assets/img/favicon/favicon-32x32.png
|
159
|
+
- docs/assets/img/favicon/favicon.ico
|
160
|
+
- docs/documentation.md
|
161
|
+
- docs/documentation_ja.md
|
162
|
+
- docs/examples.html
|
163
|
+
- docs/index.html
|
95
164
|
- fonts/NotoSans-Bold.ttf
|
96
165
|
- fonts/NotoSans-BoldItalic.ttf
|
97
166
|
- fonts/NotoSans-Italic.ttf
|
@@ -108,18 +177,7 @@ files:
|
|
108
177
|
- fonts/OpenMoji-Black.ttf
|
109
178
|
- fonts/OpenMoji-Color.ttf
|
110
179
|
- fonts/wqy-zenhei.ttf
|
111
|
-
- img/
|
112
|
-
- img/elements/circle_abc.png
|
113
|
-
- img/elements/circle_bold.png
|
114
|
-
- img/elements/circle_hatched.png
|
115
|
-
- img/elements/circle_one.png
|
116
|
-
- img/elements/connector.png
|
117
|
-
- img/elements/connector_bold.png
|
118
|
-
- img/elements/square.png
|
119
|
-
- img/elements/square_abc.png
|
120
|
-
- img/elements/square_bold.png
|
121
|
-
- img/elements/square_hatched.png
|
122
|
-
- img/elements/square_one.png
|
180
|
+
- img/rsyntaxtree-web-screenshot.png
|
123
181
|
- img/rsyntaxtree.png
|
124
182
|
- img/sample.png
|
125
183
|
- img/sample.svg
|
@@ -153,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
211
|
- !ruby/object:Gem::Version
|
154
212
|
version: '0'
|
155
213
|
requirements: []
|
156
|
-
rubygems_version: 3.3.
|
214
|
+
rubygems_version: 3.3.7
|
157
215
|
signing_key:
|
158
216
|
specification_version: 4
|
159
217
|
summary: RSyntaxTree is a graphical syntax tree generator written in Ruby
|