Skip to content

Commit 85ec3a2

Browse files
committed
docs: drop not about wildcards
1 parent c347042 commit 85ec3a2

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -188,22 +188,6 @@ $ dendro_text -c *.txt --prep 'sed s/c//g'
188188

189189
## Note
190190

191-
### Wildcard on Windows
192-
193-
In Windows, wildcard expansion is supposed to be done on the command side, but `dendro_text` itself does not have wildcard expansion capability.
194-
195-
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:
196-
197-
```sh
198-
dendro_text *.txt
199-
```
200-
201-
Use the following:
202-
203-
```sh
204-
dendro_text $(ls *.txt)
205-
```
206-
207191
### The default tokenization
208192

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

0 commit comments

Comments
 (0)