Skip to content

Commit

Permalink
Added julia-repl on the ordered_vocab() documentation example.
Browse files Browse the repository at this point in the history
  • Loading branch information
atantos committed Jan 10, 2024
1 parent 8bbbbcc commit 29a2558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/document.jl
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Create an ordered dictionary from a `StringDocument` or a `Vector` of strings (u
and the value is the index of that string in the original input.
# Examples
```julia
```julia-repl
julia> doc = StringDocument("This is a sample sentence of a sample document.");
ordered_vocab(doc)
Expand Down

0 comments on commit 29a2558

Please sign in to comment.