We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
korp
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For at understøtte trenddiagrammet i Korp skal der i hvert korpus' .info-fil være specificeret et tidsinterval sådan:
Denne information findes i databasen
korp
på backenden, hvis den da er indlæst korrekt: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.
The text was updated successfully, but these errors were encountered: