Skip to content

Commit

Permalink
docs: drop not about wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
tos-kamiya committed Sep 11, 2022
1 parent c347042 commit 85ec3a2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,22 +188,6 @@ $ dendro_text -c *.txt --prep 'sed s/c//g'

## Note

### Wildcard on Windows

In Windows, wildcard expansion is supposed to be done on the command side, but `dendro_text` itself does not have wildcard expansion capability.

If you want to specify files with wildcards in a windows environment, use Powershell's command substitution feature. For example, instead of the following command line:

```sh
dendro_text *.txt
```

Use the following:

```sh
dendro_text $(ls *.txt)
```

### The default tokenization

The default tokenization (extracting words from the text) method is to split text at the point where the type of letter changes.
Expand Down

0 comments on commit 85ec3a2

Please sign in to comment.