Skip to content

Commit e6a7833

Browse files
committed
docs typos
1 parent 1c32573 commit e6a7833

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using Documenter, TextModels
22

33
makedocs(
44
modules = [TextModels],
5-
sitename = "TextAnalysis",
5+
sitename = "TextModels",
66
format = Documenter.HTML(
77
),
88
pages = [

docs/src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The TextModels package enhances the TextAnalysis package with end-user focussed, practical natural language models, typically based on neural networks (in this case, [Flux](https://fluxml.ai/))
44

5+
This package depends on the [TextAnalysis](https://github.com/JuliaText/TextAnalysis.jl) package, which contains basic algorithms to deal with textual documetns.
6+
57
## Installation
68

79
The TextModels package can be installed using Julia's package manager:

0 commit comments

Comments
 (0)