Skip to content

Commit f6c38ba

Browse files
committed
2 parents e1ff0a9 + a8bc596 commit f6c38ba

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

doc/SelectBigROI.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ comes in useful:
7474
# Case two
7575

7676
# Case three
77-
Once again you can use information about the relative vertical position of your ROI with a command like that:
77+
78+
Another alternative you can use is to provide information about the relative vertical position of your ROI with a command like that:
7879

7980
```python
8081
"[smart] <vertical_abstract_only_direction> [<ndir>] <big_roi> [<big_roi_sub_index>]"
@@ -91,10 +92,15 @@ As an example:
9192

9293
![](./gif/big4.gif)
9394

95+
Another important detail is that these types of queries are not limited to searching only the current function like the adjective ones!
96+
97+
![](./gif/big6.gif)
98+
99+
94100
# Case four
95101

96102
Ok this is a bit different:)
97-
This variant combines vertical ans positional order information.
103+
This variant combines vertical and positional order information.
98104

99105
```python
100106
"[smart] <vertical_abstract_only_direction> [<ndir>] <block> [<adjective>] <big_roi> [<big_roi_sub_index>]"
@@ -108,6 +114,19 @@ Choice("block",{
108114
),
109115
```
110116

111-
So essentially, we can specify a function using a relative vertical desciption. The command will then work just like cases one and two but will search inside that function!
117+
So essentially, we can specify a function using a relative vertical desciption with the above/below keywords!
118+
119+
```python
120+
<vertical_abstract_only_direction> [<ndir>] <block>
121+
```
122+
123+
124+
Once we have established which function we are to search, the command will then work more or less like cases one and two
125+
126+
```python
127+
[<adjective>] <big_roi> [<big_roi_sub_index>]
128+
```
129+
130+
but will search inside that function!
112131

113132
![](./gif/big5.gif)

0 commit comments

Comments
 (0)