Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Commits
90d670ae
Commit
90d670ae
authored
1 year ago
by
Manon Blanco
Browse files
Options
Downloads
Patches
Plain Diff
Update the documentation
parent
53e7ce87
No related branches found
No related tags found
1 merge request
!341
Display 5 worst predictions at the end of evaluation
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
docs/get_started/index.md
+6
-0
6 additions, 0 deletions
docs/get_started/index.md
mkdocs.yml
+1
-1
1 addition, 1 deletion
mkdocs.yml
with
8 additions
and
1 deletion
README.md
+
1
−
0
View file @
90d670ae
...
...
@@ -11,6 +11,7 @@ This is an open-source project, licensed using [the MIT license](https://opensou
For development and tests purpose it may be useful to install the project as a editable package with pip.
-
Use a virtualenv (e.g. with virtualenvwrapper
`mkvirtualenv -a . dan`
)
-
Initialize the
[
`Nerval`
](
https://gitlab.teklia.com/ner/nerval
)
submodule (e.g.
`git submodule update --init --recursive`
)
-
Install
`dan`
as a package (e.g.
`pip install -e .`
)
### Linter
...
...
This diff is collapsed.
Click to expand it.
docs/get_started/index.md
+
6
−
0
View file @
90d670ae
...
...
@@ -26,6 +26,12 @@ To install DAN manually, you need to first clone via:
git clone git@gitlab.teklia.com:atr/dan.git
```
Then you can initialize the
[
`Nerval`
](
https://gitlab.teklia.com/ner/nerval
)
submodule:
```
shell
git submodule update
--init
--recursive
```
Then you can install it via pip:
```
shell
...
...
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
1
−
1
View file @
90d670ae
...
...
@@ -144,7 +144,7 @@ extra:
link
:
https://teklia.com
-
icon
:
fontawesome/brands/gitlab
name
:
Git repository for this project
link
:
https://gitlab.
com/
teklia/atr/dan
link
:
https://gitlab.teklia
.com
/atr/dan
-
icon
:
fontawesome/brands/linkedin
name
:
Teklia @ LinkedIn
link
:
https://www.linkedin.com/company/teklia
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment