dialogi commited on
Commit
96db46c
·
verified ·
1 Parent(s): b50e976

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -8,4 +8,24 @@ language:
8
  pretty_name: Projekti Lönnrot
9
  size_categories:
10
  - 1K<n<10K
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  pretty_name: Projekti Lönnrot
9
  size_categories:
10
  - 1K<n<10K
11
+ ---
12
+
13
+ # Projekti Lönnrot
14
+
15
+ Project Lönnrot contains public domain Finnish books. As quoted from [their website](http://lonnrot.net):
16
+
17
+ > Elias Lönnrot keräsi kansanrunoutta jälkipolville, me keräämme ja pelastamme tulevaisuudelle
18
+ > vanhaa, usein vaikeasti saatavaa ja tuhoutumisuhan alla olevaa kirjallisuuttamme. Digitoimme
19
+ > EU:n ns. 70+ säädösten mukaan tekijänoikeuksista vapautuneitta suomen- ja ruotsinkielisiä
20
+ > teoksia sähköisiksi e-kirjoiksi kaikkien saataville vapaaseen internet-jakeluun. Teokset ovat
21
+ > yleensä aina tarjolla puhtaina tekstitiedostoina, joten niiden monipuolinen käyttö ja tarvittaessa
22
+ > muuntelu toisiin tiedostomuotoihin on varsin helppoa. Olemme tiiviissä yhteistyössä
23
+ > Projekti Gutenbergin kanssa.
24
+
25
+ I am not associated with this project in any way.
26
+
27
+ ## Preprocessing
28
+
29
+ I have separated the copyright notices at the top of the document from the actual text into a separate `notice` field.
30
+ As this was done automatically, there might be errors and some notices might be split in half.
31
+ To undo this processing, simply concatenate `notice` and `text` like this: `original_text = notice + "\n\n" + text`.