Skip to content

Commit cda131b

Browse files
committed
[Docs] Add snippets for POS stop tags default value
relates #30397
1 parent 12250a1 commit cda131b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/plugins/analysis-nori.asciidoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ It accepts the following setting:
278278

279279
and defaults to:
280280

281-
```
281+
[source,js]
282+
--------------------------------------------------
282283
"stoptags": [
283284
"E",
284285
"IC",
@@ -288,7 +289,8 @@ and defaults to:
288289
"XPN", "XSA", "XSN", "XSV",
289290
"UNA", "NA", "VSV"
290291
]
291-
```
292+
--------------------------------------------------
293+
// NOTCONSOLE
292294

293295
For example:
294296

0 commit comments

Comments
 (0)