Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tilføj .info-fil til hvert korpus når imaget buildes #10

Open
phildiderichsen opened this issue Nov 6, 2020 · 0 comments
Open

Tilføj .info-fil til hvert korpus når imaget buildes #10

phildiderichsen opened this issue Nov 6, 2020 · 0 comments
Labels
bug Something isn't working KORP

Comments

@phildiderichsen
Copy link
Collaborator

For at understøtte trenddiagrammet i Korp skal der i hvert korpus' .info-fil være specificeret et tidsinterval sådan:

FirstDate: 1874-01-01 00:00:00
LastDate: 1876-12-31 23:59:59

Denne information findes i databasen korp på backenden, hvis den da er indlæst korrekt:

mysql -uroot -p1234 korp -e 'select * from timedata where corpus = "MEMO_ALBERTIUS"'

Som udgangspunkt har korpusserne slet ikke en .info-fil.

Opgaven her er altså at lave en .info-fil til hvert korpus når imaget bygges, hvor tidsinformationen hentes fra MySQL.

@phildiderichsen phildiderichsen added bug Something isn't working KORP labels Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working KORP
Projects
None yet
Development

No branches or pull requests

1 participant