Skip to content

Commit

Permalink
Doc review
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws committed Dec 5, 2024
1 parent 2dfae7c commit 70c122b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _analyzers/tokenizers/thai.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ nav_order: 140

# Thai tokenizer

The `thai` tokenizer is designed for tokenizing Thai language text. As words in Thai language are not separated by spaces, the tokenizer must identify word boundaries based on language-specific rules.
The `thai` tokenizer is designed for tokenizing Thai language text. Because words in Thai language are not separated by spaces, the tokenizer must identify word boundaries based on language-specific rules.

## Example usage

The following example request creates a new index named `thai_index` and configures an analyzer with `thai` tokenizer:
The following example request creates a new index named `thai_index` and configures an analyzer with a `thai` tokenizer:

```
```json
PUT /thai_index
{
"settings": {
Expand Down Expand Up @@ -45,7 +45,7 @@ PUT /thai_index

## Generated tokens

Use the following request to examine the tokens generated using the created analyzer:
Use the following request to examine the tokens generated using the analyzer:

```json
POST /thai_index/_analyze
Expand Down

0 comments on commit 70c122b

Please sign in to comment.