Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Machina Callida
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
callidus
Machina Callida
Commits
06143cb3
Commit
06143cb3
authored
Oct 23, 2020
by
Konstantin Schulz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed initial corpus check on first software use
parent
14e5fd94
Pipeline
#13190
passed with stages
in 2 minutes and 44 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
4 deletions
+6
-4
mc_backend/mcserver/app/assets/latin-proiel-ud-2.5-191206.udpipe
...end/mcserver/app/assets/latin-proiel-ud-2.5-191206.udpipe
+0
-0
mc_backend/mcserver/config.py
mc_backend/mcserver/config.py
+1
-1
mc_frontend/src/app/author/author.page.html
mc_frontend/src/app/author/author.page.html
+1
-1
mc_frontend/src/app/corpus.service.ts
mc_frontend/src/app/corpus.service.ts
+2
-2
mc_frontend/src/assets/i18n/de.json
mc_frontend/src/assets/i18n/de.json
+1
-0
mc_frontend/src/assets/i18n/en.json
mc_frontend/src/assets/i18n/en.json
+1
-0
No files found.
mc_backend/mcserver/app/assets/latin-
ittb-ud-2.0-conll17-170315
.udpipe
→
mc_backend/mcserver/app/assets/latin-
proiel-ud-2.5-191206
.udpipe
View file @
06143cb3
No preview for this file type
mc_backend/mcserver/config.py
View file @
06143cb3
...
...
@@ -155,7 +155,7 @@ class Config(object):
TESTING
=
False
TRAP_HTTP_EXCEPTIONS
=
True
TREEBANKS_CACHE_DIRECTORY
=
os
.
path
.
join
(
CACHE_DIRECTORY
,
"treebanks"
)
UDPIPE_MODEL_PATH
=
os
.
path
.
join
(
ASSETS_DIRECTORY
,
"latin-
ittb-ud-2.0-conll17-170315
.udpipe"
)
UDPIPE_MODEL_PATH
=
os
.
path
.
join
(
ASSETS_DIRECTORY
,
"latin-
proiel-ud-2.5-191206
.udpipe"
)
UDPIPE_PATH_LINUX
=
os
.
path
.
join
(
ASSETS_DIRECTORY
,
"udpipe_linux64"
)
UDPIPE_PATH_OSX
=
os
.
path
.
join
(
ASSETS_DIRECTORY
,
"udpipe_osx"
)
UDPIPE_PATH_WIN64
=
os
.
path
.
join
(
ASSETS_DIRECTORY
,
"udpipe_win64.exe"
)
...
...
mc_frontend/src/app/author/author.page.html
View file @
06143cb3
...
...
@@ -70,7 +70,7 @@
</ion-row>
</ion-grid>
<ng-template
#loading
>
<
ion-spinner></ion-spinner
>
<
div>
{{'AUTHORS_NOT_FOUND' | translate}}
</div
>
</ng-template>
</ion-col>
</ion-row>
...
...
mc_frontend/src/app/corpus.service.ts
View file @
06143cb3
...
...
@@ -377,8 +377,8 @@ export class CorpusService {
return
resolve
();
}
const
ui
:
UpdateInfo
=
new
UpdateInfo
({
corpora
:
new
Date
().
getTime
()
,
exerciseList
:
new
Date
().
getTime
()
corpora
:
1
,
exerciseList
:
1
});
this
.
storage
.
set
(
configMC
.
localStorageKeyUpdateInfo
,
JSON
.
stringify
(
ui
)).
then
(()
=>
{
return
resolve
();
...
...
mc_frontend/src/assets/i18n/de.json
View file @
06143cb3
...
...
@@ -5,6 +5,7 @@
"AUTHOR_SEARCH"
:
"Autor suchen..."
,
"AUTHOR_SELECT"
:
"Autor auswählen"
,
"AUTHOR_SHOW_ONLY_TREEBANKS"
:
"Nur aufbereitete Texte (Haken entfernen für alle Autoren)"
,
"AUTHORS_NOT_FOUND"
:
"Keine Autoren gefunden"
,
"BACK"
:
"zurück"
,
"BROWSE"
:
"Durchsuchen..."
,
"BUTTON_CONTINUE"
:
"Nächste Aufgabe"
,
...
...
mc_frontend/src/assets/i18n/en.json
View file @
06143cb3
...
...
@@ -5,6 +5,7 @@
"AUTHOR_SEARCH"
:
"Search author..."
,
"AUTHOR_SELECT"
:
"Select author"
,
"AUTHOR_SHOW_ONLY_TREEBANKS"
:
"High-quality texts only (uncheck for all authors)"
,
"AUTHORS_NOT_FOUND"
:
"No authors found"
,
"BACK"
:
"back"
,
"BROWSE"
:
"Search..."
,
"BUTTON_CONTINUE"
:
"Next exercise"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment