diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/src/converter.py b/src/converter.py index 32cfe08f87f458ddba945ea55238da2fe0cbd5a3..ebe58aafeafda07ef21ac96f664d89b49627f427 100644 --- a/src/converter.py +++ b/src/converter.py @@ -108,6 +108,9 @@ def ccl2json(path_in, path_out, tagset='nkjp', json_text=True): data_out = { "filename": pathlib.Path(path_in).stem, 'tagset': tagset, + 'sentences': [sentence.as_dict() + for sentence in + parser.getContentHandler().get_sentences()], 'tokens': [_convert_tagset_in_token(token.as_dict(), tagset) for token in parser.getContentHandler().get_tokens()] } diff --git a/tests/testdata/expected/post_postagger_ccl_json_text_expected.json b/tests/testdata/expected/post_postagger_ccl_json_text_expected.json index 42cd4807ece3b1f67a0a3bd470dde92b40615517..57d850856dcedd55a9082e8544b80b2dd6fd6b60 100644 --- a/tests/testdata/expected/post_postagger_ccl_json_text_expected.json +++ b/tests/testdata/expected/post_postagger_ccl_json_text_expected.json @@ -1 +1 @@ -{"filename": "c6d68702-c02d-46fd-bacf-c9d7f5cb6602", "tagset": "nkjp", "tokens": [{"index": 1, "position": [0, 4], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 2, "position": [5, 9], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 3, "position": [10, 15], "orth": "jedną", "lexemes": [{"lemma": "jeden", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 4, "position": [16, 17], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 5, "position": [18, 34], "orth": "najpospolitszych", "lexemes": [{"lemma": "pospolity", "mstag": "adj:pl:gen:f:sup", "disamb": true}]}, {"index": 6, "position": [35, 45], "orth": "substancji", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 7, "position": [46, 48], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 8, "position": [49, 62], "orth": "Wszechświecie", "lexemes": [{"lemma": "wszechświat", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 9, "position": [62, 63], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 10, "position": [64, 74], "orth": "Cząsteczka", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 11, "position": [75, 79], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 12, "position": [80, 84], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 13, "position": [85, 92], "orth": "trzecią", "lexemes": [{"lemma": "trzeci", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 14, "position": [93, 104], "orth": "najbardziej", "lexemes": [{"lemma": "bardzo", "mstag": "adv:sup", "disamb": true}]}, {"index": 15, "position": [105, 121], "orth": "rozpowszechnioną", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 16, "position": [122, 130], "orth": "molekułą", "lexemes": [{"lemma": "molekuła", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 17, "position": [131, 132], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 18, "position": [133, 140], "orth": "ośrodku", "lexemes": [{"lemma": "ośrodek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 19, "position": [141, 157], "orth": "międzygwiazdowym", "lexemes": [{"lemma": "międzygwiazdowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 20, "position": [157, 158], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 21, "position": [159, 161], "orth": "po", "lexemes": [{"lemma": "po", "mstag": "prep:loc", "disamb": true}]}, {"index": 22, "position": [162, 175], "orth": "cząsteczkowym", "lexemes": [{"lemma": "cząsteczkowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 23, "position": [176, 183], "orth": "wodorze", "lexemes": [{"lemma": "wodór", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 24, "position": [184, 185], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 25, "position": [186, 192], "orth": "tlenku", "lexemes": [{"lemma": "tlenek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 26, "position": [193, 198], "orth": "węgla", "lexemes": [{"lemma": "węgiel", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 27, "position": [198, 199], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 28, "position": [200, 204], "orth": "Jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 29, "position": [205, 212], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 30, "position": [213, 220], "orth": "szeroko", "lexemes": [{"lemma": "szeroko", "mstag": "adv:pos", "disamb": true}]}, {"index": 31, "position": [221, 237], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 32, "position": [238, 239], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 33, "position": [240, 248], "orth": "Układzie", "lexemes": [{"lemma": "Układ", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 34, "position": [249, 259], "orth": "Słonecznym", "lexemes": [{"lemma": "Słoneczny", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 35, "position": [259, 260], "orth": ":", "lexemes": [{"lemma": ":", "mstag": "interp", "disamb": true}]}, {"index": 36, "position": [261, 268], "orth": "stanowi", "lexemes": [{"lemma": "stanowić", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 37, "position": [269, 276], "orth": "istotny", "lexemes": [{"lemma": "istotny", "mstag": "adj:sg:acc:m3:pos", "disamb": true}]}, {"index": 38, "position": [277, 284], "orth": "element", "lexemes": [{"lemma": "element", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 39, "position": [285, 291], "orth": "budowy", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 40, "position": [292, 297], "orth": "Ceres", "lexemes": [{"lemma": "ceres", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 41, "position": [298, 299], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 42, "position": [300, 309], "orth": "księżyców", "lexemes": [{"lemma": "księżyc", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 43, "position": [310, 318], "orth": "lodowych", "lexemes": [{"lemma": "lodowy", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 44, "position": [319, 328], "orth": "krążących", "lexemes": [{"lemma": "krążyć", "mstag": "pact:pl:gen:f:imperf:aff", "disamb": true}]}, {"index": 45, "position": [329, 334], "orth": "wokół", "lexemes": [{"lemma": "wokół", "mstag": "prep:gen", "disamb": true}]}, {"index": 46, "position": [335, 341], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 47, "position": [341, 342], "orth": "-", "lexemes": [{"lemma": "-", "mstag": "interp", "disamb": true}]}, {"index": 48, "position": [342, 351], "orth": "olbrzymów", "lexemes": [{"lemma": "olbrzym", "mstag": "subst:pl:gen:m1", "disamb": true}]}, {"index": 49, "position": [351, 352], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 50, "position": [353, 357], "orth": "jako", "lexemes": [{"lemma": "jako", "mstag": "adv", "disamb": true}]}, {"index": 51, "position": [358, 367], "orth": "domieszka", "lexemes": [{"lemma": "domieszka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 52, "position": [368, 377], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 53, "position": [378, 379], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 54, "position": [380, 383], "orth": "ich", "lexemes": [{"lemma": "on", "mstag": "ppron3:pl:gen:m1:ter:akc:npraep", "disamb": true}]}, {"index": 55, "position": [384, 395], "orth": "atmosferach", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 56, "position": [395, 396], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 57, "position": [397, 398], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 58, "position": [399, 410], "orth": "przypuszcza", "lexemes": [{"lemma": "przypuszczać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 59, "position": [411, 414], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 60, "position": [414, 415], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 61, "position": [416, 418], "orth": "że", "lexemes": [{"lemma": "że", "mstag": "comp", "disamb": true}]}, {"index": 62, "position": [419, 423], "orth": "duże", "lexemes": [{"lemma": "duży", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 63, "position": [424, 427], "orth": "jej", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:gen:f:ter:akc:npraep", "disamb": true}]}, {"index": 64, "position": [428, 434], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 65, "position": [435, 443], "orth": "znajdują", "lexemes": [{"lemma": "znajdować", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 66, "position": [444, 447], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 67, "position": [448, 450], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 68, "position": [451, 460], "orth": "wnętrzach", "lexemes": [{"lemma": "wnętrze", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 69, "position": [461, 465], "orth": "tych", "lexemes": [{"lemma": "ten", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 70, "position": [466, 472], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 71, "position": [472, 473], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 72, "position": [474, 478], "orth": "Jako", "lexemes": [{"lemma": "jako", "mstag": "conj", "disamb": true}]}, {"index": 73, "position": [479, 482], "orth": "lód", "lexemes": [{"lemma": "lód", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 74, "position": [483, 492], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 75, "position": [493, 498], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "qub", "disamb": true}]}, {"index": 76, "position": [499, 501], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 77, "position": [502, 508], "orth": "części", "lexemes": [{"lemma": "część", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 78, "position": [509, 518], "orth": "planetoid", "lexemes": [{"lemma": "planetoida", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 79, "position": [518, 519], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 80, "position": [520, 521], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 81, "position": [522, 529], "orth": "zapewne", "lexemes": [{"lemma": "zapewne", "mstag": "qub", "disamb": true}]}, {"index": 82, "position": [530, 537], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 83, "position": [538, 540], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 84, "position": [541, 550], "orth": "obiektach", "lexemes": [{"lemma": "obiekt", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 85, "position": [551, 567], "orth": "transneptunowych", "lexemes": [{"lemma": "transneptunowych", "mstag": "ign", "disamb": true}]}, {"index": 86, "position": [567, 568], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 87, "position": [569, 573], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 88, "position": [574, 578], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 89, "position": [579, 585], "orth": "bardzo", "lexemes": [{"lemma": "bardzo", "mstag": "adv:pos", "disamb": true}]}, {"index": 90, "position": [586, 602], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 91, "position": [603, 608], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 92, "position": [609, 611], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 93, "position": [612, 623], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 94, "position": [624, 629], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 95, "position": [629, 630], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 96, "position": [631, 640], "orth": "Występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 97, "position": [641, 648], "orth": "głównie", "lexemes": [{"lemma": "głównie", "mstag": "qub", "disamb": true}]}, {"index": 98, "position": [649, 650], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 99, "position": [651, 659], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 100, "position": [659, 660], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 101, "position": [661, 666], "orth": "które", "lexemes": [{"lemma": "który", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 102, "position": [667, 676], "orth": "pokrywają", "lexemes": [{"lemma": "pokrywać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 103, "position": [677, 679], "orth": "70", "lexemes": [{"lemma": "70", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 104, "position": [679, 680], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 105, "position": [680, 681], "orth": "8", "lexemes": [{"lemma": "8", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 106, "position": [681, 682], "orth": "%", "lexemes": [{"lemma": "%", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 107, "position": [683, 694], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 108, "position": [695, 700], "orth": "globu", "lexemes": [{"lemma": "glob", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 109, "position": [700, 701], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 110, "position": [702, 705], "orth": "ale", "lexemes": [{"lemma": "ale", "mstag": "conj", "disamb": true}]}, {"index": 111, "position": [706, 711], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 112, "position": [712, 713], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 113, "position": [714, 721], "orth": "rzekach", "lexemes": [{"lemma": "rzeka", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 114, "position": [721, 722], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 115, "position": [723, 732], "orth": "jeziorach", "lexemes": [{"lemma": "jezioro", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 116, "position": [733, 734], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 117, "position": [735, 736], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 118, "position": [737, 744], "orth": "postaci", "lexemes": [{"lemma": "postać", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 119, "position": [745, 751], "orth": "stałej", "lexemes": [{"lemma": "stały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 120, "position": [752, 753], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 121, "position": [754, 763], "orth": "lodowcach", "lexemes": [{"lemma": "lodowiec", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 122, "position": [763, 764], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 123, "position": [765, 770], "orth": "Część", "lexemes": [{"lemma": "część", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 124, "position": [771, 775], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 125, "position": [776, 784], "orth": "znajduje", "lexemes": [{"lemma": "znajdować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 126, "position": [785, 788], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 127, "position": [789, 790], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 128, "position": [791, 801], "orth": "atmosferze", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 129, "position": [802, 803], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 130, "position": [803, 809], "orth": "chmury", "lexemes": [{"lemma": "chmura", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 131, "position": [809, 810], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 132, "position": [811, 815], "orth": "para", "lexemes": [{"lemma": "para", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 133, "position": [816, 821], "orth": "wodna", "lexemes": [{"lemma": "wodny", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 134, "position": [821, 822], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 135, "position": [822, 823], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 136, "position": [824, 832], "orth": "Niektóre", "lexemes": [{"lemma": "niektóry", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 137, "position": [833, 840], "orth": "związki", "lexemes": [{"lemma": "związek", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 138, "position": [841, 850], "orth": "chemiczne", "lexemes": [{"lemma": "chemiczny", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 139, "position": [851, 860], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 140, "position": [861, 871], "orth": "cząsteczki", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 141, "position": [872, 876], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 142, "position": [877, 878], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 143, "position": [879, 885], "orth": "swojej", "lexemes": [{"lemma": "swój", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 144, "position": [886, 893], "orth": "budowie", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 145, "position": [894, 895], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 146, "position": [895, 902], "orth": "hydraty", "lexemes": [{"lemma": "hydrat", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 147, "position": [903, 904], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 148, "position": [905, 912], "orth": "określa", "lexemes": [{"lemma": "określać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 149, "position": [913, 916], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 150, "position": [917, 919], "orth": "ją", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:acc:f:ter:akc:npraep", "disamb": true}]}, {"index": 151, "position": [920, 927], "orth": "wówczas", "lexemes": [{"lemma": "wówczas", "mstag": "adv", "disamb": true}]}, {"index": 152, "position": [928, 934], "orth": "mianem", "lexemes": [{"lemma": "miano", "mstag": "subst:sg:inst:n", "disamb": true}]}, {"index": 153, "position": [935, 939], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 154, "position": [940, 956], "orth": "krystalizacyjnej", "lexemes": [{"lemma": "krystalizacyjny", "mstag": "adj:sg:gen:f:pos", "disamb": true}]}, {"index": 155, "position": [956, 957], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 156, "position": [957, 958], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 157, "position": [959, 968], "orth": "Zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 158, "position": [969, 973], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 159, "position": [974, 983], "orth": "włączonej", "lexemes": [{"lemma": "włączyć", "mstag": "ppas:sg:gen:f:perf:aff", "disamb": true}]}, {"index": 160, "position": [984, 985], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:acc:nwok", "disamb": true}]}, {"index": 161, "position": [986, 995], "orth": "strukturę", "lexemes": [{"lemma": "struktura", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 162, "position": [996, 1005], "orth": "minerałów", "lexemes": [{"lemma": "minerał", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 163, "position": [1006, 1007], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 164, "position": [1008, 1016], "orth": "płaszczu", "lexemes": [{"lemma": "płaszcz", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 165, "position": [1017, 1022], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 166, "position": [1023, 1027], "orth": "może", "lexemes": [{"lemma": "móc", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 167, "position": [1028, 1039], "orth": "przekraczać", "lexemes": [{"lemma": "przekraczać", "mstag": "inf:imperf", "disamb": true}]}, {"index": 168, "position": [1040, 1046], "orth": "łączną", "lexemes": [{"lemma": "łączny", "mstag": "adj:sg:acc:f:pos", "disamb": true}]}, {"index": 169, "position": [1047, 1056], "orth": "zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 170, "position": [1057, 1061], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 171, "position": [1062, 1063], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 172, "position": [1064, 1072], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 173, "position": [1073, 1074], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 174, "position": [1075, 1081], "orth": "innych", "lexemes": [{"lemma": "inny", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 175, "position": [1082, 1093], "orth": "zbiornikach", "lexemes": [{"lemma": "zbiornik", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 176, "position": [1094, 1110], "orth": "powierzchniowych", "lexemes": [{"lemma": "powierzchniowy", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 177, "position": [1111, 1116], "orth": "nawet", "lexemes": [{"lemma": "nawet", "mstag": "qub", "disamb": true}]}, {"index": 178, "position": [1117, 1134], "orth": "dziesięciokrotnie", "lexemes": [{"lemma": "dziesięciokrotnie", "mstag": "adv:pos", "disamb": true}]}, {"index": 179, "position": [1134, 1135], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 180, "position": [1136, 1140], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 181, "position": [1141, 1152], "orth": "występująca", "lexemes": [{"lemma": "występować", "mstag": "pact:sg:nom:f:imperf:aff", "disamb": true}]}, {"index": 182, "position": [1153, 1154], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 183, "position": [1155, 1165], "orth": "przyrodzie", "lexemes": [{"lemma": "przyroda", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 184, "position": [1166, 1170], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 185, "position": [1171, 1180], "orth": "roztworem", "lexemes": [{"lemma": "roztwór", "mstag": "subst:sg:inst:m3", "disamb": true}]}, {"index": 186, "position": [1181, 1185], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 187, "position": [1186, 1187], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 188, "position": [1188, 1193], "orth": "gazów", "lexemes": [{"lemma": "gaz", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 189, "position": [1193, 1194], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 190, "position": [1195, 1204], "orth": "Najwięcej", "lexemes": [{"lemma": "najwięcej", "mstag": "num:pl:acc:f:rec", "disamb": true}]}, {"index": 191, "position": [1205, 1209], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 192, "position": [1210, 1221], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 193, "position": [1222, 1229], "orth": "zawiera", "lexemes": [{"lemma": "zawierać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 194, "position": [1230, 1234], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 195, "position": [1235, 1241], "orth": "morska", "lexemes": [{"lemma": "morski", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 196, "position": [1242, 1243], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 197, "position": [1244, 1248], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 198, "position": [1249, 1258], "orth": "mineralne", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 199, "position": [1258, 1259], "orth": ";", "lexemes": [{"lemma": ";", "mstag": "interp", "disamb": true}]}, {"index": 200, "position": [1260, 1268], "orth": "najmniej", "lexemes": [{"lemma": "najmniej", "mstag": "num:pl:nom:f:rec", "disamb": true}]}, {"index": 201, "position": [1269, 1273], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 202, "position": [1274, 1275], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 203, "position": [1276, 1282], "orth": "opadów", "lexemes": [{"lemma": "opad", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 204, "position": [1283, 1298], "orth": "atmosferycznych", "lexemes": [{"lemma": "atmosferyczny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 205, "position": [1298, 1299], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 206, "position": [1300, 1304], "orth": "Wodę", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 207, "position": [1305, 1306], "orth": "o", "lexemes": [{"lemma": "o", "mstag": "prep:loc", "disamb": true}]}, {"index": 208, "position": [1307, 1312], "orth": "małej", "lexemes": [{"lemma": "mały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 209, "position": [1313, 1323], "orth": "zawartości", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 210, "position": [1324, 1334], "orth": "składników", "lexemes": [{"lemma": "składnik", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 211, "position": [1335, 1346], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 212, "position": [1347, 1355], "orth": "nazywamy", "lexemes": [{"lemma": "nazywać", "mstag": "fin:pl:pri:imperf", "disamb": true}]}, {"index": 213, "position": [1356, 1360], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 214, "position": [1361, 1367], "orth": "miękką", "lexemes": [{"lemma": "miękki", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 215, "position": [1367, 1368], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 216, "position": [1369, 1378], "orth": "natomiast", "lexemes": [{"lemma": "natomiast", "mstag": "conj", "disamb": true}]}, {"index": 217, "position": [1379, 1390], "orth": "zawierającą", "lexemes": [{"lemma": "zawierać", "mstag": "pact:sg:acc:f:imperf:aff", "disamb": true}]}, {"index": 218, "position": [1391, 1398], "orth": "znaczne", "lexemes": [{"lemma": "znaczny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 219, "position": [1399, 1405], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 220, "position": [1406, 1410], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 221, "position": [1411, 1417], "orth": "wapnia", "lexemes": [{"lemma": "wapń", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 222, "position": [1418, 1419], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 223, "position": [1420, 1427], "orth": "magnezu", "lexemes": [{"lemma": "magnez", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 224, "position": [1428, 1429], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 225, "position": [1430, 1434], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 226, "position": [1435, 1441], "orth": "twardą", "lexemes": [{"lemma": "twardy", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 227, "position": [1441, 1442], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 228, "position": [1443, 1449], "orth": "Oprócz", "lexemes": [{"lemma": "oprócz", "mstag": "prep:gen", "disamb": true}]}, {"index": 229, "position": [1450, 1454], "orth": "tego", "lexemes": [{"lemma": "to", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 230, "position": [1455, 1459], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 231, "position": [1460, 1469], "orth": "naturalne", "lexemes": [{"lemma": "naturalny", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 232, "position": [1470, 1479], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 233, "position": [1480, 1492], "orth": "rozpuszczone", "lexemes": [{"lemma": "rozpuścić", "mstag": "ppas:pl:nom:f:perf:aff", "disamb": true}]}, {"index": 234, "position": [1493, 1503], "orth": "substancje", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 235, "position": [1504, 1515], "orth": "pochodzenia", "lexemes": [{"lemma": "pochodzenie", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 236, "position": [1516, 1528], "orth": "organicznego", "lexemes": [{"lemma": "organiczny", "mstag": "adj:sg:gen:n:pos", "disamb": true}]}, {"index": 237, "position": [1528, 1529], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 238, "position": [1530, 1532], "orth": "np", "lexemes": [{"lemma": "na przykład", "mstag": "brev:pun", "disamb": true}]}, {"index": 239, "position": [1532, 1533], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 240, "position": [1534, 1541], "orth": "mocznik", "lexemes": [{"lemma": "mocznik", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 241, "position": [1541, 1542], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 242, "position": [1543, 1548], "orth": "kwasy", "lexemes": [{"lemma": "kwas", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 243, "position": [1549, 1557], "orth": "humusowe", "lexemes": [{"lemma": "humusowy", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 244, "position": [1558, 1561], "orth": "itp", "lexemes": [{"lemma": "i tym podobne", "mstag": "brev:pun", "disamb": true}]}, {"index": 245, "position": [1561, 1562], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}], "text": "Woda jest jedną z najpospolitszych substancji we Wszechświecie. Cząsteczka wody jest trzecią najbardziej rozpowszechnioną molekułą w ośrodku międzygwiazdowym, po cząsteczkowym wodorze i tlenku węgla. Jest również szeroko rozpowszechniona w Układzie Słonecznym: stanowi istotny element budowy Ceres i księżyców lodowych krążących wokół planet-olbrzymów, jako domieszka występuje w ich atmosferach, a przypuszcza się, że duże jej ilości znajdują się we wnętrzach tych planet. Jako lód występuje także na części planetoid, a zapewne również na obiektach transneptunowych. Woda jest bardzo rozpowszechniona także na powierzchni Ziemi. Występuje głównie w oceanach, które pokrywają 70,8% powierzchni globu, ale także w rzekach, jeziorach i w postaci stałej w lodowcach. Część wody znajduje się w atmosferze (chmury, para wodna). Niektóre związki chemiczne zawierają cząsteczki wody w swojej budowie (hydraty – określa się ją wówczas mianem wody krystalizacyjnej). Zawartość wody włączonej w strukturę minerałów w płaszczu Ziemi może przekraczać łączną zawartość wody w oceanach i innych zbiornikach powierzchniowych nawet dziesięciokrotnie. Woda występująca w przyrodzie jest roztworem soli i gazów. Najwięcej soli mineralnych zawiera woda morska i wody mineralne; najmniej woda z opadów atmosferycznych. Wodę o małej zawartości składników mineralnych nazywamy wodą miękką, natomiast zawierającą znaczne ilości soli wapnia i magnezu – wodą twardą. Oprócz tego wody naturalne zawierają rozpuszczone substancje pochodzenia organicznego, np. mocznik, kwasy humusowe itp."} \ No newline at end of file +{"filename": "4b804962-c8fc-46de-9c27-3bc969a5135f", "tagset": "nkjp", "sentences": [{"index": 1, "position": [0, 63]}, {"index": 2, "position": [64, 199]}, {"index": 3, "position": [200, 473]}, {"index": 4, "position": [474, 568]}, {"index": 5, "position": [569, 630]}, {"index": 6, "position": [631, 764]}, {"index": 7, "position": [765, 823]}, {"index": 8, "position": [824, 958]}, {"index": 9, "position": [959, 1135]}, {"index": 10, "position": [1136, 1194]}, {"index": 11, "position": [1195, 1299]}, {"index": 12, "position": [1300, 1442]}, {"index": 13, "position": [1443, 1562]}], "tokens": [{"index": 1, "ns": 0, "position": [0, 4], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 2, "ns": 0, "position": [5, 9], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 3, "ns": 0, "position": [10, 15], "orth": "jedną", "lexemes": [{"lemma": "jeden", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 4, "ns": 0, "position": [16, 17], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 5, "ns": 0, "position": [18, 34], "orth": "najpospolitszych", "lexemes": [{"lemma": "pospolity", "mstag": "adj:pl:gen:f:sup", "disamb": true}]}, {"index": 6, "ns": 0, "position": [35, 45], "orth": "substancji", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 7, "ns": 0, "position": [46, 48], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 8, "ns": 1, "position": [49, 62], "orth": "Wszechświecie", "lexemes": [{"lemma": "wszechświat", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 9, "ns": 0, "position": [62, 63], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 10, "ns": 0, "position": [64, 74], "orth": "Cząsteczka", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 11, "ns": 0, "position": [75, 79], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 12, "ns": 0, "position": [80, 84], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 13, "ns": 0, "position": [85, 92], "orth": "trzecią", "lexemes": [{"lemma": "trzeci", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 14, "ns": 0, "position": [93, 104], "orth": "najbardziej", "lexemes": [{"lemma": "bardzo", "mstag": "adv:sup", "disamb": true}]}, {"index": 15, "ns": 0, "position": [105, 121], "orth": "rozpowszechnioną", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 16, "ns": 0, "position": [122, 130], "orth": "molekułą", "lexemes": [{"lemma": "molekuła", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 17, "ns": 0, "position": [131, 132], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 18, "ns": 0, "position": [133, 140], "orth": "ośrodku", "lexemes": [{"lemma": "ośrodek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 19, "ns": 1, "position": [141, 157], "orth": "międzygwiazdowym", "lexemes": [{"lemma": "międzygwiazdowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 20, "ns": 0, "position": [157, 158], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 21, "ns": 0, "position": [159, 161], "orth": "po", "lexemes": [{"lemma": "po", "mstag": "prep:loc", "disamb": true}]}, {"index": 22, "ns": 0, "position": [162, 175], "orth": "cząsteczkowym", "lexemes": [{"lemma": "cząsteczkowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 23, "ns": 0, "position": [176, 183], "orth": "wodorze", "lexemes": [{"lemma": "wodór", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 24, "ns": 0, "position": [184, 185], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 25, "ns": 0, "position": [186, 192], "orth": "tlenku", "lexemes": [{"lemma": "tlenek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 26, "ns": 1, "position": [193, 198], "orth": "węgla", "lexemes": [{"lemma": "węgiel", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 27, "ns": 0, "position": [198, 199], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 28, "ns": 0, "position": [200, 204], "orth": "Jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 29, "ns": 0, "position": [205, 212], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 30, "ns": 0, "position": [213, 220], "orth": "szeroko", "lexemes": [{"lemma": "szeroko", "mstag": "adv:pos", "disamb": true}]}, {"index": 31, "ns": 0, "position": [221, 237], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 32, "ns": 0, "position": [238, 239], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 33, "ns": 0, "position": [240, 248], "orth": "Układzie", "lexemes": [{"lemma": "Układ", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 34, "ns": 1, "position": [249, 259], "orth": "Słonecznym", "lexemes": [{"lemma": "Słoneczny", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 35, "ns": 0, "position": [259, 260], "orth": ":", "lexemes": [{"lemma": ":", "mstag": "interp", "disamb": true}]}, {"index": 36, "ns": 0, "position": [261, 268], "orth": "stanowi", "lexemes": [{"lemma": "stanowić", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 37, "ns": 0, "position": [269, 276], "orth": "istotny", "lexemes": [{"lemma": "istotny", "mstag": "adj:sg:acc:m3:pos", "disamb": true}]}, {"index": 38, "ns": 0, "position": [277, 284], "orth": "element", "lexemes": [{"lemma": "element", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 39, "ns": 0, "position": [285, 291], "orth": "budowy", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 40, "ns": 0, "position": [292, 297], "orth": "Ceres", "lexemes": [{"lemma": "ceres", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 41, "ns": 0, "position": [298, 299], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 42, "ns": 0, "position": [300, 309], "orth": "księżyców", "lexemes": [{"lemma": "księżyc", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 43, "ns": 0, "position": [310, 318], "orth": "lodowych", "lexemes": [{"lemma": "lodowy", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 44, "ns": 0, "position": [319, 328], "orth": "krążących", "lexemes": [{"lemma": "krążyć", "mstag": "pact:pl:gen:f:imperf:aff", "disamb": true}]}, {"index": 45, "ns": 0, "position": [329, 334], "orth": "wokół", "lexemes": [{"lemma": "wokół", "mstag": "prep:gen", "disamb": true}]}, {"index": 46, "ns": 1, "position": [335, 341], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 47, "ns": 1, "position": [341, 342], "orth": "-", "lexemes": [{"lemma": "-", "mstag": "interp", "disamb": true}]}, {"index": 48, "ns": 1, "position": [342, 351], "orth": "olbrzymów", "lexemes": [{"lemma": "olbrzym", "mstag": "subst:pl:gen:m1", "disamb": true}]}, {"index": 49, "ns": 0, "position": [351, 352], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 50, "ns": 0, "position": [353, 357], "orth": "jako", "lexemes": [{"lemma": "jako", "mstag": "adv", "disamb": true}]}, {"index": 51, "ns": 0, "position": [358, 367], "orth": "domieszka", "lexemes": [{"lemma": "domieszka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 52, "ns": 0, "position": [368, 377], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 53, "ns": 0, "position": [378, 379], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 54, "ns": 0, "position": [380, 383], "orth": "ich", "lexemes": [{"lemma": "on", "mstag": "ppron3:pl:gen:m1:ter:akc:npraep", "disamb": true}]}, {"index": 55, "ns": 1, "position": [384, 395], "orth": "atmosferach", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 56, "ns": 0, "position": [395, 396], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 57, "ns": 0, "position": [397, 398], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 58, "ns": 0, "position": [399, 410], "orth": "przypuszcza", "lexemes": [{"lemma": "przypuszczać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 59, "ns": 1, "position": [411, 414], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 60, "ns": 0, "position": [414, 415], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 61, "ns": 0, "position": [416, 418], "orth": "że", "lexemes": [{"lemma": "że", "mstag": "comp", "disamb": true}]}, {"index": 62, "ns": 0, "position": [419, 423], "orth": "duże", "lexemes": [{"lemma": "duży", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 63, "ns": 0, "position": [424, 427], "orth": "jej", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:gen:f:ter:akc:npraep", "disamb": true}]}, {"index": 64, "ns": 0, "position": [428, 434], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 65, "ns": 0, "position": [435, 443], "orth": "znajdują", "lexemes": [{"lemma": "znajdować", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 66, "ns": 0, "position": [444, 447], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 67, "ns": 0, "position": [448, 450], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 68, "ns": 0, "position": [451, 460], "orth": "wnętrzach", "lexemes": [{"lemma": "wnętrze", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 69, "ns": 0, "position": [461, 465], "orth": "tych", "lexemes": [{"lemma": "ten", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 70, "ns": 1, "position": [466, 472], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 71, "ns": 0, "position": [472, 473], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 72, "ns": 0, "position": [474, 478], "orth": "Jako", "lexemes": [{"lemma": "jako", "mstag": "conj", "disamb": true}]}, {"index": 73, "ns": 0, "position": [479, 482], "orth": "lód", "lexemes": [{"lemma": "lód", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 74, "ns": 0, "position": [483, 492], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 75, "ns": 0, "position": [493, 498], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "qub", "disamb": true}]}, {"index": 76, "ns": 0, "position": [499, 501], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 77, "ns": 0, "position": [502, 508], "orth": "części", "lexemes": [{"lemma": "część", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 78, "ns": 1, "position": [509, 518], "orth": "planetoid", "lexemes": [{"lemma": "planetoida", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 79, "ns": 0, "position": [518, 519], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 80, "ns": 0, "position": [520, 521], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 81, "ns": 0, "position": [522, 529], "orth": "zapewne", "lexemes": [{"lemma": "zapewne", "mstag": "qub", "disamb": true}]}, {"index": 82, "ns": 0, "position": [530, 537], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 83, "ns": 0, "position": [538, 540], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 84, "ns": 0, "position": [541, 550], "orth": "obiektach", "lexemes": [{"lemma": "obiekt", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 85, "ns": 1, "position": [551, 567], "orth": "transneptunowych", "lexemes": [{"lemma": "transneptunowych", "mstag": "ign", "disamb": true}]}, {"index": 86, "ns": 0, "position": [567, 568], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 87, "ns": 0, "position": [569, 573], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 88, "ns": 0, "position": [574, 578], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 89, "ns": 0, "position": [579, 585], "orth": "bardzo", "lexemes": [{"lemma": "bardzo", "mstag": "adv:pos", "disamb": true}]}, {"index": 90, "ns": 0, "position": [586, 602], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 91, "ns": 0, "position": [603, 608], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 92, "ns": 0, "position": [609, 611], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 93, "ns": 0, "position": [612, 623], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 94, "ns": 1, "position": [624, 629], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 95, "ns": 0, "position": [629, 630], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 96, "ns": 0, "position": [631, 640], "orth": "Występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 97, "ns": 0, "position": [641, 648], "orth": "głównie", "lexemes": [{"lemma": "głównie", "mstag": "qub", "disamb": true}]}, {"index": 98, "ns": 0, "position": [649, 650], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 99, "ns": 1, "position": [651, 659], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 100, "ns": 0, "position": [659, 660], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 101, "ns": 0, "position": [661, 666], "orth": "które", "lexemes": [{"lemma": "który", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 102, "ns": 0, "position": [667, 676], "orth": "pokrywają", "lexemes": [{"lemma": "pokrywać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 103, "ns": 1, "position": [677, 679], "orth": "70", "lexemes": [{"lemma": "70", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 104, "ns": 1, "position": [679, 680], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 105, "ns": 1, "position": [680, 681], "orth": "8", "lexemes": [{"lemma": "8", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 106, "ns": 0, "position": [681, 682], "orth": "%", "lexemes": [{"lemma": "%", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 107, "ns": 0, "position": [683, 694], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 108, "ns": 1, "position": [695, 700], "orth": "globu", "lexemes": [{"lemma": "glob", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 109, "ns": 0, "position": [700, 701], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 110, "ns": 0, "position": [702, 705], "orth": "ale", "lexemes": [{"lemma": "ale", "mstag": "conj", "disamb": true}]}, {"index": 111, "ns": 0, "position": [706, 711], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 112, "ns": 0, "position": [712, 713], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 113, "ns": 1, "position": [714, 721], "orth": "rzekach", "lexemes": [{"lemma": "rzeka", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 114, "ns": 0, "position": [721, 722], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 115, "ns": 0, "position": [723, 732], "orth": "jeziorach", "lexemes": [{"lemma": "jezioro", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 116, "ns": 0, "position": [733, 734], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 117, "ns": 0, "position": [735, 736], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 118, "ns": 0, "position": [737, 744], "orth": "postaci", "lexemes": [{"lemma": "postać", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 119, "ns": 0, "position": [745, 751], "orth": "stałej", "lexemes": [{"lemma": "stały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 120, "ns": 0, "position": [752, 753], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 121, "ns": 1, "position": [754, 763], "orth": "lodowcach", "lexemes": [{"lemma": "lodowiec", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 122, "ns": 0, "position": [763, 764], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 123, "ns": 0, "position": [765, 770], "orth": "Część", "lexemes": [{"lemma": "część", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 124, "ns": 0, "position": [771, 775], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 125, "ns": 0, "position": [776, 784], "orth": "znajduje", "lexemes": [{"lemma": "znajdować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 126, "ns": 0, "position": [785, 788], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 127, "ns": 0, "position": [789, 790], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 128, "ns": 0, "position": [791, 801], "orth": "atmosferze", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 129, "ns": 1, "position": [802, 803], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 130, "ns": 1, "position": [803, 809], "orth": "chmury", "lexemes": [{"lemma": "chmura", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 131, "ns": 0, "position": [809, 810], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 132, "ns": 0, "position": [811, 815], "orth": "para", "lexemes": [{"lemma": "para", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 133, "ns": 1, "position": [816, 821], "orth": "wodna", "lexemes": [{"lemma": "wodny", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 134, "ns": 1, "position": [821, 822], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 135, "ns": 0, "position": [822, 823], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 136, "ns": 0, "position": [824, 832], "orth": "Niektóre", "lexemes": [{"lemma": "niektóry", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 137, "ns": 0, "position": [833, 840], "orth": "związki", "lexemes": [{"lemma": "związek", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 138, "ns": 0, "position": [841, 850], "orth": "chemiczne", "lexemes": [{"lemma": "chemiczny", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 139, "ns": 0, "position": [851, 860], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 140, "ns": 0, "position": [861, 871], "orth": "cząsteczki", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 141, "ns": 0, "position": [872, 876], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 142, "ns": 0, "position": [877, 878], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 143, "ns": 0, "position": [879, 885], "orth": "swojej", "lexemes": [{"lemma": "swój", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 144, "ns": 0, "position": [886, 893], "orth": "budowie", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 145, "ns": 1, "position": [894, 895], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 146, "ns": 0, "position": [895, 902], "orth": "hydraty", "lexemes": [{"lemma": "hydrat", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 147, "ns": 0, "position": [903, 904], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 148, "ns": 0, "position": [905, 912], "orth": "określa", "lexemes": [{"lemma": "określać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 149, "ns": 0, "position": [913, 916], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 150, "ns": 0, "position": [917, 919], "orth": "ją", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:acc:f:ter:akc:npraep", "disamb": true}]}, {"index": 151, "ns": 0, "position": [920, 927], "orth": "wówczas", "lexemes": [{"lemma": "wówczas", "mstag": "adv", "disamb": true}]}, {"index": 152, "ns": 0, "position": [928, 934], "orth": "mianem", "lexemes": [{"lemma": "miano", "mstag": "subst:sg:inst:n", "disamb": true}]}, {"index": 153, "ns": 0, "position": [935, 939], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 154, "ns": 1, "position": [940, 956], "orth": "krystalizacyjnej", "lexemes": [{"lemma": "krystalizacyjny", "mstag": "adj:sg:gen:f:pos", "disamb": true}]}, {"index": 155, "ns": 1, "position": [956, 957], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 156, "ns": 0, "position": [957, 958], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 157, "ns": 0, "position": [959, 968], "orth": "Zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 158, "ns": 0, "position": [969, 973], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 159, "ns": 0, "position": [974, 983], "orth": "włączonej", "lexemes": [{"lemma": "włączyć", "mstag": "ppas:sg:gen:f:perf:aff", "disamb": true}]}, {"index": 160, "ns": 0, "position": [984, 985], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:acc:nwok", "disamb": true}]}, {"index": 161, "ns": 0, "position": [986, 995], "orth": "strukturę", "lexemes": [{"lemma": "struktura", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 162, "ns": 0, "position": [996, 1005], "orth": "minerałów", "lexemes": [{"lemma": "minerał", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 163, "ns": 0, "position": [1006, 1007], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 164, "ns": 0, "position": [1008, 1016], "orth": "płaszczu", "lexemes": [{"lemma": "płaszcz", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 165, "ns": 0, "position": [1017, 1022], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 166, "ns": 0, "position": [1023, 1027], "orth": "może", "lexemes": [{"lemma": "móc", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 167, "ns": 0, "position": [1028, 1039], "orth": "przekraczać", "lexemes": [{"lemma": "przekraczać", "mstag": "inf:imperf", "disamb": true}]}, {"index": 168, "ns": 0, "position": [1040, 1046], "orth": "łączną", "lexemes": [{"lemma": "łączny", "mstag": "adj:sg:acc:f:pos", "disamb": true}]}, {"index": 169, "ns": 0, "position": [1047, 1056], "orth": "zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 170, "ns": 0, "position": [1057, 1061], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 171, "ns": 0, "position": [1062, 1063], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 172, "ns": 0, "position": [1064, 1072], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 173, "ns": 0, "position": [1073, 1074], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 174, "ns": 0, "position": [1075, 1081], "orth": "innych", "lexemes": [{"lemma": "inny", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 175, "ns": 0, "position": [1082, 1093], "orth": "zbiornikach", "lexemes": [{"lemma": "zbiornik", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 176, "ns": 0, "position": [1094, 1110], "orth": "powierzchniowych", "lexemes": [{"lemma": "powierzchniowy", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 177, "ns": 0, "position": [1111, 1116], "orth": "nawet", "lexemes": [{"lemma": "nawet", "mstag": "qub", "disamb": true}]}, {"index": 178, "ns": 1, "position": [1117, 1134], "orth": "dziesięciokrotnie", "lexemes": [{"lemma": "dziesięciokrotnie", "mstag": "adv:pos", "disamb": true}]}, {"index": 179, "ns": 0, "position": [1134, 1135], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 180, "ns": 0, "position": [1136, 1140], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 181, "ns": 0, "position": [1141, 1152], "orth": "występująca", "lexemes": [{"lemma": "występować", "mstag": "pact:sg:nom:f:imperf:aff", "disamb": true}]}, {"index": 182, "ns": 0, "position": [1153, 1154], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 183, "ns": 0, "position": [1155, 1165], "orth": "przyrodzie", "lexemes": [{"lemma": "przyroda", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 184, "ns": 0, "position": [1166, 1170], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 185, "ns": 0, "position": [1171, 1180], "orth": "roztworem", "lexemes": [{"lemma": "roztwór", "mstag": "subst:sg:inst:m3", "disamb": true}]}, {"index": 186, "ns": 0, "position": [1181, 1185], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 187, "ns": 0, "position": [1186, 1187], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 188, "ns": 1, "position": [1188, 1193], "orth": "gazów", "lexemes": [{"lemma": "gaz", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 189, "ns": 0, "position": [1193, 1194], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 190, "ns": 0, "position": [1195, 1204], "orth": "Najwięcej", "lexemes": [{"lemma": "najwięcej", "mstag": "num:pl:acc:f:rec", "disamb": true}]}, {"index": 191, "ns": 0, "position": [1205, 1209], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 192, "ns": 0, "position": [1210, 1221], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 193, "ns": 0, "position": [1222, 1229], "orth": "zawiera", "lexemes": [{"lemma": "zawierać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 194, "ns": 0, "position": [1230, 1234], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 195, "ns": 0, "position": [1235, 1241], "orth": "morska", "lexemes": [{"lemma": "morski", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 196, "ns": 0, "position": [1242, 1243], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 197, "ns": 0, "position": [1244, 1248], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 198, "ns": 1, "position": [1249, 1258], "orth": "mineralne", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 199, "ns": 0, "position": [1258, 1259], "orth": ";", "lexemes": [{"lemma": ";", "mstag": "interp", "disamb": true}]}, {"index": 200, "ns": 0, "position": [1260, 1268], "orth": "najmniej", "lexemes": [{"lemma": "najmniej", "mstag": "num:pl:nom:f:rec", "disamb": true}]}, {"index": 201, "ns": 0, "position": [1269, 1273], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 202, "ns": 0, "position": [1274, 1275], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 203, "ns": 0, "position": [1276, 1282], "orth": "opadów", "lexemes": [{"lemma": "opad", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 204, "ns": 1, "position": [1283, 1298], "orth": "atmosferycznych", "lexemes": [{"lemma": "atmosferyczny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 205, "ns": 0, "position": [1298, 1299], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 206, "ns": 0, "position": [1300, 1304], "orth": "Wodę", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 207, "ns": 0, "position": [1305, 1306], "orth": "o", "lexemes": [{"lemma": "o", "mstag": "prep:loc", "disamb": true}]}, {"index": 208, "ns": 0, "position": [1307, 1312], "orth": "małej", "lexemes": [{"lemma": "mały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 209, "ns": 0, "position": [1313, 1323], "orth": "zawartości", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 210, "ns": 0, "position": [1324, 1334], "orth": "składników", "lexemes": [{"lemma": "składnik", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 211, "ns": 0, "position": [1335, 1346], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 212, "ns": 0, "position": [1347, 1355], "orth": "nazywamy", "lexemes": [{"lemma": "nazywać", "mstag": "fin:pl:pri:imperf", "disamb": true}]}, {"index": 213, "ns": 0, "position": [1356, 1360], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 214, "ns": 1, "position": [1361, 1367], "orth": "miękką", "lexemes": [{"lemma": "miękki", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 215, "ns": 0, "position": [1367, 1368], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 216, "ns": 0, "position": [1369, 1378], "orth": "natomiast", "lexemes": [{"lemma": "natomiast", "mstag": "conj", "disamb": true}]}, {"index": 217, "ns": 0, "position": [1379, 1390], "orth": "zawierającą", "lexemes": [{"lemma": "zawierać", "mstag": "pact:sg:acc:f:imperf:aff", "disamb": true}]}, {"index": 218, "ns": 0, "position": [1391, 1398], "orth": "znaczne", "lexemes": [{"lemma": "znaczny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 219, "ns": 0, "position": [1399, 1405], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 220, "ns": 0, "position": [1406, 1410], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 221, "ns": 0, "position": [1411, 1417], "orth": "wapnia", "lexemes": [{"lemma": "wapń", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 222, "ns": 0, "position": [1418, 1419], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 223, "ns": 0, "position": [1420, 1427], "orth": "magnezu", "lexemes": [{"lemma": "magnez", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 224, "ns": 0, "position": [1428, 1429], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 225, "ns": 0, "position": [1430, 1434], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 226, "ns": 1, "position": [1435, 1441], "orth": "twardą", "lexemes": [{"lemma": "twardy", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 227, "ns": 0, "position": [1441, 1442], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 228, "ns": 0, "position": [1443, 1449], "orth": "Oprócz", "lexemes": [{"lemma": "oprócz", "mstag": "prep:gen", "disamb": true}]}, {"index": 229, "ns": 0, "position": [1450, 1454], "orth": "tego", "lexemes": [{"lemma": "to", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 230, "ns": 0, "position": [1455, 1459], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 231, "ns": 0, "position": [1460, 1469], "orth": "naturalne", "lexemes": [{"lemma": "naturalny", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 232, "ns": 0, "position": [1470, 1479], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 233, "ns": 0, "position": [1480, 1492], "orth": "rozpuszczone", "lexemes": [{"lemma": "rozpuścić", "mstag": "ppas:pl:nom:f:perf:aff", "disamb": true}]}, {"index": 234, "ns": 0, "position": [1493, 1503], "orth": "substancje", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 235, "ns": 0, "position": [1504, 1515], "orth": "pochodzenia", "lexemes": [{"lemma": "pochodzenie", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 236, "ns": 1, "position": [1516, 1528], "orth": "organicznego", "lexemes": [{"lemma": "organiczny", "mstag": "adj:sg:gen:n:pos", "disamb": true}]}, {"index": 237, "ns": 0, "position": [1528, 1529], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 238, "ns": 1, "position": [1530, 1532], "orth": "np", "lexemes": [{"lemma": "na przykład", "mstag": "brev:pun", "disamb": true}]}, {"index": 239, "ns": 0, "position": [1532, 1533], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 240, "ns": 1, "position": [1534, 1541], "orth": "mocznik", "lexemes": [{"lemma": "mocznik", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 241, "ns": 0, "position": [1541, 1542], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 242, "ns": 0, "position": [1543, 1548], "orth": "kwasy", "lexemes": [{"lemma": "kwas", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 243, "ns": 0, "position": [1549, 1557], "orth": "humusowe", "lexemes": [{"lemma": "humusowy", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 244, "ns": 1, "position": [1558, 1561], "orth": "itp", "lexemes": [{"lemma": "i tym podobne", "mstag": "brev:pun", "disamb": true}]}, {"index": 245, "ns": 0, "position": [1561, 1562], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}], "text": "Woda jest jedną z najpospolitszych substancji we Wszechświecie. Cząsteczka wody jest trzecią najbardziej rozpowszechnioną molekułą w ośrodku międzygwiazdowym, po cząsteczkowym wodorze i tlenku węgla. Jest również szeroko rozpowszechniona w Układzie Słonecznym: stanowi istotny element budowy Ceres i księżyców lodowych krążących wokół planet-olbrzymów, jako domieszka występuje w ich atmosferach, a przypuszcza się, że duże jej ilości znajdują się we wnętrzach tych planet. Jako lód występuje także na części planetoid, a zapewne również na obiektach transneptunowych. Woda jest bardzo rozpowszechniona także na powierzchni Ziemi. Występuje głównie w oceanach, które pokrywają 70,8% powierzchni globu, ale także w rzekach, jeziorach i w postaci stałej w lodowcach. Część wody znajduje się w atmosferze (chmury, para wodna). Niektóre związki chemiczne zawierają cząsteczki wody w swojej budowie (hydraty – określa się ją wówczas mianem wody krystalizacyjnej). Zawartość wody włączonej w strukturę minerałów w płaszczu Ziemi może przekraczać łączną zawartość wody w oceanach i innych zbiornikach powierzchniowych nawet dziesięciokrotnie. Woda występująca w przyrodzie jest roztworem soli i gazów. Najwięcej soli mineralnych zawiera woda morska i wody mineralne; najmniej woda z opadów atmosferycznych. Wodę o małej zawartości składników mineralnych nazywamy wodą miękką, natomiast zawierającą znaczne ilości soli wapnia i magnezu – wodą twardą. Oprócz tego wody naturalne zawierają rozpuszczone substancje pochodzenia organicznego, np. mocznik, kwasy humusowe itp."} \ No newline at end of file diff --git a/tests/testdata/expected/post_postagger_ccl_no_json_text_expected.json b/tests/testdata/expected/post_postagger_ccl_no_json_text_expected.json index 1d691697f9dfac61ff7ebbade410d4e0ecc2752f..2811f0721a0a6a433545919df3d9ee9dbaf5b536 100644 --- a/tests/testdata/expected/post_postagger_ccl_no_json_text_expected.json +++ b/tests/testdata/expected/post_postagger_ccl_no_json_text_expected.json @@ -1 +1 @@ -{"filename": "e1e0cb58-fd58-468c-9571-87be1f9dc3ad", "tagset": "nkjp", "tokens": [{"index": 1, "position": [0, 4], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 2, "position": [5, 9], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 3, "position": [10, 15], "orth": "jedną", "lexemes": [{"lemma": "jeden", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 4, "position": [16, 17], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 5, "position": [18, 34], "orth": "najpospolitszych", "lexemes": [{"lemma": "pospolity", "mstag": "adj:pl:gen:f:sup", "disamb": true}]}, {"index": 6, "position": [35, 45], "orth": "substancji", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 7, "position": [46, 48], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 8, "position": [49, 62], "orth": "Wszechświecie", "lexemes": [{"lemma": "wszechświat", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 9, "position": [62, 63], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 10, "position": [64, 74], "orth": "Cząsteczka", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 11, "position": [75, 79], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 12, "position": [80, 84], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 13, "position": [85, 92], "orth": "trzecią", "lexemes": [{"lemma": "trzeci", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 14, "position": [93, 104], "orth": "najbardziej", "lexemes": [{"lemma": "bardzo", "mstag": "adv:sup", "disamb": true}]}, {"index": 15, "position": [105, 121], "orth": "rozpowszechnioną", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 16, "position": [122, 130], "orth": "molekułą", "lexemes": [{"lemma": "molekuła", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 17, "position": [131, 132], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 18, "position": [133, 140], "orth": "ośrodku", "lexemes": [{"lemma": "ośrodek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 19, "position": [141, 157], "orth": "międzygwiazdowym", "lexemes": [{"lemma": "międzygwiazdowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 20, "position": [157, 158], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 21, "position": [159, 161], "orth": "po", "lexemes": [{"lemma": "po", "mstag": "prep:loc", "disamb": true}]}, {"index": 22, "position": [162, 175], "orth": "cząsteczkowym", "lexemes": [{"lemma": "cząsteczkowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 23, "position": [176, 183], "orth": "wodorze", "lexemes": [{"lemma": "wodór", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 24, "position": [184, 185], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 25, "position": [186, 192], "orth": "tlenku", "lexemes": [{"lemma": "tlenek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 26, "position": [193, 198], "orth": "węgla", "lexemes": [{"lemma": "węgiel", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 27, "position": [198, 199], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 28, "position": [200, 204], "orth": "Jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 29, "position": [205, 212], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 30, "position": [213, 220], "orth": "szeroko", "lexemes": [{"lemma": "szeroko", "mstag": "adv:pos", "disamb": true}]}, {"index": 31, "position": [221, 237], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 32, "position": [238, 239], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 33, "position": [240, 248], "orth": "Układzie", "lexemes": [{"lemma": "Układ", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 34, "position": [249, 259], "orth": "Słonecznym", "lexemes": [{"lemma": "Słoneczny", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 35, "position": [259, 260], "orth": ":", "lexemes": [{"lemma": ":", "mstag": "interp", "disamb": true}]}, {"index": 36, "position": [261, 268], "orth": "stanowi", "lexemes": [{"lemma": "stanowić", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 37, "position": [269, 276], "orth": "istotny", "lexemes": [{"lemma": "istotny", "mstag": "adj:sg:acc:m3:pos", "disamb": true}]}, {"index": 38, "position": [277, 284], "orth": "element", "lexemes": [{"lemma": "element", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 39, "position": [285, 291], "orth": "budowy", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 40, "position": [292, 297], "orth": "Ceres", "lexemes": [{"lemma": "ceres", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 41, "position": [298, 299], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 42, "position": [300, 309], "orth": "księżyców", "lexemes": [{"lemma": "księżyc", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 43, "position": [310, 318], "orth": "lodowych", "lexemes": [{"lemma": "lodowy", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 44, "position": [319, 328], "orth": "krążących", "lexemes": [{"lemma": "krążyć", "mstag": "pact:pl:gen:f:imperf:aff", "disamb": true}]}, {"index": 45, "position": [329, 334], "orth": "wokół", "lexemes": [{"lemma": "wokół", "mstag": "prep:gen", "disamb": true}]}, {"index": 46, "position": [335, 341], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 47, "position": [341, 342], "orth": "-", "lexemes": [{"lemma": "-", "mstag": "interp", "disamb": true}]}, {"index": 48, "position": [342, 351], "orth": "olbrzymów", "lexemes": [{"lemma": "olbrzym", "mstag": "subst:pl:gen:m1", "disamb": true}]}, {"index": 49, "position": [351, 352], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 50, "position": [353, 357], "orth": "jako", "lexemes": [{"lemma": "jako", "mstag": "adv", "disamb": true}]}, {"index": 51, "position": [358, 367], "orth": "domieszka", "lexemes": [{"lemma": "domieszka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 52, "position": [368, 377], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 53, "position": [378, 379], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 54, "position": [380, 383], "orth": "ich", "lexemes": [{"lemma": "on", "mstag": "ppron3:pl:gen:m1:ter:akc:npraep", "disamb": true}]}, {"index": 55, "position": [384, 395], "orth": "atmosferach", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 56, "position": [395, 396], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 57, "position": [397, 398], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 58, "position": [399, 410], "orth": "przypuszcza", "lexemes": [{"lemma": "przypuszczać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 59, "position": [411, 414], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 60, "position": [414, 415], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 61, "position": [416, 418], "orth": "że", "lexemes": [{"lemma": "że", "mstag": "comp", "disamb": true}]}, {"index": 62, "position": [419, 423], "orth": "duże", "lexemes": [{"lemma": "duży", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 63, "position": [424, 427], "orth": "jej", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:gen:f:ter:akc:npraep", "disamb": true}]}, {"index": 64, "position": [428, 434], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 65, "position": [435, 443], "orth": "znajdują", "lexemes": [{"lemma": "znajdować", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 66, "position": [444, 447], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 67, "position": [448, 450], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 68, "position": [451, 460], "orth": "wnętrzach", "lexemes": [{"lemma": "wnętrze", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 69, "position": [461, 465], "orth": "tych", "lexemes": [{"lemma": "ten", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 70, "position": [466, 472], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 71, "position": [472, 473], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 72, "position": [474, 478], "orth": "Jako", "lexemes": [{"lemma": "jako", "mstag": "conj", "disamb": true}]}, {"index": 73, "position": [479, 482], "orth": "lód", "lexemes": [{"lemma": "lód", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 74, "position": [483, 492], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 75, "position": [493, 498], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "qub", "disamb": true}]}, {"index": 76, "position": [499, 501], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 77, "position": [502, 508], "orth": "części", "lexemes": [{"lemma": "część", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 78, "position": [509, 518], "orth": "planetoid", "lexemes": [{"lemma": "planetoida", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 79, "position": [518, 519], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 80, "position": [520, 521], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 81, "position": [522, 529], "orth": "zapewne", "lexemes": [{"lemma": "zapewne", "mstag": "qub", "disamb": true}]}, {"index": 82, "position": [530, 537], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 83, "position": [538, 540], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 84, "position": [541, 550], "orth": "obiektach", "lexemes": [{"lemma": "obiekt", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 85, "position": [551, 567], "orth": "transneptunowych", "lexemes": [{"lemma": "transneptunowych", "mstag": "ign", "disamb": true}]}, {"index": 86, "position": [567, 568], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 87, "position": [569, 573], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 88, "position": [574, 578], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 89, "position": [579, 585], "orth": "bardzo", "lexemes": [{"lemma": "bardzo", "mstag": "adv:pos", "disamb": true}]}, {"index": 90, "position": [586, 602], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 91, "position": [603, 608], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 92, "position": [609, 611], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 93, "position": [612, 623], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 94, "position": [624, 629], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 95, "position": [629, 630], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 96, "position": [631, 640], "orth": "Występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 97, "position": [641, 648], "orth": "głównie", "lexemes": [{"lemma": "głównie", "mstag": "qub", "disamb": true}]}, {"index": 98, "position": [649, 650], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 99, "position": [651, 659], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 100, "position": [659, 660], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 101, "position": [661, 666], "orth": "które", "lexemes": [{"lemma": "który", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 102, "position": [667, 676], "orth": "pokrywają", "lexemes": [{"lemma": "pokrywać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 103, "position": [677, 679], "orth": "70", "lexemes": [{"lemma": "70", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 104, "position": [679, 680], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 105, "position": [680, 681], "orth": "8", "lexemes": [{"lemma": "8", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 106, "position": [681, 682], "orth": "%", "lexemes": [{"lemma": "%", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 107, "position": [683, 694], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 108, "position": [695, 700], "orth": "globu", "lexemes": [{"lemma": "glob", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 109, "position": [700, 701], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 110, "position": [702, 705], "orth": "ale", "lexemes": [{"lemma": "ale", "mstag": "conj", "disamb": true}]}, {"index": 111, "position": [706, 711], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 112, "position": [712, 713], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 113, "position": [714, 721], "orth": "rzekach", "lexemes": [{"lemma": "rzeka", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 114, "position": [721, 722], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 115, "position": [723, 732], "orth": "jeziorach", "lexemes": [{"lemma": "jezioro", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 116, "position": [733, 734], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 117, "position": [735, 736], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 118, "position": [737, 744], "orth": "postaci", "lexemes": [{"lemma": "postać", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 119, "position": [745, 751], "orth": "stałej", "lexemes": [{"lemma": "stały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 120, "position": [752, 753], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 121, "position": [754, 763], "orth": "lodowcach", "lexemes": [{"lemma": "lodowiec", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 122, "position": [763, 764], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 123, "position": [765, 770], "orth": "Część", "lexemes": [{"lemma": "część", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 124, "position": [771, 775], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 125, "position": [776, 784], "orth": "znajduje", "lexemes": [{"lemma": "znajdować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 126, "position": [785, 788], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 127, "position": [789, 790], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 128, "position": [791, 801], "orth": "atmosferze", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 129, "position": [802, 803], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 130, "position": [803, 809], "orth": "chmury", "lexemes": [{"lemma": "chmura", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 131, "position": [809, 810], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 132, "position": [811, 815], "orth": "para", "lexemes": [{"lemma": "para", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 133, "position": [816, 821], "orth": "wodna", "lexemes": [{"lemma": "wodny", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 134, "position": [821, 822], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 135, "position": [822, 823], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 136, "position": [824, 832], "orth": "Niektóre", "lexemes": [{"lemma": "niektóry", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 137, "position": [833, 840], "orth": "związki", "lexemes": [{"lemma": "związek", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 138, "position": [841, 850], "orth": "chemiczne", "lexemes": [{"lemma": "chemiczny", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 139, "position": [851, 860], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 140, "position": [861, 871], "orth": "cząsteczki", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 141, "position": [872, 876], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 142, "position": [877, 878], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 143, "position": [879, 885], "orth": "swojej", "lexemes": [{"lemma": "swój", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 144, "position": [886, 893], "orth": "budowie", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 145, "position": [894, 895], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 146, "position": [895, 902], "orth": "hydraty", "lexemes": [{"lemma": "hydrat", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 147, "position": [903, 904], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 148, "position": [905, 912], "orth": "określa", "lexemes": [{"lemma": "określać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 149, "position": [913, 916], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 150, "position": [917, 919], "orth": "ją", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:acc:f:ter:akc:npraep", "disamb": true}]}, {"index": 151, "position": [920, 927], "orth": "wówczas", "lexemes": [{"lemma": "wówczas", "mstag": "adv", "disamb": true}]}, {"index": 152, "position": [928, 934], "orth": "mianem", "lexemes": [{"lemma": "miano", "mstag": "subst:sg:inst:n", "disamb": true}]}, {"index": 153, "position": [935, 939], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 154, "position": [940, 956], "orth": "krystalizacyjnej", "lexemes": [{"lemma": "krystalizacyjny", "mstag": "adj:sg:gen:f:pos", "disamb": true}]}, {"index": 155, "position": [956, 957], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 156, "position": [957, 958], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 157, "position": [959, 968], "orth": "Zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 158, "position": [969, 973], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 159, "position": [974, 983], "orth": "włączonej", "lexemes": [{"lemma": "włączyć", "mstag": "ppas:sg:gen:f:perf:aff", "disamb": true}]}, {"index": 160, "position": [984, 985], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:acc:nwok", "disamb": true}]}, {"index": 161, "position": [986, 995], "orth": "strukturę", "lexemes": [{"lemma": "struktura", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 162, "position": [996, 1005], "orth": "minerałów", "lexemes": [{"lemma": "minerał", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 163, "position": [1006, 1007], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 164, "position": [1008, 1016], "orth": "płaszczu", "lexemes": [{"lemma": "płaszcz", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 165, "position": [1017, 1022], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 166, "position": [1023, 1027], "orth": "może", "lexemes": [{"lemma": "móc", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 167, "position": [1028, 1039], "orth": "przekraczać", "lexemes": [{"lemma": "przekraczać", "mstag": "inf:imperf", "disamb": true}]}, {"index": 168, "position": [1040, 1046], "orth": "łączną", "lexemes": [{"lemma": "łączny", "mstag": "adj:sg:acc:f:pos", "disamb": true}]}, {"index": 169, "position": [1047, 1056], "orth": "zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 170, "position": [1057, 1061], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 171, "position": [1062, 1063], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 172, "position": [1064, 1072], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 173, "position": [1073, 1074], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 174, "position": [1075, 1081], "orth": "innych", "lexemes": [{"lemma": "inny", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 175, "position": [1082, 1093], "orth": "zbiornikach", "lexemes": [{"lemma": "zbiornik", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 176, "position": [1094, 1110], "orth": "powierzchniowych", "lexemes": [{"lemma": "powierzchniowy", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 177, "position": [1111, 1116], "orth": "nawet", "lexemes": [{"lemma": "nawet", "mstag": "qub", "disamb": true}]}, {"index": 178, "position": [1117, 1134], "orth": "dziesięciokrotnie", "lexemes": [{"lemma": "dziesięciokrotnie", "mstag": "adv:pos", "disamb": true}]}, {"index": 179, "position": [1134, 1135], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 180, "position": [1136, 1140], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 181, "position": [1141, 1152], "orth": "występująca", "lexemes": [{"lemma": "występować", "mstag": "pact:sg:nom:f:imperf:aff", "disamb": true}]}, {"index": 182, "position": [1153, 1154], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 183, "position": [1155, 1165], "orth": "przyrodzie", "lexemes": [{"lemma": "przyroda", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 184, "position": [1166, 1170], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 185, "position": [1171, 1180], "orth": "roztworem", "lexemes": [{"lemma": "roztwór", "mstag": "subst:sg:inst:m3", "disamb": true}]}, {"index": 186, "position": [1181, 1185], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 187, "position": [1186, 1187], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 188, "position": [1188, 1193], "orth": "gazów", "lexemes": [{"lemma": "gaz", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 189, "position": [1193, 1194], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 190, "position": [1195, 1204], "orth": "Najwięcej", "lexemes": [{"lemma": "najwięcej", "mstag": "num:pl:acc:f:rec", "disamb": true}]}, {"index": 191, "position": [1205, 1209], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 192, "position": [1210, 1221], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 193, "position": [1222, 1229], "orth": "zawiera", "lexemes": [{"lemma": "zawierać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 194, "position": [1230, 1234], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 195, "position": [1235, 1241], "orth": "morska", "lexemes": [{"lemma": "morski", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 196, "position": [1242, 1243], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 197, "position": [1244, 1248], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 198, "position": [1249, 1258], "orth": "mineralne", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 199, "position": [1258, 1259], "orth": ";", "lexemes": [{"lemma": ";", "mstag": "interp", "disamb": true}]}, {"index": 200, "position": [1260, 1268], "orth": "najmniej", "lexemes": [{"lemma": "najmniej", "mstag": "num:pl:nom:f:rec", "disamb": true}]}, {"index": 201, "position": [1269, 1273], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 202, "position": [1274, 1275], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 203, "position": [1276, 1282], "orth": "opadów", "lexemes": [{"lemma": "opad", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 204, "position": [1283, 1298], "orth": "atmosferycznych", "lexemes": [{"lemma": "atmosferyczny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 205, "position": [1298, 1299], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 206, "position": [1300, 1304], "orth": "Wodę", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 207, "position": [1305, 1306], "orth": "o", "lexemes": [{"lemma": "o", "mstag": "prep:loc", "disamb": true}]}, {"index": 208, "position": [1307, 1312], "orth": "małej", "lexemes": [{"lemma": "mały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 209, "position": [1313, 1323], "orth": "zawartości", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 210, "position": [1324, 1334], "orth": "składników", "lexemes": [{"lemma": "składnik", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 211, "position": [1335, 1346], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 212, "position": [1347, 1355], "orth": "nazywamy", "lexemes": [{"lemma": "nazywać", "mstag": "fin:pl:pri:imperf", "disamb": true}]}, {"index": 213, "position": [1356, 1360], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 214, "position": [1361, 1367], "orth": "miękką", "lexemes": [{"lemma": "miękki", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 215, "position": [1367, 1368], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 216, "position": [1369, 1378], "orth": "natomiast", "lexemes": [{"lemma": "natomiast", "mstag": "conj", "disamb": true}]}, {"index": 217, "position": [1379, 1390], "orth": "zawierającą", "lexemes": [{"lemma": "zawierać", "mstag": "pact:sg:acc:f:imperf:aff", "disamb": true}]}, {"index": 218, "position": [1391, 1398], "orth": "znaczne", "lexemes": [{"lemma": "znaczny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 219, "position": [1399, 1405], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 220, "position": [1406, 1410], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 221, "position": [1411, 1417], "orth": "wapnia", "lexemes": [{"lemma": "wapń", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 222, "position": [1418, 1419], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 223, "position": [1420, 1427], "orth": "magnezu", "lexemes": [{"lemma": "magnez", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 224, "position": [1428, 1429], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 225, "position": [1430, 1434], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 226, "position": [1435, 1441], "orth": "twardą", "lexemes": [{"lemma": "twardy", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 227, "position": [1441, 1442], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 228, "position": [1443, 1449], "orth": "Oprócz", "lexemes": [{"lemma": "oprócz", "mstag": "prep:gen", "disamb": true}]}, {"index": 229, "position": [1450, 1454], "orth": "tego", "lexemes": [{"lemma": "to", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 230, "position": [1455, 1459], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 231, "position": [1460, 1469], "orth": "naturalne", "lexemes": [{"lemma": "naturalny", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 232, "position": [1470, 1479], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 233, "position": [1480, 1492], "orth": "rozpuszczone", "lexemes": [{"lemma": "rozpuścić", "mstag": "ppas:pl:nom:f:perf:aff", "disamb": true}]}, {"index": 234, "position": [1493, 1503], "orth": "substancje", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 235, "position": [1504, 1515], "orth": "pochodzenia", "lexemes": [{"lemma": "pochodzenie", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 236, "position": [1516, 1528], "orth": "organicznego", "lexemes": [{"lemma": "organiczny", "mstag": "adj:sg:gen:n:pos", "disamb": true}]}, {"index": 237, "position": [1528, 1529], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 238, "position": [1530, 1532], "orth": "np", "lexemes": [{"lemma": "na przykład", "mstag": "brev:pun", "disamb": true}]}, {"index": 239, "position": [1532, 1533], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 240, "position": [1534, 1541], "orth": "mocznik", "lexemes": [{"lemma": "mocznik", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 241, "position": [1541, 1542], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 242, "position": [1543, 1548], "orth": "kwasy", "lexemes": [{"lemma": "kwas", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 243, "position": [1549, 1557], "orth": "humusowe", "lexemes": [{"lemma": "humusowy", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 244, "position": [1558, 1561], "orth": "itp", "lexemes": [{"lemma": "i tym podobne", "mstag": "brev:pun", "disamb": true}]}, {"index": 245, "position": [1561, 1562], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}]} \ No newline at end of file +{"filename": "c77bf1b3-1469-4d20-8cc5-32b922dc511c", "tagset": "nkjp", "sentences": [{"index": 1, "position": [0, 63]}, {"index": 2, "position": [64, 199]}, {"index": 3, "position": [200, 473]}, {"index": 4, "position": [474, 568]}, {"index": 5, "position": [569, 630]}, {"index": 6, "position": [631, 764]}, {"index": 7, "position": [765, 823]}, {"index": 8, "position": [824, 958]}, {"index": 9, "position": [959, 1135]}, {"index": 10, "position": [1136, 1194]}, {"index": 11, "position": [1195, 1299]}, {"index": 12, "position": [1300, 1442]}, {"index": 13, "position": [1443, 1562]}], "tokens": [{"index": 1, "ns": 0, "position": [0, 4], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 2, "ns": 0, "position": [5, 9], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 3, "ns": 0, "position": [10, 15], "orth": "jedną", "lexemes": [{"lemma": "jeden", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 4, "ns": 0, "position": [16, 17], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 5, "ns": 0, "position": [18, 34], "orth": "najpospolitszych", "lexemes": [{"lemma": "pospolity", "mstag": "adj:pl:gen:f:sup", "disamb": true}]}, {"index": 6, "ns": 0, "position": [35, 45], "orth": "substancji", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 7, "ns": 0, "position": [46, 48], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 8, "ns": 1, "position": [49, 62], "orth": "Wszechświecie", "lexemes": [{"lemma": "wszechświat", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 9, "ns": 0, "position": [62, 63], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 10, "ns": 0, "position": [64, 74], "orth": "Cząsteczka", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 11, "ns": 0, "position": [75, 79], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 12, "ns": 0, "position": [80, 84], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 13, "ns": 0, "position": [85, 92], "orth": "trzecią", "lexemes": [{"lemma": "trzeci", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 14, "ns": 0, "position": [93, 104], "orth": "najbardziej", "lexemes": [{"lemma": "bardzo", "mstag": "adv:sup", "disamb": true}]}, {"index": 15, "ns": 0, "position": [105, 121], "orth": "rozpowszechnioną", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 16, "ns": 0, "position": [122, 130], "orth": "molekułą", "lexemes": [{"lemma": "molekuła", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 17, "ns": 0, "position": [131, 132], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 18, "ns": 0, "position": [133, 140], "orth": "ośrodku", "lexemes": [{"lemma": "ośrodek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 19, "ns": 1, "position": [141, 157], "orth": "międzygwiazdowym", "lexemes": [{"lemma": "międzygwiazdowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 20, "ns": 0, "position": [157, 158], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 21, "ns": 0, "position": [159, 161], "orth": "po", "lexemes": [{"lemma": "po", "mstag": "prep:loc", "disamb": true}]}, {"index": 22, "ns": 0, "position": [162, 175], "orth": "cząsteczkowym", "lexemes": [{"lemma": "cząsteczkowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 23, "ns": 0, "position": [176, 183], "orth": "wodorze", "lexemes": [{"lemma": "wodór", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 24, "ns": 0, "position": [184, 185], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 25, "ns": 0, "position": [186, 192], "orth": "tlenku", "lexemes": [{"lemma": "tlenek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 26, "ns": 1, "position": [193, 198], "orth": "węgla", "lexemes": [{"lemma": "węgiel", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 27, "ns": 0, "position": [198, 199], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 28, "ns": 0, "position": [200, 204], "orth": "Jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 29, "ns": 0, "position": [205, 212], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 30, "ns": 0, "position": [213, 220], "orth": "szeroko", "lexemes": [{"lemma": "szeroko", "mstag": "adv:pos", "disamb": true}]}, {"index": 31, "ns": 0, "position": [221, 237], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 32, "ns": 0, "position": [238, 239], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 33, "ns": 0, "position": [240, 248], "orth": "Układzie", "lexemes": [{"lemma": "Układ", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 34, "ns": 1, "position": [249, 259], "orth": "Słonecznym", "lexemes": [{"lemma": "Słoneczny", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 35, "ns": 0, "position": [259, 260], "orth": ":", "lexemes": [{"lemma": ":", "mstag": "interp", "disamb": true}]}, {"index": 36, "ns": 0, "position": [261, 268], "orth": "stanowi", "lexemes": [{"lemma": "stanowić", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 37, "ns": 0, "position": [269, 276], "orth": "istotny", "lexemes": [{"lemma": "istotny", "mstag": "adj:sg:acc:m3:pos", "disamb": true}]}, {"index": 38, "ns": 0, "position": [277, 284], "orth": "element", "lexemes": [{"lemma": "element", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 39, "ns": 0, "position": [285, 291], "orth": "budowy", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 40, "ns": 0, "position": [292, 297], "orth": "Ceres", "lexemes": [{"lemma": "ceres", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 41, "ns": 0, "position": [298, 299], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 42, "ns": 0, "position": [300, 309], "orth": "księżyców", "lexemes": [{"lemma": "księżyc", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 43, "ns": 0, "position": [310, 318], "orth": "lodowych", "lexemes": [{"lemma": "lodowy", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 44, "ns": 0, "position": [319, 328], "orth": "krążących", "lexemes": [{"lemma": "krążyć", "mstag": "pact:pl:gen:f:imperf:aff", "disamb": true}]}, {"index": 45, "ns": 0, "position": [329, 334], "orth": "wokół", "lexemes": [{"lemma": "wokół", "mstag": "prep:gen", "disamb": true}]}, {"index": 46, "ns": 1, "position": [335, 341], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 47, "ns": 1, "position": [341, 342], "orth": "-", "lexemes": [{"lemma": "-", "mstag": "interp", "disamb": true}]}, {"index": 48, "ns": 1, "position": [342, 351], "orth": "olbrzymów", "lexemes": [{"lemma": "olbrzym", "mstag": "subst:pl:gen:m1", "disamb": true}]}, {"index": 49, "ns": 0, "position": [351, 352], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 50, "ns": 0, "position": [353, 357], "orth": "jako", "lexemes": [{"lemma": "jako", "mstag": "adv", "disamb": true}]}, {"index": 51, "ns": 0, "position": [358, 367], "orth": "domieszka", "lexemes": [{"lemma": "domieszka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 52, "ns": 0, "position": [368, 377], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 53, "ns": 0, "position": [378, 379], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 54, "ns": 0, "position": [380, 383], "orth": "ich", "lexemes": [{"lemma": "on", "mstag": "ppron3:pl:gen:m1:ter:akc:npraep", "disamb": true}]}, {"index": 55, "ns": 1, "position": [384, 395], "orth": "atmosferach", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 56, "ns": 0, "position": [395, 396], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 57, "ns": 0, "position": [397, 398], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 58, "ns": 0, "position": [399, 410], "orth": "przypuszcza", "lexemes": [{"lemma": "przypuszczać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 59, "ns": 1, "position": [411, 414], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 60, "ns": 0, "position": [414, 415], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 61, "ns": 0, "position": [416, 418], "orth": "że", "lexemes": [{"lemma": "że", "mstag": "comp", "disamb": true}]}, {"index": 62, "ns": 0, "position": [419, 423], "orth": "duże", "lexemes": [{"lemma": "duży", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 63, "ns": 0, "position": [424, 427], "orth": "jej", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:gen:f:ter:akc:npraep", "disamb": true}]}, {"index": 64, "ns": 0, "position": [428, 434], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 65, "ns": 0, "position": [435, 443], "orth": "znajdują", "lexemes": [{"lemma": "znajdować", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 66, "ns": 0, "position": [444, 447], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 67, "ns": 0, "position": [448, 450], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 68, "ns": 0, "position": [451, 460], "orth": "wnętrzach", "lexemes": [{"lemma": "wnętrze", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 69, "ns": 0, "position": [461, 465], "orth": "tych", "lexemes": [{"lemma": "ten", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 70, "ns": 1, "position": [466, 472], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 71, "ns": 0, "position": [472, 473], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 72, "ns": 0, "position": [474, 478], "orth": "Jako", "lexemes": [{"lemma": "jako", "mstag": "conj", "disamb": true}]}, {"index": 73, "ns": 0, "position": [479, 482], "orth": "lód", "lexemes": [{"lemma": "lód", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 74, "ns": 0, "position": [483, 492], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 75, "ns": 0, "position": [493, 498], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "qub", "disamb": true}]}, {"index": 76, "ns": 0, "position": [499, 501], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 77, "ns": 0, "position": [502, 508], "orth": "części", "lexemes": [{"lemma": "część", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 78, "ns": 1, "position": [509, 518], "orth": "planetoid", "lexemes": [{"lemma": "planetoida", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 79, "ns": 0, "position": [518, 519], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 80, "ns": 0, "position": [520, 521], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 81, "ns": 0, "position": [522, 529], "orth": "zapewne", "lexemes": [{"lemma": "zapewne", "mstag": "qub", "disamb": true}]}, {"index": 82, "ns": 0, "position": [530, 537], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 83, "ns": 0, "position": [538, 540], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 84, "ns": 0, "position": [541, 550], "orth": "obiektach", "lexemes": [{"lemma": "obiekt", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 85, "ns": 1, "position": [551, 567], "orth": "transneptunowych", "lexemes": [{"lemma": "transneptunowych", "mstag": "ign", "disamb": true}]}, {"index": 86, "ns": 0, "position": [567, 568], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 87, "ns": 0, "position": [569, 573], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 88, "ns": 0, "position": [574, 578], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 89, "ns": 0, "position": [579, 585], "orth": "bardzo", "lexemes": [{"lemma": "bardzo", "mstag": "adv:pos", "disamb": true}]}, {"index": 90, "ns": 0, "position": [586, 602], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 91, "ns": 0, "position": [603, 608], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 92, "ns": 0, "position": [609, 611], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 93, "ns": 0, "position": [612, 623], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 94, "ns": 1, "position": [624, 629], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 95, "ns": 0, "position": [629, 630], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 96, "ns": 0, "position": [631, 640], "orth": "Występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 97, "ns": 0, "position": [641, 648], "orth": "głównie", "lexemes": [{"lemma": "głównie", "mstag": "qub", "disamb": true}]}, {"index": 98, "ns": 0, "position": [649, 650], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 99, "ns": 1, "position": [651, 659], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 100, "ns": 0, "position": [659, 660], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 101, "ns": 0, "position": [661, 666], "orth": "które", "lexemes": [{"lemma": "który", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 102, "ns": 0, "position": [667, 676], "orth": "pokrywają", "lexemes": [{"lemma": "pokrywać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 103, "ns": 1, "position": [677, 679], "orth": "70", "lexemes": [{"lemma": "70", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 104, "ns": 1, "position": [679, 680], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 105, "ns": 1, "position": [680, 681], "orth": "8", "lexemes": [{"lemma": "8", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 106, "ns": 0, "position": [681, 682], "orth": "%", "lexemes": [{"lemma": "%", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 107, "ns": 0, "position": [683, 694], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 108, "ns": 1, "position": [695, 700], "orth": "globu", "lexemes": [{"lemma": "glob", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 109, "ns": 0, "position": [700, 701], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 110, "ns": 0, "position": [702, 705], "orth": "ale", "lexemes": [{"lemma": "ale", "mstag": "conj", "disamb": true}]}, {"index": 111, "ns": 0, "position": [706, 711], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 112, "ns": 0, "position": [712, 713], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 113, "ns": 1, "position": [714, 721], "orth": "rzekach", "lexemes": [{"lemma": "rzeka", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 114, "ns": 0, "position": [721, 722], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 115, "ns": 0, "position": [723, 732], "orth": "jeziorach", "lexemes": [{"lemma": "jezioro", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 116, "ns": 0, "position": [733, 734], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 117, "ns": 0, "position": [735, 736], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 118, "ns": 0, "position": [737, 744], "orth": "postaci", "lexemes": [{"lemma": "postać", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 119, "ns": 0, "position": [745, 751], "orth": "stałej", "lexemes": [{"lemma": "stały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 120, "ns": 0, "position": [752, 753], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 121, "ns": 1, "position": [754, 763], "orth": "lodowcach", "lexemes": [{"lemma": "lodowiec", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 122, "ns": 0, "position": [763, 764], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 123, "ns": 0, "position": [765, 770], "orth": "Część", "lexemes": [{"lemma": "część", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 124, "ns": 0, "position": [771, 775], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 125, "ns": 0, "position": [776, 784], "orth": "znajduje", "lexemes": [{"lemma": "znajdować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 126, "ns": 0, "position": [785, 788], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 127, "ns": 0, "position": [789, 790], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 128, "ns": 0, "position": [791, 801], "orth": "atmosferze", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 129, "ns": 1, "position": [802, 803], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 130, "ns": 1, "position": [803, 809], "orth": "chmury", "lexemes": [{"lemma": "chmura", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 131, "ns": 0, "position": [809, 810], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 132, "ns": 0, "position": [811, 815], "orth": "para", "lexemes": [{"lemma": "para", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 133, "ns": 1, "position": [816, 821], "orth": "wodna", "lexemes": [{"lemma": "wodny", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 134, "ns": 1, "position": [821, 822], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 135, "ns": 0, "position": [822, 823], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 136, "ns": 0, "position": [824, 832], "orth": "Niektóre", "lexemes": [{"lemma": "niektóry", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 137, "ns": 0, "position": [833, 840], "orth": "związki", "lexemes": [{"lemma": "związek", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 138, "ns": 0, "position": [841, 850], "orth": "chemiczne", "lexemes": [{"lemma": "chemiczny", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 139, "ns": 0, "position": [851, 860], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 140, "ns": 0, "position": [861, 871], "orth": "cząsteczki", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 141, "ns": 0, "position": [872, 876], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 142, "ns": 0, "position": [877, 878], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 143, "ns": 0, "position": [879, 885], "orth": "swojej", "lexemes": [{"lemma": "swój", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 144, "ns": 0, "position": [886, 893], "orth": "budowie", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 145, "ns": 1, "position": [894, 895], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 146, "ns": 0, "position": [895, 902], "orth": "hydraty", "lexemes": [{"lemma": "hydrat", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 147, "ns": 0, "position": [903, 904], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 148, "ns": 0, "position": [905, 912], "orth": "określa", "lexemes": [{"lemma": "określać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 149, "ns": 0, "position": [913, 916], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 150, "ns": 0, "position": [917, 919], "orth": "ją", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:acc:f:ter:akc:npraep", "disamb": true}]}, {"index": 151, "ns": 0, "position": [920, 927], "orth": "wówczas", "lexemes": [{"lemma": "wówczas", "mstag": "adv", "disamb": true}]}, {"index": 152, "ns": 0, "position": [928, 934], "orth": "mianem", "lexemes": [{"lemma": "miano", "mstag": "subst:sg:inst:n", "disamb": true}]}, {"index": 153, "ns": 0, "position": [935, 939], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 154, "ns": 1, "position": [940, 956], "orth": "krystalizacyjnej", "lexemes": [{"lemma": "krystalizacyjny", "mstag": "adj:sg:gen:f:pos", "disamb": true}]}, {"index": 155, "ns": 1, "position": [956, 957], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 156, "ns": 0, "position": [957, 958], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 157, "ns": 0, "position": [959, 968], "orth": "Zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 158, "ns": 0, "position": [969, 973], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 159, "ns": 0, "position": [974, 983], "orth": "włączonej", "lexemes": [{"lemma": "włączyć", "mstag": "ppas:sg:gen:f:perf:aff", "disamb": true}]}, {"index": 160, "ns": 0, "position": [984, 985], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:acc:nwok", "disamb": true}]}, {"index": 161, "ns": 0, "position": [986, 995], "orth": "strukturę", "lexemes": [{"lemma": "struktura", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 162, "ns": 0, "position": [996, 1005], "orth": "minerałów", "lexemes": [{"lemma": "minerał", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 163, "ns": 0, "position": [1006, 1007], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 164, "ns": 0, "position": [1008, 1016], "orth": "płaszczu", "lexemes": [{"lemma": "płaszcz", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 165, "ns": 0, "position": [1017, 1022], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 166, "ns": 0, "position": [1023, 1027], "orth": "może", "lexemes": [{"lemma": "móc", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 167, "ns": 0, "position": [1028, 1039], "orth": "przekraczać", "lexemes": [{"lemma": "przekraczać", "mstag": "inf:imperf", "disamb": true}]}, {"index": 168, "ns": 0, "position": [1040, 1046], "orth": "łączną", "lexemes": [{"lemma": "łączny", "mstag": "adj:sg:acc:f:pos", "disamb": true}]}, {"index": 169, "ns": 0, "position": [1047, 1056], "orth": "zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 170, "ns": 0, "position": [1057, 1061], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 171, "ns": 0, "position": [1062, 1063], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 172, "ns": 0, "position": [1064, 1072], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 173, "ns": 0, "position": [1073, 1074], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 174, "ns": 0, "position": [1075, 1081], "orth": "innych", "lexemes": [{"lemma": "inny", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 175, "ns": 0, "position": [1082, 1093], "orth": "zbiornikach", "lexemes": [{"lemma": "zbiornik", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 176, "ns": 0, "position": [1094, 1110], "orth": "powierzchniowych", "lexemes": [{"lemma": "powierzchniowy", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 177, "ns": 0, "position": [1111, 1116], "orth": "nawet", "lexemes": [{"lemma": "nawet", "mstag": "qub", "disamb": true}]}, {"index": 178, "ns": 1, "position": [1117, 1134], "orth": "dziesięciokrotnie", "lexemes": [{"lemma": "dziesięciokrotnie", "mstag": "adv:pos", "disamb": true}]}, {"index": 179, "ns": 0, "position": [1134, 1135], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 180, "ns": 0, "position": [1136, 1140], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 181, "ns": 0, "position": [1141, 1152], "orth": "występująca", "lexemes": [{"lemma": "występować", "mstag": "pact:sg:nom:f:imperf:aff", "disamb": true}]}, {"index": 182, "ns": 0, "position": [1153, 1154], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 183, "ns": 0, "position": [1155, 1165], "orth": "przyrodzie", "lexemes": [{"lemma": "przyroda", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 184, "ns": 0, "position": [1166, 1170], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 185, "ns": 0, "position": [1171, 1180], "orth": "roztworem", "lexemes": [{"lemma": "roztwór", "mstag": "subst:sg:inst:m3", "disamb": true}]}, {"index": 186, "ns": 0, "position": [1181, 1185], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 187, "ns": 0, "position": [1186, 1187], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 188, "ns": 1, "position": [1188, 1193], "orth": "gazów", "lexemes": [{"lemma": "gaz", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 189, "ns": 0, "position": [1193, 1194], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 190, "ns": 0, "position": [1195, 1204], "orth": "Najwięcej", "lexemes": [{"lemma": "najwięcej", "mstag": "num:pl:acc:f:rec", "disamb": true}]}, {"index": 191, "ns": 0, "position": [1205, 1209], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 192, "ns": 0, "position": [1210, 1221], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 193, "ns": 0, "position": [1222, 1229], "orth": "zawiera", "lexemes": [{"lemma": "zawierać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 194, "ns": 0, "position": [1230, 1234], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 195, "ns": 0, "position": [1235, 1241], "orth": "morska", "lexemes": [{"lemma": "morski", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 196, "ns": 0, "position": [1242, 1243], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 197, "ns": 0, "position": [1244, 1248], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 198, "ns": 1, "position": [1249, 1258], "orth": "mineralne", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 199, "ns": 0, "position": [1258, 1259], "orth": ";", "lexemes": [{"lemma": ";", "mstag": "interp", "disamb": true}]}, {"index": 200, "ns": 0, "position": [1260, 1268], "orth": "najmniej", "lexemes": [{"lemma": "najmniej", "mstag": "num:pl:nom:f:rec", "disamb": true}]}, {"index": 201, "ns": 0, "position": [1269, 1273], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 202, "ns": 0, "position": [1274, 1275], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 203, "ns": 0, "position": [1276, 1282], "orth": "opadów", "lexemes": [{"lemma": "opad", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 204, "ns": 1, "position": [1283, 1298], "orth": "atmosferycznych", "lexemes": [{"lemma": "atmosferyczny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 205, "ns": 0, "position": [1298, 1299], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 206, "ns": 0, "position": [1300, 1304], "orth": "Wodę", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 207, "ns": 0, "position": [1305, 1306], "orth": "o", "lexemes": [{"lemma": "o", "mstag": "prep:loc", "disamb": true}]}, {"index": 208, "ns": 0, "position": [1307, 1312], "orth": "małej", "lexemes": [{"lemma": "mały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 209, "ns": 0, "position": [1313, 1323], "orth": "zawartości", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 210, "ns": 0, "position": [1324, 1334], "orth": "składników", "lexemes": [{"lemma": "składnik", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 211, "ns": 0, "position": [1335, 1346], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 212, "ns": 0, "position": [1347, 1355], "orth": "nazywamy", "lexemes": [{"lemma": "nazywać", "mstag": "fin:pl:pri:imperf", "disamb": true}]}, {"index": 213, "ns": 0, "position": [1356, 1360], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 214, "ns": 1, "position": [1361, 1367], "orth": "miękką", "lexemes": [{"lemma": "miękki", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 215, "ns": 0, "position": [1367, 1368], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 216, "ns": 0, "position": [1369, 1378], "orth": "natomiast", "lexemes": [{"lemma": "natomiast", "mstag": "conj", "disamb": true}]}, {"index": 217, "ns": 0, "position": [1379, 1390], "orth": "zawierającą", "lexemes": [{"lemma": "zawierać", "mstag": "pact:sg:acc:f:imperf:aff", "disamb": true}]}, {"index": 218, "ns": 0, "position": [1391, 1398], "orth": "znaczne", "lexemes": [{"lemma": "znaczny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 219, "ns": 0, "position": [1399, 1405], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 220, "ns": 0, "position": [1406, 1410], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 221, "ns": 0, "position": [1411, 1417], "orth": "wapnia", "lexemes": [{"lemma": "wapń", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 222, "ns": 0, "position": [1418, 1419], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 223, "ns": 0, "position": [1420, 1427], "orth": "magnezu", "lexemes": [{"lemma": "magnez", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 224, "ns": 0, "position": [1428, 1429], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 225, "ns": 0, "position": [1430, 1434], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 226, "ns": 1, "position": [1435, 1441], "orth": "twardą", "lexemes": [{"lemma": "twardy", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 227, "ns": 0, "position": [1441, 1442], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 228, "ns": 0, "position": [1443, 1449], "orth": "Oprócz", "lexemes": [{"lemma": "oprócz", "mstag": "prep:gen", "disamb": true}]}, {"index": 229, "ns": 0, "position": [1450, 1454], "orth": "tego", "lexemes": [{"lemma": "to", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 230, "ns": 0, "position": [1455, 1459], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 231, "ns": 0, "position": [1460, 1469], "orth": "naturalne", "lexemes": [{"lemma": "naturalny", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 232, "ns": 0, "position": [1470, 1479], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 233, "ns": 0, "position": [1480, 1492], "orth": "rozpuszczone", "lexemes": [{"lemma": "rozpuścić", "mstag": "ppas:pl:nom:f:perf:aff", "disamb": true}]}, {"index": 234, "ns": 0, "position": [1493, 1503], "orth": "substancje", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 235, "ns": 0, "position": [1504, 1515], "orth": "pochodzenia", "lexemes": [{"lemma": "pochodzenie", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 236, "ns": 1, "position": [1516, 1528], "orth": "organicznego", "lexemes": [{"lemma": "organiczny", "mstag": "adj:sg:gen:n:pos", "disamb": true}]}, {"index": 237, "ns": 0, "position": [1528, 1529], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 238, "ns": 1, "position": [1530, 1532], "orth": "np", "lexemes": [{"lemma": "na przykład", "mstag": "brev:pun", "disamb": true}]}, {"index": 239, "ns": 0, "position": [1532, 1533], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 240, "ns": 1, "position": [1534, 1541], "orth": "mocznik", "lexemes": [{"lemma": "mocznik", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 241, "ns": 0, "position": [1541, 1542], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 242, "ns": 0, "position": [1543, 1548], "orth": "kwasy", "lexemes": [{"lemma": "kwas", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 243, "ns": 0, "position": [1549, 1557], "orth": "humusowe", "lexemes": [{"lemma": "humusowy", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 244, "ns": 1, "position": [1558, 1561], "orth": "itp", "lexemes": [{"lemma": "i tym podobne", "mstag": "brev:pun", "disamb": true}]}, {"index": 245, "ns": 0, "position": [1561, 1562], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}]} \ No newline at end of file diff --git a/tests/testdata/expected/post_postagger_json_json_text_expected.json b/tests/testdata/expected/post_postagger_json_json_text_expected.json index 8bac144fb769dcf2ae1f66d8b3e2fad955afefd3..e975fcb354f47b1d91b5f22a9b751a3481135a25 100644 --- a/tests/testdata/expected/post_postagger_json_json_text_expected.json +++ b/tests/testdata/expected/post_postagger_json_json_text_expected.json @@ -1 +1 @@ -{"filename": "de45f6cb-3d50-4d61-bb74-e2d7a4ab0eee", "tagset": "nkjp", "tokens": [{"index": 1, "position": [0, 4], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 2, "position": [5, 9], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 3, "position": [10, 15], "orth": "jedną", "lexemes": [{"lemma": "jeden", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 4, "position": [16, 17], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 5, "position": [18, 34], "orth": "najpospolitszych", "lexemes": [{"lemma": "pospolity", "mstag": "adj:pl:gen:f:sup", "disamb": true}]}, {"index": 6, "position": [35, 45], "orth": "substancji", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 7, "position": [46, 48], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 8, "position": [49, 62], "orth": "Wszechświecie", "lexemes": [{"lemma": "wszechświat", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 9, "position": [62, 63], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 10, "position": [64, 74], "orth": "Cząsteczka", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 11, "position": [75, 79], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 12, "position": [80, 84], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 13, "position": [85, 92], "orth": "trzecią", "lexemes": [{"lemma": "trzeci", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 14, "position": [93, 104], "orth": "najbardziej", "lexemes": [{"lemma": "bardzo", "mstag": "adv:sup", "disamb": true}]}, {"index": 15, "position": [105, 121], "orth": "rozpowszechnioną", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 16, "position": [122, 130], "orth": "molekułą", "lexemes": [{"lemma": "molekuła", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 17, "position": [131, 132], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 18, "position": [133, 140], "orth": "ośrodku", "lexemes": [{"lemma": "ośrodek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 19, "position": [141, 157], "orth": "międzygwiazdowym", "lexemes": [{"lemma": "międzygwiazdowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 20, "position": [157, 158], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 21, "position": [159, 161], "orth": "po", "lexemes": [{"lemma": "po", "mstag": "prep:loc", "disamb": true}]}, {"index": 22, "position": [162, 175], "orth": "cząsteczkowym", "lexemes": [{"lemma": "cząsteczkowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 23, "position": [176, 183], "orth": "wodorze", "lexemes": [{"lemma": "wodór", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 24, "position": [184, 185], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 25, "position": [186, 192], "orth": "tlenku", "lexemes": [{"lemma": "tlenek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 26, "position": [193, 198], "orth": "węgla", "lexemes": [{"lemma": "węgiel", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 27, "position": [198, 199], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 28, "position": [200, 204], "orth": "Jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 29, "position": [205, 212], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 30, "position": [213, 220], "orth": "szeroko", "lexemes": [{"lemma": "szeroko", "mstag": "adv:pos", "disamb": true}]}, {"index": 31, "position": [221, 237], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 32, "position": [238, 239], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 33, "position": [240, 248], "orth": "Układzie", "lexemes": [{"lemma": "Układ", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 34, "position": [249, 259], "orth": "Słonecznym", "lexemes": [{"lemma": "Słoneczny", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 35, "position": [259, 260], "orth": ":", "lexemes": [{"lemma": ":", "mstag": "interp", "disamb": true}]}, {"index": 36, "position": [261, 268], "orth": "stanowi", "lexemes": [{"lemma": "stanowić", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 37, "position": [269, 276], "orth": "istotny", "lexemes": [{"lemma": "istotny", "mstag": "adj:sg:acc:m3:pos", "disamb": true}]}, {"index": 38, "position": [277, 284], "orth": "element", "lexemes": [{"lemma": "element", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 39, "position": [285, 291], "orth": "budowy", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 40, "position": [292, 297], "orth": "Ceres", "lexemes": [{"lemma": "ceres", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 41, "position": [298, 299], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 42, "position": [300, 309], "orth": "księżyców", "lexemes": [{"lemma": "księżyc", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 43, "position": [310, 318], "orth": "lodowych", "lexemes": [{"lemma": "lodowy", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 44, "position": [319, 328], "orth": "krążących", "lexemes": [{"lemma": "krążyć", "mstag": "pact:pl:gen:f:imperf:aff", "disamb": true}]}, {"index": 45, "position": [329, 334], "orth": "wokół", "lexemes": [{"lemma": "wokół", "mstag": "prep:gen", "disamb": true}]}, {"index": 46, "position": [335, 341], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 47, "position": [341, 342], "orth": "-", "lexemes": [{"lemma": "-", "mstag": "interp", "disamb": true}]}, {"index": 48, "position": [342, 351], "orth": "olbrzymów", "lexemes": [{"lemma": "olbrzym", "mstag": "subst:pl:gen:m1", "disamb": true}]}, {"index": 49, "position": [351, 352], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 50, "position": [353, 357], "orth": "jako", "lexemes": [{"lemma": "jako", "mstag": "adv", "disamb": true}]}, {"index": 51, "position": [358, 367], "orth": "domieszka", "lexemes": [{"lemma": "domieszka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 52, "position": [368, 377], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 53, "position": [378, 379], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 54, "position": [380, 383], "orth": "ich", "lexemes": [{"lemma": "on", "mstag": "ppron3:pl:gen:m1:ter:akc:npraep", "disamb": true}]}, {"index": 55, "position": [384, 395], "orth": "atmosferach", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 56, "position": [395, 396], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 57, "position": [397, 398], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 58, "position": [399, 410], "orth": "przypuszcza", "lexemes": [{"lemma": "przypuszczać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 59, "position": [411, 414], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 60, "position": [414, 415], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 61, "position": [416, 418], "orth": "że", "lexemes": [{"lemma": "że", "mstag": "comp", "disamb": true}]}, {"index": 62, "position": [419, 423], "orth": "duże", "lexemes": [{"lemma": "duży", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 63, "position": [424, 427], "orth": "jej", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:gen:f:ter:akc:npraep", "disamb": true}]}, {"index": 64, "position": [428, 434], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 65, "position": [435, 443], "orth": "znajdują", "lexemes": [{"lemma": "znajdować", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 66, "position": [444, 447], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 67, "position": [448, 450], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 68, "position": [451, 460], "orth": "wnętrzach", "lexemes": [{"lemma": "wnętrze", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 69, "position": [461, 465], "orth": "tych", "lexemes": [{"lemma": "ten", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 70, "position": [466, 472], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 71, "position": [472, 473], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 72, "position": [474, 478], "orth": "Jako", "lexemes": [{"lemma": "jako", "mstag": "conj", "disamb": true}]}, {"index": 73, "position": [479, 482], "orth": "lód", "lexemes": [{"lemma": "lód", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 74, "position": [483, 492], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 75, "position": [493, 498], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "qub", "disamb": true}]}, {"index": 76, "position": [499, 501], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 77, "position": [502, 508], "orth": "części", "lexemes": [{"lemma": "część", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 78, "position": [509, 518], "orth": "planetoid", "lexemes": [{"lemma": "planetoida", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 79, "position": [518, 519], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 80, "position": [520, 521], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 81, "position": [522, 529], "orth": "zapewne", "lexemes": [{"lemma": "zapewne", "mstag": "qub", "disamb": true}]}, {"index": 82, "position": [530, 537], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 83, "position": [538, 540], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 84, "position": [541, 550], "orth": "obiektach", "lexemes": [{"lemma": "obiekt", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 85, "position": [551, 567], "orth": "transneptunowych", "lexemes": [{"lemma": "transneptunowych", "mstag": "ign", "disamb": true}]}, {"index": 86, "position": [567, 568], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 87, "position": [569, 573], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 88, "position": [574, 578], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 89, "position": [579, 585], "orth": "bardzo", "lexemes": [{"lemma": "bardzo", "mstag": "adv:pos", "disamb": true}]}, {"index": 90, "position": [586, 602], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 91, "position": [603, 608], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 92, "position": [609, 611], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 93, "position": [612, 623], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 94, "position": [624, 629], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 95, "position": [629, 630], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 96, "position": [631, 640], "orth": "Występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 97, "position": [641, 648], "orth": "głównie", "lexemes": [{"lemma": "głównie", "mstag": "qub", "disamb": true}]}, {"index": 98, "position": [649, 650], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 99, "position": [651, 659], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 100, "position": [659, 660], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 101, "position": [661, 666], "orth": "które", "lexemes": [{"lemma": "który", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 102, "position": [667, 676], "orth": "pokrywają", "lexemes": [{"lemma": "pokrywać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 103, "position": [677, 679], "orth": "70", "lexemes": [{"lemma": "70", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 104, "position": [679, 680], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 105, "position": [680, 681], "orth": "8", "lexemes": [{"lemma": "8", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 106, "position": [681, 682], "orth": "%", "lexemes": [{"lemma": "%", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 107, "position": [683, 694], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 108, "position": [695, 700], "orth": "globu", "lexemes": [{"lemma": "glob", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 109, "position": [700, 701], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 110, "position": [702, 705], "orth": "ale", "lexemes": [{"lemma": "ale", "mstag": "conj", "disamb": true}]}, {"index": 111, "position": [706, 711], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 112, "position": [712, 713], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 113, "position": [714, 721], "orth": "rzekach", "lexemes": [{"lemma": "rzeka", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 114, "position": [721, 722], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 115, "position": [723, 732], "orth": "jeziorach", "lexemes": [{"lemma": "jezioro", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 116, "position": [733, 734], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 117, "position": [735, 736], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 118, "position": [737, 744], "orth": "postaci", "lexemes": [{"lemma": "postać", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 119, "position": [745, 751], "orth": "stałej", "lexemes": [{"lemma": "stały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 120, "position": [752, 753], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 121, "position": [754, 763], "orth": "lodowcach", "lexemes": [{"lemma": "lodowiec", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 122, "position": [763, 764], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 123, "position": [765, 770], "orth": "Część", "lexemes": [{"lemma": "część", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 124, "position": [771, 775], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 125, "position": [776, 784], "orth": "znajduje", "lexemes": [{"lemma": "znajdować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 126, "position": [785, 788], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 127, "position": [789, 790], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 128, "position": [791, 801], "orth": "atmosferze", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 129, "position": [802, 803], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 130, "position": [803, 809], "orth": "chmury", "lexemes": [{"lemma": "chmura", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 131, "position": [809, 810], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 132, "position": [811, 815], "orth": "para", "lexemes": [{"lemma": "para", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 133, "position": [816, 821], "orth": "wodna", "lexemes": [{"lemma": "wodny", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 134, "position": [821, 822], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 135, "position": [822, 823], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 136, "position": [824, 832], "orth": "Niektóre", "lexemes": [{"lemma": "niektóry", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 137, "position": [833, 840], "orth": "związki", "lexemes": [{"lemma": "związek", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 138, "position": [841, 850], "orth": "chemiczne", "lexemes": [{"lemma": "chemiczny", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 139, "position": [851, 860], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 140, "position": [861, 871], "orth": "cząsteczki", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 141, "position": [872, 876], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 142, "position": [877, 878], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 143, "position": [879, 885], "orth": "swojej", "lexemes": [{"lemma": "swój", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 144, "position": [886, 893], "orth": "budowie", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 145, "position": [894, 895], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 146, "position": [895, 902], "orth": "hydraty", "lexemes": [{"lemma": "hydrat", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 147, "position": [903, 904], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 148, "position": [905, 912], "orth": "określa", "lexemes": [{"lemma": "określać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 149, "position": [913, 916], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 150, "position": [917, 919], "orth": "ją", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:acc:f:ter:akc:npraep", "disamb": true}]}, {"index": 151, "position": [920, 927], "orth": "wówczas", "lexemes": [{"lemma": "wówczas", "mstag": "adv", "disamb": true}]}, {"index": 152, "position": [928, 934], "orth": "mianem", "lexemes": [{"lemma": "miano", "mstag": "subst:sg:inst:n", "disamb": true}]}, {"index": 153, "position": [935, 939], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 154, "position": [940, 956], "orth": "krystalizacyjnej", "lexemes": [{"lemma": "krystalizacyjny", "mstag": "adj:sg:gen:f:pos", "disamb": true}]}, {"index": 155, "position": [956, 957], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 156, "position": [957, 958], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 157, "position": [959, 968], "orth": "Zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 158, "position": [969, 973], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 159, "position": [974, 983], "orth": "włączonej", "lexemes": [{"lemma": "włączyć", "mstag": "ppas:sg:gen:f:perf:aff", "disamb": true}]}, {"index": 160, "position": [984, 985], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:acc:nwok", "disamb": true}]}, {"index": 161, "position": [986, 995], "orth": "strukturę", "lexemes": [{"lemma": "struktura", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 162, "position": [996, 1005], "orth": "minerałów", "lexemes": [{"lemma": "minerał", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 163, "position": [1006, 1007], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 164, "position": [1008, 1016], "orth": "płaszczu", "lexemes": [{"lemma": "płaszcz", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 165, "position": [1017, 1022], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 166, "position": [1023, 1027], "orth": "może", "lexemes": [{"lemma": "móc", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 167, "position": [1028, 1039], "orth": "przekraczać", "lexemes": [{"lemma": "przekraczać", "mstag": "inf:imperf", "disamb": true}]}, {"index": 168, "position": [1040, 1046], "orth": "łączną", "lexemes": [{"lemma": "łączny", "mstag": "adj:sg:acc:f:pos", "disamb": true}]}, {"index": 169, "position": [1047, 1056], "orth": "zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 170, "position": [1057, 1061], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 171, "position": [1062, 1063], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 172, "position": [1064, 1072], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 173, "position": [1073, 1074], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 174, "position": [1075, 1081], "orth": "innych", "lexemes": [{"lemma": "inny", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 175, "position": [1082, 1093], "orth": "zbiornikach", "lexemes": [{"lemma": "zbiornik", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 176, "position": [1094, 1110], "orth": "powierzchniowych", "lexemes": [{"lemma": "powierzchniowy", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 177, "position": [1111, 1116], "orth": "nawet", "lexemes": [{"lemma": "nawet", "mstag": "qub", "disamb": true}]}, {"index": 178, "position": [1117, 1134], "orth": "dziesięciokrotnie", "lexemes": [{"lemma": "dziesięciokrotnie", "mstag": "adv:pos", "disamb": true}]}, {"index": 179, "position": [1134, 1135], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 180, "position": [1136, 1140], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 181, "position": [1141, 1152], "orth": "występująca", "lexemes": [{"lemma": "występować", "mstag": "pact:sg:nom:f:imperf:aff", "disamb": true}]}, {"index": 182, "position": [1153, 1154], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 183, "position": [1155, 1165], "orth": "przyrodzie", "lexemes": [{"lemma": "przyroda", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 184, "position": [1166, 1170], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 185, "position": [1171, 1180], "orth": "roztworem", "lexemes": [{"lemma": "roztwór", "mstag": "subst:sg:inst:m3", "disamb": true}]}, {"index": 186, "position": [1181, 1185], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 187, "position": [1186, 1187], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 188, "position": [1188, 1193], "orth": "gazów", "lexemes": [{"lemma": "gaz", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 189, "position": [1193, 1194], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 190, "position": [1195, 1204], "orth": "Najwięcej", "lexemes": [{"lemma": "najwięcej", "mstag": "num:pl:acc:f:rec", "disamb": true}]}, {"index": 191, "position": [1205, 1209], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 192, "position": [1210, 1221], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 193, "position": [1222, 1229], "orth": "zawiera", "lexemes": [{"lemma": "zawierać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 194, "position": [1230, 1234], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 195, "position": [1235, 1241], "orth": "morska", "lexemes": [{"lemma": "morski", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 196, "position": [1242, 1243], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 197, "position": [1244, 1248], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 198, "position": [1249, 1258], "orth": "mineralne", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 199, "position": [1258, 1259], "orth": ";", "lexemes": [{"lemma": ";", "mstag": "interp", "disamb": true}]}, {"index": 200, "position": [1260, 1268], "orth": "najmniej", "lexemes": [{"lemma": "najmniej", "mstag": "num:pl:nom:f:rec", "disamb": true}]}, {"index": 201, "position": [1269, 1273], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 202, "position": [1274, 1275], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 203, "position": [1276, 1282], "orth": "opadów", "lexemes": [{"lemma": "opad", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 204, "position": [1283, 1298], "orth": "atmosferycznych", "lexemes": [{"lemma": "atmosferyczny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 205, "position": [1298, 1299], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 206, "position": [1300, 1304], "orth": "Wodę", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 207, "position": [1305, 1306], "orth": "o", "lexemes": [{"lemma": "o", "mstag": "prep:loc", "disamb": true}]}, {"index": 208, "position": [1307, 1312], "orth": "małej", "lexemes": [{"lemma": "mały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 209, "position": [1313, 1323], "orth": "zawartości", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 210, "position": [1324, 1334], "orth": "składników", "lexemes": [{"lemma": "składnik", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 211, "position": [1335, 1346], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 212, "position": [1347, 1355], "orth": "nazywamy", "lexemes": [{"lemma": "nazywać", "mstag": "fin:pl:pri:imperf", "disamb": true}]}, {"index": 213, "position": [1356, 1360], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 214, "position": [1361, 1367], "orth": "miękką", "lexemes": [{"lemma": "miękki", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 215, "position": [1367, 1368], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 216, "position": [1369, 1378], "orth": "natomiast", "lexemes": [{"lemma": "natomiast", "mstag": "conj", "disamb": true}]}, {"index": 217, "position": [1379, 1390], "orth": "zawierającą", "lexemes": [{"lemma": "zawierać", "mstag": "pact:sg:acc:f:imperf:aff", "disamb": true}]}, {"index": 218, "position": [1391, 1398], "orth": "znaczne", "lexemes": [{"lemma": "znaczny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 219, "position": [1399, 1405], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 220, "position": [1406, 1410], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 221, "position": [1411, 1417], "orth": "wapnia", "lexemes": [{"lemma": "wapń", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 222, "position": [1418, 1419], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 223, "position": [1420, 1427], "orth": "magnezu", "lexemes": [{"lemma": "magnez", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 224, "position": [1428, 1429], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 225, "position": [1430, 1434], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 226, "position": [1435, 1441], "orth": "twardą", "lexemes": [{"lemma": "twardy", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 227, "position": [1441, 1442], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 228, "position": [1443, 1449], "orth": "Oprócz", "lexemes": [{"lemma": "oprócz", "mstag": "prep:gen", "disamb": true}]}, {"index": 229, "position": [1450, 1454], "orth": "tego", "lexemes": [{"lemma": "to", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 230, "position": [1455, 1459], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 231, "position": [1460, 1469], "orth": "naturalne", "lexemes": [{"lemma": "naturalny", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 232, "position": [1470, 1479], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 233, "position": [1480, 1492], "orth": "rozpuszczone", "lexemes": [{"lemma": "rozpuścić", "mstag": "ppas:pl:nom:f:perf:aff", "disamb": true}]}, {"index": 234, "position": [1493, 1503], "orth": "substancje", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 235, "position": [1504, 1515], "orth": "pochodzenia", "lexemes": [{"lemma": "pochodzenie", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 236, "position": [1516, 1528], "orth": "organicznego", "lexemes": [{"lemma": "organiczny", "mstag": "adj:sg:gen:n:pos", "disamb": true}]}, {"index": 237, "position": [1528, 1529], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 238, "position": [1530, 1532], "orth": "np", "lexemes": [{"lemma": "na przykład", "mstag": "brev:pun", "disamb": true}]}, {"index": 239, "position": [1532, 1533], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 240, "position": [1534, 1541], "orth": "mocznik", "lexemes": [{"lemma": "mocznik", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 241, "position": [1541, 1542], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 242, "position": [1543, 1548], "orth": "kwasy", "lexemes": [{"lemma": "kwas", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 243, "position": [1549, 1557], "orth": "humusowe", "lexemes": [{"lemma": "humusowy", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 244, "position": [1558, 1561], "orth": "itp", "lexemes": [{"lemma": "i tym podobne", "mstag": "brev:pun", "disamb": true}]}, {"index": 245, "position": [1561, 1562], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}], "text": "Woda jest jedną z najpospolitszych substancji we Wszechświecie. Cząsteczka wody jest trzecią najbardziej rozpowszechnioną molekułą w ośrodku międzygwiazdowym, po cząsteczkowym wodorze i tlenku węgla. Jest również szeroko rozpowszechniona w Układzie Słonecznym: stanowi istotny element budowy Ceres i księżyców lodowych krążących wokół planet-olbrzymów, jako domieszka występuje w ich atmosferach, a przypuszcza się, że duże jej ilości znajdują się we wnętrzach tych planet. Jako lód występuje także na części planetoid, a zapewne również na obiektach transneptunowych. Woda jest bardzo rozpowszechniona także na powierzchni Ziemi. Występuje głównie w oceanach, które pokrywają 70,8% powierzchni globu, ale także w rzekach, jeziorach i w postaci stałej w lodowcach. Część wody znajduje się w atmosferze (chmury, para wodna). Niektóre związki chemiczne zawierają cząsteczki wody w swojej budowie (hydraty – określa się ją wówczas mianem wody krystalizacyjnej). Zawartość wody włączonej w strukturę minerałów w płaszczu Ziemi może przekraczać łączną zawartość wody w oceanach i innych zbiornikach powierzchniowych nawet dziesięciokrotnie. Woda występująca w przyrodzie jest roztworem soli i gazów. Najwięcej soli mineralnych zawiera woda morska i wody mineralne; najmniej woda z opadów atmosferycznych. Wodę o małej zawartości składników mineralnych nazywamy wodą miękką, natomiast zawierającą znaczne ilości soli wapnia i magnezu – wodą twardą. Oprócz tego wody naturalne zawierają rozpuszczone substancje pochodzenia organicznego, np. mocznik, kwasy humusowe itp."} \ No newline at end of file +{"filename": "552cd45e-f5ba-4d67-9ddc-21adb3a34a50", "tagset": "nkjp", "sentences": [{"index": 1, "position": [0, 63]}, {"index": 2, "position": [64, 199]}, {"index": 3, "position": [200, 473]}, {"index": 4, "position": [474, 568]}, {"index": 5, "position": [569, 630]}, {"index": 6, "position": [631, 764]}, {"index": 7, "position": [765, 823]}, {"index": 8, "position": [824, 958]}, {"index": 9, "position": [959, 1135]}, {"index": 10, "position": [1136, 1194]}, {"index": 11, "position": [1195, 1299]}, {"index": 12, "position": [1300, 1442]}, {"index": 13, "position": [1443, 1562]}], "tokens": [{"index": 1, "ns": 0, "position": [0, 4], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 2, "ns": 0, "position": [5, 9], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 3, "ns": 0, "position": [10, 15], "orth": "jedną", "lexemes": [{"lemma": "jeden", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 4, "ns": 0, "position": [16, 17], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 5, "ns": 0, "position": [18, 34], "orth": "najpospolitszych", "lexemes": [{"lemma": "pospolity", "mstag": "adj:pl:gen:f:sup", "disamb": true}]}, {"index": 6, "ns": 0, "position": [35, 45], "orth": "substancji", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 7, "ns": 0, "position": [46, 48], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 8, "ns": 1, "position": [49, 62], "orth": "Wszechświecie", "lexemes": [{"lemma": "wszechświat", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 9, "ns": 0, "position": [62, 63], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 10, "ns": 0, "position": [64, 74], "orth": "Cząsteczka", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 11, "ns": 0, "position": [75, 79], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 12, "ns": 0, "position": [80, 84], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 13, "ns": 0, "position": [85, 92], "orth": "trzecią", "lexemes": [{"lemma": "trzeci", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 14, "ns": 0, "position": [93, 104], "orth": "najbardziej", "lexemes": [{"lemma": "bardzo", "mstag": "adv:sup", "disamb": true}]}, {"index": 15, "ns": 0, "position": [105, 121], "orth": "rozpowszechnioną", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 16, "ns": 0, "position": [122, 130], "orth": "molekułą", "lexemes": [{"lemma": "molekuła", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 17, "ns": 0, "position": [131, 132], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 18, "ns": 0, "position": [133, 140], "orth": "ośrodku", "lexemes": [{"lemma": "ośrodek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 19, "ns": 1, "position": [141, 157], "orth": "międzygwiazdowym", "lexemes": [{"lemma": "międzygwiazdowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 20, "ns": 0, "position": [157, 158], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 21, "ns": 0, "position": [159, 161], "orth": "po", "lexemes": [{"lemma": "po", "mstag": "prep:loc", "disamb": true}]}, {"index": 22, "ns": 0, "position": [162, 175], "orth": "cząsteczkowym", "lexemes": [{"lemma": "cząsteczkowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 23, "ns": 0, "position": [176, 183], "orth": "wodorze", "lexemes": [{"lemma": "wodór", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 24, "ns": 0, "position": [184, 185], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 25, "ns": 0, "position": [186, 192], "orth": "tlenku", "lexemes": [{"lemma": "tlenek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 26, "ns": 1, "position": [193, 198], "orth": "węgla", "lexemes": [{"lemma": "węgiel", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 27, "ns": 0, "position": [198, 199], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 28, "ns": 0, "position": [200, 204], "orth": "Jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 29, "ns": 0, "position": [205, 212], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 30, "ns": 0, "position": [213, 220], "orth": "szeroko", "lexemes": [{"lemma": "szeroko", "mstag": "adv:pos", "disamb": true}]}, {"index": 31, "ns": 0, "position": [221, 237], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 32, "ns": 0, "position": [238, 239], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 33, "ns": 0, "position": [240, 248], "orth": "Układzie", "lexemes": [{"lemma": "Układ", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 34, "ns": 1, "position": [249, 259], "orth": "Słonecznym", "lexemes": [{"lemma": "Słoneczny", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 35, "ns": 0, "position": [259, 260], "orth": ":", "lexemes": [{"lemma": ":", "mstag": "interp", "disamb": true}]}, {"index": 36, "ns": 0, "position": [261, 268], "orth": "stanowi", "lexemes": [{"lemma": "stanowić", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 37, "ns": 0, "position": [269, 276], "orth": "istotny", "lexemes": [{"lemma": "istotny", "mstag": "adj:sg:acc:m3:pos", "disamb": true}]}, {"index": 38, "ns": 0, "position": [277, 284], "orth": "element", "lexemes": [{"lemma": "element", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 39, "ns": 0, "position": [285, 291], "orth": "budowy", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 40, "ns": 0, "position": [292, 297], "orth": "Ceres", "lexemes": [{"lemma": "ceres", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 41, "ns": 0, "position": [298, 299], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 42, "ns": 0, "position": [300, 309], "orth": "księżyców", "lexemes": [{"lemma": "księżyc", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 43, "ns": 0, "position": [310, 318], "orth": "lodowych", "lexemes": [{"lemma": "lodowy", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 44, "ns": 0, "position": [319, 328], "orth": "krążących", "lexemes": [{"lemma": "krążyć", "mstag": "pact:pl:gen:f:imperf:aff", "disamb": true}]}, {"index": 45, "ns": 0, "position": [329, 334], "orth": "wokół", "lexemes": [{"lemma": "wokół", "mstag": "prep:gen", "disamb": true}]}, {"index": 46, "ns": 1, "position": [335, 341], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 47, "ns": 1, "position": [341, 342], "orth": "-", "lexemes": [{"lemma": "-", "mstag": "interp", "disamb": true}]}, {"index": 48, "ns": 1, "position": [342, 351], "orth": "olbrzymów", "lexemes": [{"lemma": "olbrzym", "mstag": "subst:pl:gen:m1", "disamb": true}]}, {"index": 49, "ns": 0, "position": [351, 352], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 50, "ns": 0, "position": [353, 357], "orth": "jako", "lexemes": [{"lemma": "jako", "mstag": "adv", "disamb": true}]}, {"index": 51, "ns": 0, "position": [358, 367], "orth": "domieszka", "lexemes": [{"lemma": "domieszka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 52, "ns": 0, "position": [368, 377], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 53, "ns": 0, "position": [378, 379], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 54, "ns": 0, "position": [380, 383], "orth": "ich", "lexemes": [{"lemma": "on", "mstag": "ppron3:pl:gen:m1:ter:akc:npraep", "disamb": true}]}, {"index": 55, "ns": 1, "position": [384, 395], "orth": "atmosferach", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 56, "ns": 0, "position": [395, 396], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 57, "ns": 0, "position": [397, 398], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 58, "ns": 0, "position": [399, 410], "orth": "przypuszcza", "lexemes": [{"lemma": "przypuszczać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 59, "ns": 1, "position": [411, 414], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 60, "ns": 0, "position": [414, 415], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 61, "ns": 0, "position": [416, 418], "orth": "że", "lexemes": [{"lemma": "że", "mstag": "comp", "disamb": true}]}, {"index": 62, "ns": 0, "position": [419, 423], "orth": "duże", "lexemes": [{"lemma": "duży", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 63, "ns": 0, "position": [424, 427], "orth": "jej", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:gen:f:ter:akc:npraep", "disamb": true}]}, {"index": 64, "ns": 0, "position": [428, 434], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 65, "ns": 0, "position": [435, 443], "orth": "znajdują", "lexemes": [{"lemma": "znajdować", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 66, "ns": 0, "position": [444, 447], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 67, "ns": 0, "position": [448, 450], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 68, "ns": 0, "position": [451, 460], "orth": "wnętrzach", "lexemes": [{"lemma": "wnętrze", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 69, "ns": 0, "position": [461, 465], "orth": "tych", "lexemes": [{"lemma": "ten", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 70, "ns": 1, "position": [466, 472], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 71, "ns": 0, "position": [472, 473], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 72, "ns": 0, "position": [474, 478], "orth": "Jako", "lexemes": [{"lemma": "jako", "mstag": "conj", "disamb": true}]}, {"index": 73, "ns": 0, "position": [479, 482], "orth": "lód", "lexemes": [{"lemma": "lód", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 74, "ns": 0, "position": [483, 492], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 75, "ns": 0, "position": [493, 498], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "qub", "disamb": true}]}, {"index": 76, "ns": 0, "position": [499, 501], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 77, "ns": 0, "position": [502, 508], "orth": "części", "lexemes": [{"lemma": "część", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 78, "ns": 1, "position": [509, 518], "orth": "planetoid", "lexemes": [{"lemma": "planetoida", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 79, "ns": 0, "position": [518, 519], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 80, "ns": 0, "position": [520, 521], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 81, "ns": 0, "position": [522, 529], "orth": "zapewne", "lexemes": [{"lemma": "zapewne", "mstag": "qub", "disamb": true}]}, {"index": 82, "ns": 0, "position": [530, 537], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 83, "ns": 0, "position": [538, 540], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 84, "ns": 0, "position": [541, 550], "orth": "obiektach", "lexemes": [{"lemma": "obiekt", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 85, "ns": 1, "position": [551, 567], "orth": "transneptunowych", "lexemes": [{"lemma": "transneptunowych", "mstag": "ign", "disamb": true}]}, {"index": 86, "ns": 0, "position": [567, 568], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 87, "ns": 0, "position": [569, 573], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 88, "ns": 0, "position": [574, 578], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 89, "ns": 0, "position": [579, 585], "orth": "bardzo", "lexemes": [{"lemma": "bardzo", "mstag": "adv:pos", "disamb": true}]}, {"index": 90, "ns": 0, "position": [586, 602], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 91, "ns": 0, "position": [603, 608], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 92, "ns": 0, "position": [609, 611], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 93, "ns": 0, "position": [612, 623], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 94, "ns": 1, "position": [624, 629], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 95, "ns": 0, "position": [629, 630], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 96, "ns": 0, "position": [631, 640], "orth": "Występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 97, "ns": 0, "position": [641, 648], "orth": "głównie", "lexemes": [{"lemma": "głównie", "mstag": "qub", "disamb": true}]}, {"index": 98, "ns": 0, "position": [649, 650], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 99, "ns": 1, "position": [651, 659], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 100, "ns": 0, "position": [659, 660], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 101, "ns": 0, "position": [661, 666], "orth": "które", "lexemes": [{"lemma": "który", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 102, "ns": 0, "position": [667, 676], "orth": "pokrywają", "lexemes": [{"lemma": "pokrywać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 103, "ns": 1, "position": [677, 679], "orth": "70", "lexemes": [{"lemma": "70", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 104, "ns": 1, "position": [679, 680], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 105, "ns": 1, "position": [680, 681], "orth": "8", "lexemes": [{"lemma": "8", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 106, "ns": 0, "position": [681, 682], "orth": "%", "lexemes": [{"lemma": "%", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 107, "ns": 0, "position": [683, 694], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 108, "ns": 1, "position": [695, 700], "orth": "globu", "lexemes": [{"lemma": "glob", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 109, "ns": 0, "position": [700, 701], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 110, "ns": 0, "position": [702, 705], "orth": "ale", "lexemes": [{"lemma": "ale", "mstag": "conj", "disamb": true}]}, {"index": 111, "ns": 0, "position": [706, 711], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 112, "ns": 0, "position": [712, 713], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 113, "ns": 1, "position": [714, 721], "orth": "rzekach", "lexemes": [{"lemma": "rzeka", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 114, "ns": 0, "position": [721, 722], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 115, "ns": 0, "position": [723, 732], "orth": "jeziorach", "lexemes": [{"lemma": "jezioro", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 116, "ns": 0, "position": [733, 734], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 117, "ns": 0, "position": [735, 736], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 118, "ns": 0, "position": [737, 744], "orth": "postaci", "lexemes": [{"lemma": "postać", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 119, "ns": 0, "position": [745, 751], "orth": "stałej", "lexemes": [{"lemma": "stały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 120, "ns": 0, "position": [752, 753], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 121, "ns": 1, "position": [754, 763], "orth": "lodowcach", "lexemes": [{"lemma": "lodowiec", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 122, "ns": 0, "position": [763, 764], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 123, "ns": 0, "position": [765, 770], "orth": "Część", "lexemes": [{"lemma": "część", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 124, "ns": 0, "position": [771, 775], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 125, "ns": 0, "position": [776, 784], "orth": "znajduje", "lexemes": [{"lemma": "znajdować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 126, "ns": 0, "position": [785, 788], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 127, "ns": 0, "position": [789, 790], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 128, "ns": 0, "position": [791, 801], "orth": "atmosferze", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 129, "ns": 1, "position": [802, 803], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 130, "ns": 1, "position": [803, 809], "orth": "chmury", "lexemes": [{"lemma": "chmura", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 131, "ns": 0, "position": [809, 810], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 132, "ns": 0, "position": [811, 815], "orth": "para", "lexemes": [{"lemma": "para", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 133, "ns": 1, "position": [816, 821], "orth": "wodna", "lexemes": [{"lemma": "wodny", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 134, "ns": 1, "position": [821, 822], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 135, "ns": 0, "position": [822, 823], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 136, "ns": 0, "position": [824, 832], "orth": "Niektóre", "lexemes": [{"lemma": "niektóry", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 137, "ns": 0, "position": [833, 840], "orth": "związki", "lexemes": [{"lemma": "związek", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 138, "ns": 0, "position": [841, 850], "orth": "chemiczne", "lexemes": [{"lemma": "chemiczny", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 139, "ns": 0, "position": [851, 860], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 140, "ns": 0, "position": [861, 871], "orth": "cząsteczki", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 141, "ns": 0, "position": [872, 876], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 142, "ns": 0, "position": [877, 878], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 143, "ns": 0, "position": [879, 885], "orth": "swojej", "lexemes": [{"lemma": "swój", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 144, "ns": 0, "position": [886, 893], "orth": "budowie", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 145, "ns": 1, "position": [894, 895], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 146, "ns": 0, "position": [895, 902], "orth": "hydraty", "lexemes": [{"lemma": "hydrat", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 147, "ns": 0, "position": [903, 904], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 148, "ns": 0, "position": [905, 912], "orth": "określa", "lexemes": [{"lemma": "określać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 149, "ns": 0, "position": [913, 916], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 150, "ns": 0, "position": [917, 919], "orth": "ją", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:acc:f:ter:akc:npraep", "disamb": true}]}, {"index": 151, "ns": 0, "position": [920, 927], "orth": "wówczas", "lexemes": [{"lemma": "wówczas", "mstag": "adv", "disamb": true}]}, {"index": 152, "ns": 0, "position": [928, 934], "orth": "mianem", "lexemes": [{"lemma": "miano", "mstag": "subst:sg:inst:n", "disamb": true}]}, {"index": 153, "ns": 0, "position": [935, 939], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 154, "ns": 1, "position": [940, 956], "orth": "krystalizacyjnej", "lexemes": [{"lemma": "krystalizacyjny", "mstag": "adj:sg:gen:f:pos", "disamb": true}]}, {"index": 155, "ns": 1, "position": [956, 957], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 156, "ns": 0, "position": [957, 958], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 157, "ns": 0, "position": [959, 968], "orth": "Zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 158, "ns": 0, "position": [969, 973], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 159, "ns": 0, "position": [974, 983], "orth": "włączonej", "lexemes": [{"lemma": "włączyć", "mstag": "ppas:sg:gen:f:perf:aff", "disamb": true}]}, {"index": 160, "ns": 0, "position": [984, 985], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:acc:nwok", "disamb": true}]}, {"index": 161, "ns": 0, "position": [986, 995], "orth": "strukturę", "lexemes": [{"lemma": "struktura", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 162, "ns": 0, "position": [996, 1005], "orth": "minerałów", "lexemes": [{"lemma": "minerał", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 163, "ns": 0, "position": [1006, 1007], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 164, "ns": 0, "position": [1008, 1016], "orth": "płaszczu", "lexemes": [{"lemma": "płaszcz", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 165, "ns": 0, "position": [1017, 1022], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 166, "ns": 0, "position": [1023, 1027], "orth": "może", "lexemes": [{"lemma": "móc", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 167, "ns": 0, "position": [1028, 1039], "orth": "przekraczać", "lexemes": [{"lemma": "przekraczać", "mstag": "inf:imperf", "disamb": true}]}, {"index": 168, "ns": 0, "position": [1040, 1046], "orth": "łączną", "lexemes": [{"lemma": "łączny", "mstag": "adj:sg:acc:f:pos", "disamb": true}]}, {"index": 169, "ns": 0, "position": [1047, 1056], "orth": "zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 170, "ns": 0, "position": [1057, 1061], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 171, "ns": 0, "position": [1062, 1063], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 172, "ns": 0, "position": [1064, 1072], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 173, "ns": 0, "position": [1073, 1074], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 174, "ns": 0, "position": [1075, 1081], "orth": "innych", "lexemes": [{"lemma": "inny", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 175, "ns": 0, "position": [1082, 1093], "orth": "zbiornikach", "lexemes": [{"lemma": "zbiornik", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 176, "ns": 0, "position": [1094, 1110], "orth": "powierzchniowych", "lexemes": [{"lemma": "powierzchniowy", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 177, "ns": 0, "position": [1111, 1116], "orth": "nawet", "lexemes": [{"lemma": "nawet", "mstag": "qub", "disamb": true}]}, {"index": 178, "ns": 1, "position": [1117, 1134], "orth": "dziesięciokrotnie", "lexemes": [{"lemma": "dziesięciokrotnie", "mstag": "adv:pos", "disamb": true}]}, {"index": 179, "ns": 0, "position": [1134, 1135], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 180, "ns": 0, "position": [1136, 1140], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 181, "ns": 0, "position": [1141, 1152], "orth": "występująca", "lexemes": [{"lemma": "występować", "mstag": "pact:sg:nom:f:imperf:aff", "disamb": true}]}, {"index": 182, "ns": 0, "position": [1153, 1154], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 183, "ns": 0, "position": [1155, 1165], "orth": "przyrodzie", "lexemes": [{"lemma": "przyroda", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 184, "ns": 0, "position": [1166, 1170], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 185, "ns": 0, "position": [1171, 1180], "orth": "roztworem", "lexemes": [{"lemma": "roztwór", "mstag": "subst:sg:inst:m3", "disamb": true}]}, {"index": 186, "ns": 0, "position": [1181, 1185], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 187, "ns": 0, "position": [1186, 1187], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 188, "ns": 1, "position": [1188, 1193], "orth": "gazów", "lexemes": [{"lemma": "gaz", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 189, "ns": 0, "position": [1193, 1194], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 190, "ns": 0, "position": [1195, 1204], "orth": "Najwięcej", "lexemes": [{"lemma": "najwięcej", "mstag": "num:pl:acc:f:rec", "disamb": true}]}, {"index": 191, "ns": 0, "position": [1205, 1209], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 192, "ns": 0, "position": [1210, 1221], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 193, "ns": 0, "position": [1222, 1229], "orth": "zawiera", "lexemes": [{"lemma": "zawierać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 194, "ns": 0, "position": [1230, 1234], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 195, "ns": 0, "position": [1235, 1241], "orth": "morska", "lexemes": [{"lemma": "morski", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 196, "ns": 0, "position": [1242, 1243], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 197, "ns": 0, "position": [1244, 1248], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 198, "ns": 1, "position": [1249, 1258], "orth": "mineralne", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 199, "ns": 0, "position": [1258, 1259], "orth": ";", "lexemes": [{"lemma": ";", "mstag": "interp", "disamb": true}]}, {"index": 200, "ns": 0, "position": [1260, 1268], "orth": "najmniej", "lexemes": [{"lemma": "najmniej", "mstag": "num:pl:nom:f:rec", "disamb": true}]}, {"index": 201, "ns": 0, "position": [1269, 1273], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 202, "ns": 0, "position": [1274, 1275], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 203, "ns": 0, "position": [1276, 1282], "orth": "opadów", "lexemes": [{"lemma": "opad", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 204, "ns": 1, "position": [1283, 1298], "orth": "atmosferycznych", "lexemes": [{"lemma": "atmosferyczny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 205, "ns": 0, "position": [1298, 1299], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 206, "ns": 0, "position": [1300, 1304], "orth": "Wodę", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 207, "ns": 0, "position": [1305, 1306], "orth": "o", "lexemes": [{"lemma": "o", "mstag": "prep:loc", "disamb": true}]}, {"index": 208, "ns": 0, "position": [1307, 1312], "orth": "małej", "lexemes": [{"lemma": "mały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 209, "ns": 0, "position": [1313, 1323], "orth": "zawartości", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 210, "ns": 0, "position": [1324, 1334], "orth": "składników", "lexemes": [{"lemma": "składnik", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 211, "ns": 0, "position": [1335, 1346], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 212, "ns": 0, "position": [1347, 1355], "orth": "nazywamy", "lexemes": [{"lemma": "nazywać", "mstag": "fin:pl:pri:imperf", "disamb": true}]}, {"index": 213, "ns": 0, "position": [1356, 1360], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 214, "ns": 1, "position": [1361, 1367], "orth": "miękką", "lexemes": [{"lemma": "miękki", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 215, "ns": 0, "position": [1367, 1368], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 216, "ns": 0, "position": [1369, 1378], "orth": "natomiast", "lexemes": [{"lemma": "natomiast", "mstag": "conj", "disamb": true}]}, {"index": 217, "ns": 0, "position": [1379, 1390], "orth": "zawierającą", "lexemes": [{"lemma": "zawierać", "mstag": "pact:sg:acc:f:imperf:aff", "disamb": true}]}, {"index": 218, "ns": 0, "position": [1391, 1398], "orth": "znaczne", "lexemes": [{"lemma": "znaczny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 219, "ns": 0, "position": [1399, 1405], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 220, "ns": 0, "position": [1406, 1410], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 221, "ns": 0, "position": [1411, 1417], "orth": "wapnia", "lexemes": [{"lemma": "wapń", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 222, "ns": 0, "position": [1418, 1419], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 223, "ns": 0, "position": [1420, 1427], "orth": "magnezu", "lexemes": [{"lemma": "magnez", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 224, "ns": 0, "position": [1428, 1429], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 225, "ns": 0, "position": [1430, 1434], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 226, "ns": 1, "position": [1435, 1441], "orth": "twardą", "lexemes": [{"lemma": "twardy", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 227, "ns": 0, "position": [1441, 1442], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 228, "ns": 0, "position": [1443, 1449], "orth": "Oprócz", "lexemes": [{"lemma": "oprócz", "mstag": "prep:gen", "disamb": true}]}, {"index": 229, "ns": 0, "position": [1450, 1454], "orth": "tego", "lexemes": [{"lemma": "to", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 230, "ns": 0, "position": [1455, 1459], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 231, "ns": 0, "position": [1460, 1469], "orth": "naturalne", "lexemes": [{"lemma": "naturalny", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 232, "ns": 0, "position": [1470, 1479], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 233, "ns": 0, "position": [1480, 1492], "orth": "rozpuszczone", "lexemes": [{"lemma": "rozpuścić", "mstag": "ppas:pl:nom:f:perf:aff", "disamb": true}]}, {"index": 234, "ns": 0, "position": [1493, 1503], "orth": "substancje", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 235, "ns": 0, "position": [1504, 1515], "orth": "pochodzenia", "lexemes": [{"lemma": "pochodzenie", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 236, "ns": 1, "position": [1516, 1528], "orth": "organicznego", "lexemes": [{"lemma": "organiczny", "mstag": "adj:sg:gen:n:pos", "disamb": true}]}, {"index": 237, "ns": 0, "position": [1528, 1529], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 238, "ns": 1, "position": [1530, 1532], "orth": "np", "lexemes": [{"lemma": "na przykład", "mstag": "brev:pun", "disamb": true}]}, {"index": 239, "ns": 0, "position": [1532, 1533], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 240, "ns": 1, "position": [1534, 1541], "orth": "mocznik", "lexemes": [{"lemma": "mocznik", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 241, "ns": 0, "position": [1541, 1542], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 242, "ns": 0, "position": [1543, 1548], "orth": "kwasy", "lexemes": [{"lemma": "kwas", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 243, "ns": 0, "position": [1549, 1557], "orth": "humusowe", "lexemes": [{"lemma": "humusowy", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 244, "ns": 1, "position": [1558, 1561], "orth": "itp", "lexemes": [{"lemma": "i tym podobne", "mstag": "brev:pun", "disamb": true}]}, {"index": 245, "ns": 0, "position": [1561, 1562], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}], "text": "Woda jest jedną z najpospolitszych substancji we Wszechświecie. Cząsteczka wody jest trzecią najbardziej rozpowszechnioną molekułą w ośrodku międzygwiazdowym, po cząsteczkowym wodorze i tlenku węgla. Jest również szeroko rozpowszechniona w Układzie Słonecznym: stanowi istotny element budowy Ceres i księżyców lodowych krążących wokół planet-olbrzymów, jako domieszka występuje w ich atmosferach, a przypuszcza się, że duże jej ilości znajdują się we wnętrzach tych planet. Jako lód występuje także na części planetoid, a zapewne również na obiektach transneptunowych. Woda jest bardzo rozpowszechniona także na powierzchni Ziemi. Występuje głównie w oceanach, które pokrywają 70,8% powierzchni globu, ale także w rzekach, jeziorach i w postaci stałej w lodowcach. Część wody znajduje się w atmosferze (chmury, para wodna). Niektóre związki chemiczne zawierają cząsteczki wody w swojej budowie (hydraty – określa się ją wówczas mianem wody krystalizacyjnej). Zawartość wody włączonej w strukturę minerałów w płaszczu Ziemi może przekraczać łączną zawartość wody w oceanach i innych zbiornikach powierzchniowych nawet dziesięciokrotnie. Woda występująca w przyrodzie jest roztworem soli i gazów. Najwięcej soli mineralnych zawiera woda morska i wody mineralne; najmniej woda z opadów atmosferycznych. Wodę o małej zawartości składników mineralnych nazywamy wodą miękką, natomiast zawierającą znaczne ilości soli wapnia i magnezu – wodą twardą. Oprócz tego wody naturalne zawierają rozpuszczone substancje pochodzenia organicznego, np. mocznik, kwasy humusowe itp."} \ No newline at end of file diff --git a/tests/testdata/expected/simple_ccl2json_conversion.json b/tests/testdata/expected/simple_ccl2json_conversion.json index dad04023b5a5dfb85a2600ddebfe95cd2a9aef44..0031742c340c9391bc6a41a126d4389996d4ef89 100644 --- a/tests/testdata/expected/simple_ccl2json_conversion.json +++ b/tests/testdata/expected/simple_ccl2json_conversion.json @@ -1 +1 @@ -{"filename": "simple_ccl2json_conversion", "tagset": "nkjp", "tokens": [{"index": 1, "position": [0, 4], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 2, "position": [5, 9], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 3, "position": [10, 15], "orth": "jedną", "lexemes": [{"lemma": "jeden", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 4, "position": [16, 17], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 5, "position": [18, 34], "orth": "najpospolitszych", "lexemes": [{"lemma": "pospolity", "mstag": "adj:pl:gen:f:sup", "disamb": true}]}, {"index": 6, "position": [35, 45], "orth": "substancji", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 7, "position": [46, 48], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 8, "position": [49, 62], "orth": "Wszechświecie", "lexemes": [{"lemma": "wszechświat", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 9, "position": [62, 63], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 10, "position": [63, 73], "orth": "Cząsteczka", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 11, "position": [74, 78], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 12, "position": [79, 83], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 13, "position": [84, 91], "orth": "trzecią", "lexemes": [{"lemma": "trzeci", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 14, "position": [92, 103], "orth": "najbardziej", "lexemes": [{"lemma": "bardzo", "mstag": "adv:sup", "disamb": true}]}, {"index": 15, "position": [104, 120], "orth": "rozpowszechnioną", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 16, "position": [121, 129], "orth": "molekułą", "lexemes": [{"lemma": "molekuła", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 17, "position": [130, 131], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 18, "position": [132, 139], "orth": "ośrodku", "lexemes": [{"lemma": "ośrodek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 19, "position": [140, 156], "orth": "międzygwiazdowym", "lexemes": [{"lemma": "międzygwiazdowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 20, "position": [156, 157], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 21, "position": [158, 160], "orth": "po", "lexemes": [{"lemma": "po", "mstag": "prep:loc", "disamb": true}]}, {"index": 22, "position": [161, 174], "orth": "cząsteczkowym", "lexemes": [{"lemma": "cząsteczkowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 23, "position": [175, 182], "orth": "wodorze", "lexemes": [{"lemma": "wodór", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 24, "position": [183, 184], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 25, "position": [185, 191], "orth": "tlenku", "lexemes": [{"lemma": "tlenek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 26, "position": [192, 197], "orth": "węgla", "lexemes": [{"lemma": "węgiel", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 27, "position": [197, 198], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 28, "position": [199, 203], "orth": "Jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 29, "position": [204, 211], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 30, "position": [212, 219], "orth": "szeroko", "lexemes": [{"lemma": "szeroko", "mstag": "adv:pos", "disamb": true}]}, {"index": 31, "position": [220, 236], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 32, "position": [237, 238], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 33, "position": [239, 247], "orth": "Układzie", "lexemes": [{"lemma": "Układ", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 34, "position": [248, 258], "orth": "Słonecznym", "lexemes": [{"lemma": "Słoneczny", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 35, "position": [258, 259], "orth": ":", "lexemes": [{"lemma": ":", "mstag": "interp", "disamb": true}]}, {"index": 36, "position": [260, 267], "orth": "stanowi", "lexemes": [{"lemma": "stanowić", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 37, "position": [268, 275], "orth": "istotny", "lexemes": [{"lemma": "istotny", "mstag": "adj:sg:acc:m3:pos", "disamb": true}]}, {"index": 38, "position": [276, 283], "orth": "element", "lexemes": [{"lemma": "element", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 39, "position": [284, 290], "orth": "budowy", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 40, "position": [291, 296], "orth": "Ceres", "lexemes": [{"lemma": "ceres", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 41, "position": [297, 298], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 42, "position": [299, 308], "orth": "księżyców", "lexemes": [{"lemma": "księżyc", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 43, "position": [309, 317], "orth": "lodowych", "lexemes": [{"lemma": "lodowy", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 44, "position": [318, 327], "orth": "krążących", "lexemes": [{"lemma": "krążyć", "mstag": "pact:pl:gen:f:imperf:aff", "disamb": true}]}, {"index": 45, "position": [328, 333], "orth": "wokół", "lexemes": [{"lemma": "wokół", "mstag": "prep:gen", "disamb": true}]}, {"index": 46, "position": [334, 340], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 47, "position": [340, 341], "orth": "-", "lexemes": [{"lemma": "-", "mstag": "interp", "disamb": true}]}, {"index": 48, "position": [341, 350], "orth": "olbrzymów", "lexemes": [{"lemma": "olbrzym", "mstag": "subst:pl:gen:m1", "disamb": true}]}, {"index": 49, "position": [350, 351], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 50, "position": [352, 356], "orth": "jako", "lexemes": [{"lemma": "jako", "mstag": "adv", "disamb": true}]}, {"index": 51, "position": [357, 366], "orth": "domieszka", "lexemes": [{"lemma": "domieszka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 52, "position": [367, 376], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 53, "position": [377, 378], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 54, "position": [379, 382], "orth": "ich", "lexemes": [{"lemma": "on", "mstag": "ppron3:pl:gen:m1:ter:akc:npraep", "disamb": true}]}, {"index": 55, "position": [383, 394], "orth": "atmosferach", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 56, "position": [394, 395], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 57, "position": [396, 397], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 58, "position": [398, 409], "orth": "przypuszcza", "lexemes": [{"lemma": "przypuszczać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 59, "position": [410, 413], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 60, "position": [413, 414], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 61, "position": [415, 417], "orth": "że", "lexemes": [{"lemma": "że", "mstag": "comp", "disamb": true}]}, {"index": 62, "position": [418, 422], "orth": "duże", "lexemes": [{"lemma": "duży", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 63, "position": [423, 426], "orth": "jej", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:gen:f:ter:akc:npraep", "disamb": true}]}, {"index": 64, "position": [427, 433], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 65, "position": [434, 442], "orth": "znajdują", "lexemes": [{"lemma": "znajdować", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 66, "position": [443, 446], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 67, "position": [447, 449], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 68, "position": [450, 459], "orth": "wnętrzach", "lexemes": [{"lemma": "wnętrze", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 69, "position": [460, 464], "orth": "tych", "lexemes": [{"lemma": "ten", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 70, "position": [465, 471], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 71, "position": [471, 472], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 72, "position": [473, 477], "orth": "Jako", "lexemes": [{"lemma": "jako", "mstag": "conj", "disamb": true}]}, {"index": 73, "position": [478, 481], "orth": "lód", "lexemes": [{"lemma": "lód", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 74, "position": [482, 491], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 75, "position": [492, 497], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "qub", "disamb": true}]}, {"index": 76, "position": [498, 500], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 77, "position": [501, 507], "orth": "części", "lexemes": [{"lemma": "część", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 78, "position": [508, 517], "orth": "planetoid", "lexemes": [{"lemma": "planetoida", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 79, "position": [517, 518], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 80, "position": [519, 520], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 81, "position": [521, 528], "orth": "zapewne", "lexemes": [{"lemma": "zapewne", "mstag": "qub", "disamb": true}]}, {"index": 82, "position": [529, 536], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 83, "position": [537, 539], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 84, "position": [540, 549], "orth": "obiektach", "lexemes": [{"lemma": "obiekt", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 85, "position": [550, 566], "orth": "transneptunowych", "lexemes": [{"lemma": "transneptunowych", "mstag": "ign", "disamb": true}]}, {"index": 86, "position": [566, 567], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 87, "position": [568, 572], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 88, "position": [573, 577], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 89, "position": [578, 584], "orth": "bardzo", "lexemes": [{"lemma": "bardzo", "mstag": "adv:pos", "disamb": true}]}, {"index": 90, "position": [585, 601], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 91, "position": [602, 607], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 92, "position": [608, 610], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 93, "position": [611, 622], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 94, "position": [623, 628], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 95, "position": [628, 629], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 96, "position": [630, 639], "orth": "Występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 97, "position": [640, 647], "orth": "głównie", "lexemes": [{"lemma": "głównie", "mstag": "qub", "disamb": true}]}, {"index": 98, "position": [648, 649], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 99, "position": [650, 658], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 100, "position": [658, 659], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 101, "position": [660, 665], "orth": "które", "lexemes": [{"lemma": "który", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 102, "position": [666, 675], "orth": "pokrywają", "lexemes": [{"lemma": "pokrywać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 103, "position": [676, 678], "orth": "70", "lexemes": [{"lemma": "70", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 104, "position": [678, 679], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 105, "position": [679, 680], "orth": "8", "lexemes": [{"lemma": "8", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 106, "position": [680, 681], "orth": "%", "lexemes": [{"lemma": "%", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 107, "position": [682, 693], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 108, "position": [694, 699], "orth": "globu", "lexemes": [{"lemma": "glob", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 109, "position": [699, 700], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 110, "position": [701, 704], "orth": "ale", "lexemes": [{"lemma": "ale", "mstag": "conj", "disamb": true}]}, {"index": 111, "position": [705, 710], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 112, "position": [711, 712], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 113, "position": [713, 720], "orth": "rzekach", "lexemes": [{"lemma": "rzeka", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 114, "position": [720, 721], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 115, "position": [722, 731], "orth": "jeziorach", "lexemes": [{"lemma": "jezioro", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 116, "position": [732, 733], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 117, "position": [734, 735], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 118, "position": [736, 743], "orth": "postaci", "lexemes": [{"lemma": "postać", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 119, "position": [744, 750], "orth": "stałej", "lexemes": [{"lemma": "stały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 120, "position": [751, 752], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 121, "position": [753, 762], "orth": "lodowcach", "lexemes": [{"lemma": "lodowiec", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 122, "position": [762, 763], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 123, "position": [764, 769], "orth": "Część", "lexemes": [{"lemma": "część", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 124, "position": [770, 774], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 125, "position": [775, 783], "orth": "znajduje", "lexemes": [{"lemma": "znajdować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 126, "position": [784, 787], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 127, "position": [788, 789], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 128, "position": [790, 800], "orth": "atmosferze", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 129, "position": [801, 802], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 130, "position": [802, 808], "orth": "chmury", "lexemes": [{"lemma": "chmura", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 131, "position": [808, 809], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 132, "position": [810, 814], "orth": "para", "lexemes": [{"lemma": "para", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 133, "position": [815, 820], "orth": "wodna", "lexemes": [{"lemma": "wodny", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 134, "position": [820, 821], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 135, "position": [821, 822], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 136, "position": [823, 831], "orth": "Niektóre", "lexemes": [{"lemma": "niektóry", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 137, "position": [832, 839], "orth": "związki", "lexemes": [{"lemma": "związek", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 138, "position": [840, 849], "orth": "chemiczne", "lexemes": [{"lemma": "chemiczny", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 139, "position": [850, 859], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 140, "position": [860, 870], "orth": "cząsteczki", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 141, "position": [871, 875], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 142, "position": [876, 877], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 143, "position": [878, 884], "orth": "swojej", "lexemes": [{"lemma": "swój", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 144, "position": [885, 892], "orth": "budowie", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 145, "position": [893, 894], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 146, "position": [894, 901], "orth": "hydraty", "lexemes": [{"lemma": "hydrat", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 147, "position": [902, 903], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 148, "position": [904, 911], "orth": "określa", "lexemes": [{"lemma": "określać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 149, "position": [912, 915], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 150, "position": [916, 918], "orth": "ją", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:acc:f:ter:akc:npraep", "disamb": true}]}, {"index": 151, "position": [919, 926], "orth": "wówczas", "lexemes": [{"lemma": "wówczas", "mstag": "adv", "disamb": true}]}, {"index": 152, "position": [927, 933], "orth": "mianem", "lexemes": [{"lemma": "miano", "mstag": "subst:sg:inst:n", "disamb": true}]}, {"index": 153, "position": [934, 938], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 154, "position": [939, 955], "orth": "krystalizacyjnej", "lexemes": [{"lemma": "krystalizacyjny", "mstag": "adj:sg:gen:f:pos", "disamb": true}]}, {"index": 155, "position": [955, 956], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 156, "position": [956, 957], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 157, "position": [958, 967], "orth": "Zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 158, "position": [968, 972], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 159, "position": [973, 982], "orth": "włączonej", "lexemes": [{"lemma": "włączyć", "mstag": "ppas:sg:gen:f:perf:aff", "disamb": true}]}, {"index": 160, "position": [983, 984], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:acc:nwok", "disamb": true}]}, {"index": 161, "position": [985, 994], "orth": "strukturę", "lexemes": [{"lemma": "struktura", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 162, "position": [995, 1004], "orth": "minerałów", "lexemes": [{"lemma": "minerał", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 163, "position": [1005, 1006], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 164, "position": [1007, 1015], "orth": "płaszczu", "lexemes": [{"lemma": "płaszcz", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 165, "position": [1016, 1021], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 166, "position": [1022, 1026], "orth": "może", "lexemes": [{"lemma": "móc", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 167, "position": [1027, 1038], "orth": "przekraczać", "lexemes": [{"lemma": "przekraczać", "mstag": "inf:imperf", "disamb": true}]}, {"index": 168, "position": [1039, 1045], "orth": "łączną", "lexemes": [{"lemma": "łączny", "mstag": "adj:sg:acc:f:pos", "disamb": true}]}, {"index": 169, "position": [1046, 1055], "orth": "zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 170, "position": [1056, 1060], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 171, "position": [1061, 1062], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 172, "position": [1063, 1071], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 173, "position": [1072, 1073], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 174, "position": [1074, 1080], "orth": "innych", "lexemes": [{"lemma": "inny", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 175, "position": [1081, 1092], "orth": "zbiornikach", "lexemes": [{"lemma": "zbiornik", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 176, "position": [1093, 1109], "orth": "powierzchniowych", "lexemes": [{"lemma": "powierzchniowy", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 177, "position": [1110, 1115], "orth": "nawet", "lexemes": [{"lemma": "nawet", "mstag": "qub", "disamb": true}]}, {"index": 178, "position": [1116, 1133], "orth": "dziesięciokrotnie", "lexemes": [{"lemma": "dziesięciokrotnie", "mstag": "adv:pos", "disamb": true}]}, {"index": 179, "position": [1133, 1134], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 180, "position": [1135, 1139], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 181, "position": [1140, 1151], "orth": "występująca", "lexemes": [{"lemma": "występować", "mstag": "pact:sg:nom:f:imperf:aff", "disamb": true}]}, {"index": 182, "position": [1152, 1153], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 183, "position": [1154, 1164], "orth": "przyrodzie", "lexemes": [{"lemma": "przyroda", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 184, "position": [1165, 1169], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 185, "position": [1170, 1179], "orth": "roztworem", "lexemes": [{"lemma": "roztwór", "mstag": "subst:sg:inst:m3", "disamb": true}]}, {"index": 186, "position": [1180, 1184], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 187, "position": [1185, 1186], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 188, "position": [1187, 1192], "orth": "gazów", "lexemes": [{"lemma": "gaz", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 189, "position": [1192, 1193], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 190, "position": [1194, 1203], "orth": "Najwięcej", "lexemes": [{"lemma": "najwięcej", "mstag": "num:pl:acc:f:rec", "disamb": true}]}, {"index": 191, "position": [1204, 1208], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 192, "position": [1209, 1220], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 193, "position": [1221, 1228], "orth": "zawiera", "lexemes": [{"lemma": "zawierać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 194, "position": [1229, 1233], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 195, "position": [1234, 1240], "orth": "morska", "lexemes": [{"lemma": "morski", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 196, "position": [1241, 1242], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 197, "position": [1243, 1247], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 198, "position": [1248, 1257], "orth": "mineralne", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 199, "position": [1257, 1258], "orth": ";", "lexemes": [{"lemma": ";", "mstag": "interp", "disamb": true}]}, {"index": 200, "position": [1259, 1267], "orth": "najmniej", "lexemes": [{"lemma": "najmniej", "mstag": "num:pl:nom:f:rec", "disamb": true}]}, {"index": 201, "position": [1268, 1272], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 202, "position": [1273, 1274], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 203, "position": [1275, 1281], "orth": "opadów", "lexemes": [{"lemma": "opad", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 204, "position": [1282, 1297], "orth": "atmosferycznych", "lexemes": [{"lemma": "atmosferyczny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 205, "position": [1297, 1298], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 206, "position": [1299, 1303], "orth": "Wodę", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 207, "position": [1304, 1305], "orth": "o", "lexemes": [{"lemma": "o", "mstag": "prep:loc", "disamb": true}]}, {"index": 208, "position": [1306, 1311], "orth": "małej", "lexemes": [{"lemma": "mały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 209, "position": [1312, 1322], "orth": "zawartości", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 210, "position": [1323, 1333], "orth": "składników", "lexemes": [{"lemma": "składnik", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 211, "position": [1334, 1345], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 212, "position": [1346, 1354], "orth": "nazywamy", "lexemes": [{"lemma": "nazywać", "mstag": "fin:pl:pri:imperf", "disamb": true}]}, {"index": 213, "position": [1355, 1359], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 214, "position": [1360, 1366], "orth": "miękką", "lexemes": [{"lemma": "miękki", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 215, "position": [1366, 1367], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 216, "position": [1368, 1377], "orth": "natomiast", "lexemes": [{"lemma": "natomiast", "mstag": "conj", "disamb": true}]}, {"index": 217, "position": [1378, 1389], "orth": "zawierającą", "lexemes": [{"lemma": "zawierać", "mstag": "pact:sg:acc:f:imperf:aff", "disamb": true}]}, {"index": 218, "position": [1390, 1397], "orth": "znaczne", "lexemes": [{"lemma": "znaczny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 219, "position": [1398, 1404], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 220, "position": [1405, 1409], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 221, "position": [1410, 1416], "orth": "wapnia", "lexemes": [{"lemma": "wapń", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 222, "position": [1417, 1418], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 223, "position": [1419, 1426], "orth": "magnezu", "lexemes": [{"lemma": "magnez", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 224, "position": [1427, 1428], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 225, "position": [1429, 1433], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 226, "position": [1434, 1440], "orth": "twardą", "lexemes": [{"lemma": "twardy", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 227, "position": [1440, 1441], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 228, "position": [1442, 1448], "orth": "Oprócz", "lexemes": [{"lemma": "oprócz", "mstag": "prep:gen", "disamb": true}]}, {"index": 229, "position": [1449, 1453], "orth": "tego", "lexemes": [{"lemma": "to", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 230, "position": [1454, 1458], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 231, "position": [1459, 1468], "orth": "naturalne", "lexemes": [{"lemma": "naturalny", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 232, "position": [1469, 1478], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 233, "position": [1479, 1491], "orth": "rozpuszczone", "lexemes": [{"lemma": "rozpuścić", "mstag": "ppas:pl:nom:f:perf:aff", "disamb": true}]}, {"index": 234, "position": [1492, 1502], "orth": "substancje", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 235, "position": [1503, 1514], "orth": "pochodzenia", "lexemes": [{"lemma": "pochodzenie", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 236, "position": [1515, 1527], "orth": "organicznego", "lexemes": [{"lemma": "organiczny", "mstag": "adj:sg:gen:n:pos", "disamb": true}]}, {"index": 237, "position": [1527, 1528], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 238, "position": [1529, 1531], "orth": "np", "lexemes": [{"lemma": "na przykład", "mstag": "brev:pun", "disamb": true}]}, {"index": 239, "position": [1531, 1532], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 240, "position": [1533, 1540], "orth": "mocznik", "lexemes": [{"lemma": "mocznik", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 241, "position": [1540, 1541], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 242, "position": [1542, 1547], "orth": "kwasy", "lexemes": [{"lemma": "kwas", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 243, "position": [1548, 1556], "orth": "humusowe", "lexemes": [{"lemma": "humusowy", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 244, "position": [1557, 1560], "orth": "itp", "lexemes": [{"lemma": "i tym podobne", "mstag": "brev:pun", "disamb": true}]}, {"index": 245, "position": [1560, 1561], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}]} \ No newline at end of file +{"filename": "simple_ccl2json_conversion", "tagset": "nkjp", "sentences": [{"index": 1, "position": [0, 198]}, {"index": 2, "position": [199, 472]}, {"index": 3, "position": [473, 567]}, {"index": 4, "position": [568, 629]}, {"index": 5, "position": [630, 763]}, {"index": 6, "position": [764, 822]}, {"index": 7, "position": [823, 957]}, {"index": 8, "position": [958, 1134]}, {"index": 9, "position": [1135, 1193]}, {"index": 10, "position": [1194, 1298]}, {"index": 11, "position": [1299, 1441]}, {"index": 12, "position": [1442, 1561]}], "tokens": [{"index": 1, "ns": 0, "position": [0, 4], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 2, "ns": 0, "position": [5, 9], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 3, "ns": 0, "position": [10, 15], "orth": "jedną", "lexemes": [{"lemma": "jeden", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 4, "ns": 0, "position": [16, 17], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 5, "ns": 0, "position": [18, 34], "orth": "najpospolitszych", "lexemes": [{"lemma": "pospolity", "mstag": "adj:pl:gen:f:sup", "disamb": true}]}, {"index": 6, "ns": 0, "position": [35, 45], "orth": "substancji", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 7, "ns": 0, "position": [46, 48], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 8, "ns": 1, "position": [49, 62], "orth": "Wszechświecie", "lexemes": [{"lemma": "wszechświat", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 9, "ns": 1, "position": [62, 63], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 10, "ns": 0, "position": [63, 73], "orth": "Cząsteczka", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 11, "ns": 0, "position": [74, 78], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 12, "ns": 0, "position": [79, 83], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 13, "ns": 0, "position": [84, 91], "orth": "trzecią", "lexemes": [{"lemma": "trzeci", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 14, "ns": 0, "position": [92, 103], "orth": "najbardziej", "lexemes": [{"lemma": "bardzo", "mstag": "adv:sup", "disamb": true}]}, {"index": 15, "ns": 0, "position": [104, 120], "orth": "rozpowszechnioną", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 16, "ns": 0, "position": [121, 129], "orth": "molekułą", "lexemes": [{"lemma": "molekuła", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 17, "ns": 0, "position": [130, 131], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 18, "ns": 0, "position": [132, 139], "orth": "ośrodku", "lexemes": [{"lemma": "ośrodek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 19, "ns": 1, "position": [140, 156], "orth": "międzygwiazdowym", "lexemes": [{"lemma": "międzygwiazdowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 20, "ns": 0, "position": [156, 157], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 21, "ns": 0, "position": [158, 160], "orth": "po", "lexemes": [{"lemma": "po", "mstag": "prep:loc", "disamb": true}]}, {"index": 22, "ns": 0, "position": [161, 174], "orth": "cząsteczkowym", "lexemes": [{"lemma": "cząsteczkowy", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 23, "ns": 0, "position": [175, 182], "orth": "wodorze", "lexemes": [{"lemma": "wodór", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 24, "ns": 0, "position": [183, 184], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 25, "ns": 0, "position": [185, 191], "orth": "tlenku", "lexemes": [{"lemma": "tlenek", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 26, "ns": 1, "position": [192, 197], "orth": "węgla", "lexemes": [{"lemma": "węgiel", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 27, "ns": 0, "position": [197, 198], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 28, "ns": 0, "position": [199, 203], "orth": "Jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 29, "ns": 0, "position": [204, 211], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 30, "ns": 0, "position": [212, 219], "orth": "szeroko", "lexemes": [{"lemma": "szeroko", "mstag": "adv:pos", "disamb": true}]}, {"index": 31, "ns": 0, "position": [220, 236], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 32, "ns": 0, "position": [237, 238], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 33, "ns": 0, "position": [239, 247], "orth": "Układzie", "lexemes": [{"lemma": "Układ", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 34, "ns": 1, "position": [248, 258], "orth": "Słonecznym", "lexemes": [{"lemma": "Słoneczny", "mstag": "adj:sg:loc:m3:pos", "disamb": true}]}, {"index": 35, "ns": 0, "position": [258, 259], "orth": ":", "lexemes": [{"lemma": ":", "mstag": "interp", "disamb": true}]}, {"index": 36, "ns": 0, "position": [260, 267], "orth": "stanowi", "lexemes": [{"lemma": "stanowić", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 37, "ns": 0, "position": [268, 275], "orth": "istotny", "lexemes": [{"lemma": "istotny", "mstag": "adj:sg:acc:m3:pos", "disamb": true}]}, {"index": 38, "ns": 0, "position": [276, 283], "orth": "element", "lexemes": [{"lemma": "element", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 39, "ns": 0, "position": [284, 290], "orth": "budowy", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 40, "ns": 0, "position": [291, 296], "orth": "Ceres", "lexemes": [{"lemma": "ceres", "mstag": "subst:sg:acc:m3", "disamb": true}]}, {"index": 41, "ns": 0, "position": [297, 298], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 42, "ns": 0, "position": [299, 308], "orth": "księżyców", "lexemes": [{"lemma": "księżyc", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 43, "ns": 0, "position": [309, 317], "orth": "lodowych", "lexemes": [{"lemma": "lodowy", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 44, "ns": 0, "position": [318, 327], "orth": "krążących", "lexemes": [{"lemma": "krążyć", "mstag": "pact:pl:gen:f:imperf:aff", "disamb": true}]}, {"index": 45, "ns": 0, "position": [328, 333], "orth": "wokół", "lexemes": [{"lemma": "wokół", "mstag": "prep:gen", "disamb": true}]}, {"index": 46, "ns": 1, "position": [334, 340], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 47, "ns": 1, "position": [340, 341], "orth": "-", "lexemes": [{"lemma": "-", "mstag": "interp", "disamb": true}]}, {"index": 48, "ns": 1, "position": [341, 350], "orth": "olbrzymów", "lexemes": [{"lemma": "olbrzym", "mstag": "subst:pl:gen:m1", "disamb": true}]}, {"index": 49, "ns": 0, "position": [350, 351], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 50, "ns": 0, "position": [352, 356], "orth": "jako", "lexemes": [{"lemma": "jako", "mstag": "adv", "disamb": true}]}, {"index": 51, "ns": 0, "position": [357, 366], "orth": "domieszka", "lexemes": [{"lemma": "domieszka", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 52, "ns": 0, "position": [367, 376], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 53, "ns": 0, "position": [377, 378], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 54, "ns": 0, "position": [379, 382], "orth": "ich", "lexemes": [{"lemma": "on", "mstag": "ppron3:pl:gen:m1:ter:akc:npraep", "disamb": true}]}, {"index": 55, "ns": 1, "position": [383, 394], "orth": "atmosferach", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 56, "ns": 0, "position": [394, 395], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 57, "ns": 0, "position": [396, 397], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 58, "ns": 0, "position": [398, 409], "orth": "przypuszcza", "lexemes": [{"lemma": "przypuszczać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 59, "ns": 1, "position": [410, 413], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 60, "ns": 0, "position": [413, 414], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 61, "ns": 0, "position": [415, 417], "orth": "że", "lexemes": [{"lemma": "że", "mstag": "comp", "disamb": true}]}, {"index": 62, "ns": 0, "position": [418, 422], "orth": "duże", "lexemes": [{"lemma": "duży", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 63, "ns": 0, "position": [423, 426], "orth": "jej", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:gen:f:ter:akc:npraep", "disamb": true}]}, {"index": 64, "ns": 0, "position": [427, 433], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 65, "ns": 0, "position": [434, 442], "orth": "znajdują", "lexemes": [{"lemma": "znajdować", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 66, "ns": 0, "position": [443, 446], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 67, "ns": 0, "position": [447, 449], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "prep:loc:wok", "disamb": true}]}, {"index": 68, "ns": 0, "position": [450, 459], "orth": "wnętrzach", "lexemes": [{"lemma": "wnętrze", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 69, "ns": 0, "position": [460, 464], "orth": "tych", "lexemes": [{"lemma": "ten", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 70, "ns": 1, "position": [465, 471], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 71, "ns": 0, "position": [471, 472], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 72, "ns": 0, "position": [473, 477], "orth": "Jako", "lexemes": [{"lemma": "jako", "mstag": "conj", "disamb": true}]}, {"index": 73, "ns": 0, "position": [478, 481], "orth": "lód", "lexemes": [{"lemma": "lód", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 74, "ns": 0, "position": [482, 491], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 75, "ns": 0, "position": [492, 497], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "qub", "disamb": true}]}, {"index": 76, "ns": 0, "position": [498, 500], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 77, "ns": 0, "position": [501, 507], "orth": "części", "lexemes": [{"lemma": "część", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 78, "ns": 1, "position": [508, 517], "orth": "planetoid", "lexemes": [{"lemma": "planetoida", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 79, "ns": 0, "position": [517, 518], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 80, "ns": 0, "position": [519, 520], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "conj", "disamb": true}]}, {"index": 81, "ns": 0, "position": [521, 528], "orth": "zapewne", "lexemes": [{"lemma": "zapewne", "mstag": "qub", "disamb": true}]}, {"index": 82, "ns": 0, "position": [529, 536], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "qub", "disamb": true}]}, {"index": 83, "ns": 0, "position": [537, 539], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 84, "ns": 0, "position": [540, 549], "orth": "obiektach", "lexemes": [{"lemma": "obiekt", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 85, "ns": 1, "position": [550, 566], "orth": "transneptunowych", "lexemes": [{"lemma": "transneptunowych", "mstag": "ign", "disamb": true}]}, {"index": 86, "ns": 0, "position": [566, 567], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 87, "ns": 0, "position": [568, 572], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 88, "ns": 0, "position": [573, 577], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 89, "ns": 0, "position": [578, 584], "orth": "bardzo", "lexemes": [{"lemma": "bardzo", "mstag": "adv:pos", "disamb": true}]}, {"index": 90, "ns": 0, "position": [585, 601], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 91, "ns": 0, "position": [602, 607], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 92, "ns": 0, "position": [608, 610], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "prep:loc", "disamb": true}]}, {"index": 93, "ns": 0, "position": [611, 622], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 94, "ns": 1, "position": [623, 628], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 95, "ns": 0, "position": [628, 629], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 96, "ns": 0, "position": [630, 639], "orth": "Występuje", "lexemes": [{"lemma": "występować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 97, "ns": 0, "position": [640, 647], "orth": "głównie", "lexemes": [{"lemma": "głównie", "mstag": "qub", "disamb": true}]}, {"index": 98, "ns": 0, "position": [648, 649], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 99, "ns": 1, "position": [650, 658], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 100, "ns": 0, "position": [658, 659], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 101, "ns": 0, "position": [660, 665], "orth": "które", "lexemes": [{"lemma": "który", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 102, "ns": 0, "position": [666, 675], "orth": "pokrywają", "lexemes": [{"lemma": "pokrywać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 103, "ns": 1, "position": [676, 678], "orth": "70", "lexemes": [{"lemma": "70", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 104, "ns": 1, "position": [678, 679], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 105, "ns": 1, "position": [679, 680], "orth": "8", "lexemes": [{"lemma": "8", "mstag": "num:pl:acc:m3:rec", "disamb": true}]}, {"index": 106, "ns": 0, "position": [680, 681], "orth": "%", "lexemes": [{"lemma": "%", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 107, "ns": 0, "position": [682, 693], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 108, "ns": 1, "position": [694, 699], "orth": "globu", "lexemes": [{"lemma": "glob", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 109, "ns": 0, "position": [699, 700], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 110, "ns": 0, "position": [701, 704], "orth": "ale", "lexemes": [{"lemma": "ale", "mstag": "conj", "disamb": true}]}, {"index": 111, "ns": 0, "position": [705, 710], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "conj", "disamb": true}]}, {"index": 112, "ns": 0, "position": [711, 712], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 113, "ns": 1, "position": [713, 720], "orth": "rzekach", "lexemes": [{"lemma": "rzeka", "mstag": "subst:pl:loc:f", "disamb": true}]}, {"index": 114, "ns": 0, "position": [720, 721], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 115, "ns": 0, "position": [722, 731], "orth": "jeziorach", "lexemes": [{"lemma": "jezioro", "mstag": "subst:pl:loc:n", "disamb": true}]}, {"index": 116, "ns": 0, "position": [732, 733], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 117, "ns": 0, "position": [734, 735], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 118, "ns": 0, "position": [736, 743], "orth": "postaci", "lexemes": [{"lemma": "postać", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 119, "ns": 0, "position": [744, 750], "orth": "stałej", "lexemes": [{"lemma": "stały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 120, "ns": 0, "position": [751, 752], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 121, "ns": 1, "position": [753, 762], "orth": "lodowcach", "lexemes": [{"lemma": "lodowiec", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 122, "ns": 0, "position": [762, 763], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 123, "ns": 0, "position": [764, 769], "orth": "Część", "lexemes": [{"lemma": "część", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 124, "ns": 0, "position": [770, 774], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 125, "ns": 0, "position": [775, 783], "orth": "znajduje", "lexemes": [{"lemma": "znajdować", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 126, "ns": 0, "position": [784, 787], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 127, "ns": 0, "position": [788, 789], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 128, "ns": 0, "position": [790, 800], "orth": "atmosferze", "lexemes": [{"lemma": "atmosfera", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 129, "ns": 1, "position": [801, 802], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 130, "ns": 1, "position": [802, 808], "orth": "chmury", "lexemes": [{"lemma": "chmura", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 131, "ns": 0, "position": [808, 809], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 132, "ns": 0, "position": [810, 814], "orth": "para", "lexemes": [{"lemma": "para", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 133, "ns": 1, "position": [815, 820], "orth": "wodna", "lexemes": [{"lemma": "wodny", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 134, "ns": 1, "position": [820, 821], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 135, "ns": 0, "position": [821, 822], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 136, "ns": 0, "position": [823, 831], "orth": "Niektóre", "lexemes": [{"lemma": "niektóry", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 137, "ns": 0, "position": [832, 839], "orth": "związki", "lexemes": [{"lemma": "związek", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 138, "ns": 0, "position": [840, 849], "orth": "chemiczne", "lexemes": [{"lemma": "chemiczny", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 139, "ns": 0, "position": [850, 859], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 140, "ns": 0, "position": [860, 870], "orth": "cząsteczki", "lexemes": [{"lemma": "cząsteczka", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 141, "ns": 0, "position": [871, 875], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 142, "ns": 0, "position": [876, 877], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 143, "ns": 0, "position": [878, 884], "orth": "swojej", "lexemes": [{"lemma": "swój", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 144, "ns": 0, "position": [885, 892], "orth": "budowie", "lexemes": [{"lemma": "budowa", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 145, "ns": 1, "position": [893, 894], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "interp", "disamb": true}]}, {"index": 146, "ns": 0, "position": [894, 901], "orth": "hydraty", "lexemes": [{"lemma": "hydrat", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 147, "ns": 0, "position": [902, 903], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 148, "ns": 0, "position": [904, 911], "orth": "określa", "lexemes": [{"lemma": "określać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 149, "ns": 0, "position": [912, 915], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "qub", "disamb": true}]}, {"index": 150, "ns": 0, "position": [916, 918], "orth": "ją", "lexemes": [{"lemma": "on", "mstag": "ppron3:sg:acc:f:ter:akc:npraep", "disamb": true}]}, {"index": 151, "ns": 0, "position": [919, 926], "orth": "wówczas", "lexemes": [{"lemma": "wówczas", "mstag": "adv", "disamb": true}]}, {"index": 152, "ns": 0, "position": [927, 933], "orth": "mianem", "lexemes": [{"lemma": "miano", "mstag": "subst:sg:inst:n", "disamb": true}]}, {"index": 153, "ns": 0, "position": [934, 938], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 154, "ns": 1, "position": [939, 955], "orth": "krystalizacyjnej", "lexemes": [{"lemma": "krystalizacyjny", "mstag": "adj:sg:gen:f:pos", "disamb": true}]}, {"index": 155, "ns": 1, "position": [955, 956], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "interp", "disamb": true}]}, {"index": 156, "ns": 0, "position": [956, 957], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 157, "ns": 0, "position": [958, 967], "orth": "Zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 158, "ns": 0, "position": [968, 972], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 159, "ns": 0, "position": [973, 982], "orth": "włączonej", "lexemes": [{"lemma": "włączyć", "mstag": "ppas:sg:gen:f:perf:aff", "disamb": true}]}, {"index": 160, "ns": 0, "position": [983, 984], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:acc:nwok", "disamb": true}]}, {"index": 161, "ns": 0, "position": [985, 994], "orth": "strukturę", "lexemes": [{"lemma": "struktura", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 162, "ns": 0, "position": [995, 1004], "orth": "minerałów", "lexemes": [{"lemma": "minerał", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 163, "ns": 0, "position": [1005, 1006], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 164, "ns": 0, "position": [1007, 1015], "orth": "płaszczu", "lexemes": [{"lemma": "płaszcz", "mstag": "subst:sg:loc:m3", "disamb": true}]}, {"index": 165, "ns": 0, "position": [1016, 1021], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 166, "ns": 0, "position": [1022, 1026], "orth": "może", "lexemes": [{"lemma": "móc", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 167, "ns": 0, "position": [1027, 1038], "orth": "przekraczać", "lexemes": [{"lemma": "przekraczać", "mstag": "inf:imperf", "disamb": true}]}, {"index": 168, "ns": 0, "position": [1039, 1045], "orth": "łączną", "lexemes": [{"lemma": "łączny", "mstag": "adj:sg:acc:f:pos", "disamb": true}]}, {"index": 169, "ns": 0, "position": [1046, 1055], "orth": "zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 170, "ns": 0, "position": [1056, 1060], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 171, "ns": 0, "position": [1061, 1062], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 172, "ns": 0, "position": [1063, 1071], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 173, "ns": 0, "position": [1072, 1073], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 174, "ns": 0, "position": [1074, 1080], "orth": "innych", "lexemes": [{"lemma": "inny", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 175, "ns": 0, "position": [1081, 1092], "orth": "zbiornikach", "lexemes": [{"lemma": "zbiornik", "mstag": "subst:pl:loc:m3", "disamb": true}]}, {"index": 176, "ns": 0, "position": [1093, 1109], "orth": "powierzchniowych", "lexemes": [{"lemma": "powierzchniowy", "mstag": "adj:pl:loc:m3:pos", "disamb": true}]}, {"index": 177, "ns": 0, "position": [1110, 1115], "orth": "nawet", "lexemes": [{"lemma": "nawet", "mstag": "qub", "disamb": true}]}, {"index": 178, "ns": 1, "position": [1116, 1133], "orth": "dziesięciokrotnie", "lexemes": [{"lemma": "dziesięciokrotnie", "mstag": "adv:pos", "disamb": true}]}, {"index": 179, "ns": 0, "position": [1133, 1134], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 180, "ns": 0, "position": [1135, 1139], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 181, "ns": 0, "position": [1140, 1151], "orth": "występująca", "lexemes": [{"lemma": "występować", "mstag": "pact:sg:nom:f:imperf:aff", "disamb": true}]}, {"index": 182, "ns": 0, "position": [1152, 1153], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "prep:loc:nwok", "disamb": true}]}, {"index": 183, "ns": 0, "position": [1154, 1164], "orth": "przyrodzie", "lexemes": [{"lemma": "przyroda", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 184, "ns": 0, "position": [1165, 1169], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 185, "ns": 0, "position": [1170, 1179], "orth": "roztworem", "lexemes": [{"lemma": "roztwór", "mstag": "subst:sg:inst:m3", "disamb": true}]}, {"index": 186, "ns": 0, "position": [1180, 1184], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 187, "ns": 0, "position": [1185, 1186], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 188, "ns": 1, "position": [1187, 1192], "orth": "gazów", "lexemes": [{"lemma": "gaz", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 189, "ns": 0, "position": [1192, 1193], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 190, "ns": 0, "position": [1194, 1203], "orth": "Najwięcej", "lexemes": [{"lemma": "najwięcej", "mstag": "num:pl:acc:f:rec", "disamb": true}]}, {"index": 191, "ns": 0, "position": [1204, 1208], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:pl:gen:f", "disamb": true}]}, {"index": 192, "ns": 0, "position": [1209, 1220], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:f:pos", "disamb": true}]}, {"index": 193, "ns": 0, "position": [1221, 1228], "orth": "zawiera", "lexemes": [{"lemma": "zawierać", "mstag": "fin:sg:ter:imperf", "disamb": true}]}, {"index": 194, "ns": 0, "position": [1229, 1233], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 195, "ns": 0, "position": [1234, 1240], "orth": "morska", "lexemes": [{"lemma": "morski", "mstag": "adj:sg:nom:f:pos", "disamb": true}]}, {"index": 196, "ns": 0, "position": [1241, 1242], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 197, "ns": 0, "position": [1243, 1247], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 198, "ns": 1, "position": [1248, 1257], "orth": "mineralne", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 199, "ns": 0, "position": [1257, 1258], "orth": ";", "lexemes": [{"lemma": ";", "mstag": "interp", "disamb": true}]}, {"index": 200, "ns": 0, "position": [1259, 1267], "orth": "najmniej", "lexemes": [{"lemma": "najmniej", "mstag": "num:pl:nom:f:rec", "disamb": true}]}, {"index": 201, "ns": 0, "position": [1268, 1272], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:nom:f", "disamb": true}]}, {"index": 202, "ns": 0, "position": [1273, 1274], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "prep:gen:nwok", "disamb": true}]}, {"index": 203, "ns": 0, "position": [1275, 1281], "orth": "opadów", "lexemes": [{"lemma": "opad", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 204, "ns": 1, "position": [1282, 1297], "orth": "atmosferycznych", "lexemes": [{"lemma": "atmosferyczny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 205, "ns": 0, "position": [1297, 1298], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 206, "ns": 0, "position": [1299, 1303], "orth": "Wodę", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:acc:f", "disamb": true}]}, {"index": 207, "ns": 0, "position": [1304, 1305], "orth": "o", "lexemes": [{"lemma": "o", "mstag": "prep:loc", "disamb": true}]}, {"index": 208, "ns": 0, "position": [1306, 1311], "orth": "małej", "lexemes": [{"lemma": "mały", "mstag": "adj:sg:loc:f:pos", "disamb": true}]}, {"index": 209, "ns": 0, "position": [1312, 1322], "orth": "zawartości", "lexemes": [{"lemma": "zawartość", "mstag": "subst:sg:loc:f", "disamb": true}]}, {"index": 210, "ns": 0, "position": [1323, 1333], "orth": "składników", "lexemes": [{"lemma": "składnik", "mstag": "subst:pl:gen:m3", "disamb": true}]}, {"index": 211, "ns": 0, "position": [1334, 1345], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "adj:pl:gen:m3:pos", "disamb": true}]}, {"index": 212, "ns": 0, "position": [1346, 1354], "orth": "nazywamy", "lexemes": [{"lemma": "nazywać", "mstag": "fin:pl:pri:imperf", "disamb": true}]}, {"index": 213, "ns": 0, "position": [1355, 1359], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 214, "ns": 1, "position": [1360, 1366], "orth": "miękką", "lexemes": [{"lemma": "miękki", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 215, "ns": 0, "position": [1366, 1367], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 216, "ns": 0, "position": [1368, 1377], "orth": "natomiast", "lexemes": [{"lemma": "natomiast", "mstag": "conj", "disamb": true}]}, {"index": 217, "ns": 0, "position": [1378, 1389], "orth": "zawierającą", "lexemes": [{"lemma": "zawierać", "mstag": "pact:sg:acc:f:imperf:aff", "disamb": true}]}, {"index": 218, "ns": 0, "position": [1390, 1397], "orth": "znaczne", "lexemes": [{"lemma": "znaczny", "mstag": "adj:pl:acc:f:pos", "disamb": true}]}, {"index": 219, "ns": 0, "position": [1398, 1404], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "subst:pl:acc:f", "disamb": true}]}, {"index": 220, "ns": 0, "position": [1405, 1409], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "subst:sg:gen:f", "disamb": true}]}, {"index": 221, "ns": 0, "position": [1410, 1416], "orth": "wapnia", "lexemes": [{"lemma": "wapń", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 222, "ns": 0, "position": [1417, 1418], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "conj", "disamb": true}]}, {"index": 223, "ns": 0, "position": [1419, 1426], "orth": "magnezu", "lexemes": [{"lemma": "magnez", "mstag": "subst:sg:gen:m3", "disamb": true}]}, {"index": 224, "ns": 0, "position": [1427, 1428], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "interp", "disamb": true}]}, {"index": 225, "ns": 0, "position": [1429, 1433], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "subst:sg:inst:f", "disamb": true}]}, {"index": 226, "ns": 1, "position": [1434, 1440], "orth": "twardą", "lexemes": [{"lemma": "twardy", "mstag": "adj:sg:inst:f:pos", "disamb": true}]}, {"index": 227, "ns": 0, "position": [1440, 1441], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 228, "ns": 0, "position": [1442, 1448], "orth": "Oprócz", "lexemes": [{"lemma": "oprócz", "mstag": "prep:gen", "disamb": true}]}, {"index": 229, "ns": 0, "position": [1449, 1453], "orth": "tego", "lexemes": [{"lemma": "to", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 230, "ns": 0, "position": [1454, 1458], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 231, "ns": 0, "position": [1459, 1468], "orth": "naturalne", "lexemes": [{"lemma": "naturalny", "mstag": "adj:pl:nom:f:pos", "disamb": true}]}, {"index": 232, "ns": 0, "position": [1469, 1478], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "fin:pl:ter:imperf", "disamb": true}]}, {"index": 233, "ns": 0, "position": [1479, 1491], "orth": "rozpuszczone", "lexemes": [{"lemma": "rozpuścić", "mstag": "ppas:pl:nom:f:perf:aff", "disamb": true}]}, {"index": 234, "ns": 0, "position": [1492, 1502], "orth": "substancje", "lexemes": [{"lemma": "substancja", "mstag": "subst:pl:nom:f", "disamb": true}]}, {"index": 235, "ns": 0, "position": [1503, 1514], "orth": "pochodzenia", "lexemes": [{"lemma": "pochodzenie", "mstag": "subst:sg:gen:n", "disamb": true}]}, {"index": 236, "ns": 1, "position": [1515, 1527], "orth": "organicznego", "lexemes": [{"lemma": "organiczny", "mstag": "adj:sg:gen:n:pos", "disamb": true}]}, {"index": 237, "ns": 0, "position": [1527, 1528], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 238, "ns": 1, "position": [1529, 1531], "orth": "np", "lexemes": [{"lemma": "na przykład", "mstag": "brev:pun", "disamb": true}]}, {"index": 239, "ns": 0, "position": [1531, 1532], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}, {"index": 240, "ns": 1, "position": [1533, 1540], "orth": "mocznik", "lexemes": [{"lemma": "mocznik", "mstag": "subst:sg:nom:m3", "disamb": true}]}, {"index": 241, "ns": 0, "position": [1540, 1541], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "interp", "disamb": true}]}, {"index": 242, "ns": 0, "position": [1542, 1547], "orth": "kwasy", "lexemes": [{"lemma": "kwas", "mstag": "subst:pl:nom:m3", "disamb": true}]}, {"index": 243, "ns": 0, "position": [1548, 1556], "orth": "humusowe", "lexemes": [{"lemma": "humusowy", "mstag": "adj:pl:nom:m3:pos", "disamb": true}]}, {"index": 244, "ns": 1, "position": [1557, 1560], "orth": "itp", "lexemes": [{"lemma": "i tym podobne", "mstag": "brev:pun", "disamb": true}]}, {"index": 245, "ns": 0, "position": [1560, 1561], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "interp", "disamb": true}]}]} \ No newline at end of file diff --git a/tests/testdata/expected/simple_nkjp2ud_conversion.json b/tests/testdata/expected/simple_nkjp2ud_conversion.json index dd6671709ca55ba0df8006e35b1c82b7eafedee6..352de2ada16c8ec9bbea160c67ae2fd6ae0cec74 100644 --- a/tests/testdata/expected/simple_nkjp2ud_conversion.json +++ b/tests/testdata/expected/simple_nkjp2ud_conversion.json @@ -1 +1 @@ -{"filename": "simple_nkjp2ud_conversion", "tagset": "ud", "tokens": [{"index": 1, "position": [0, 4], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 2, "position": [5, 9], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "VERB", "disamb": true}]}, {"index": 3, "position": [10, 15], "orth": "jedną", "lexemes": [{"lemma": "jeden", "mstag": "ADJ", "disamb": true}]}, {"index": 4, "position": [16, 17], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "ADP", "disamb": true}]}, {"index": 5, "position": [18, 34], "orth": "najpospolitszych", "lexemes": [{"lemma": "pospolity", "mstag": "ADJ", "disamb": true}]}, {"index": 6, "position": [35, 45], "orth": "substancji", "lexemes": [{"lemma": "substancja", "mstag": "NOUN", "disamb": true}]}, {"index": 7, "position": [46, 48], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 8, "position": [49, 62], "orth": "Wszechświecie", "lexemes": [{"lemma": "wszechświat", "mstag": "NOUN", "disamb": true}]}, {"index": 9, "position": [62, 63], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 10, "position": [63, 73], "orth": "Cząsteczka", "lexemes": [{"lemma": "cząsteczka", "mstag": "NOUN", "disamb": true}]}, {"index": 11, "position": [74, 78], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 12, "position": [79, 83], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "VERB", "disamb": true}]}, {"index": 13, "position": [84, 91], "orth": "trzecią", "lexemes": [{"lemma": "trzeci", "mstag": "ADJ", "disamb": true}]}, {"index": 14, "position": [92, 103], "orth": "najbardziej", "lexemes": [{"lemma": "bardzo", "mstag": "ADV", "disamb": true}]}, {"index": 15, "position": [104, 120], "orth": "rozpowszechnioną", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "ADJ", "disamb": true}]}, {"index": 16, "position": [121, 129], "orth": "molekułą", "lexemes": [{"lemma": "molekuła", "mstag": "NOUN", "disamb": true}]}, {"index": 17, "position": [130, 131], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 18, "position": [132, 139], "orth": "ośrodku", "lexemes": [{"lemma": "ośrodek", "mstag": "NOUN", "disamb": true}]}, {"index": 19, "position": [140, 156], "orth": "międzygwiazdowym", "lexemes": [{"lemma": "międzygwiazdowy", "mstag": "ADJ", "disamb": true}]}, {"index": 20, "position": [156, 157], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 21, "position": [158, 160], "orth": "po", "lexemes": [{"lemma": "po", "mstag": "ADP", "disamb": true}]}, {"index": 22, "position": [161, 174], "orth": "cząsteczkowym", "lexemes": [{"lemma": "cząsteczkowy", "mstag": "ADJ", "disamb": true}]}, {"index": 23, "position": [175, 182], "orth": "wodorze", "lexemes": [{"lemma": "wodór", "mstag": "NOUN", "disamb": true}]}, {"index": 24, "position": [183, 184], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 25, "position": [185, 191], "orth": "tlenku", "lexemes": [{"lemma": "tlenek", "mstag": "NOUN", "disamb": true}]}, {"index": 26, "position": [192, 197], "orth": "węgla", "lexemes": [{"lemma": "węgiel", "mstag": "NOUN", "disamb": true}]}, {"index": 27, "position": [197, 198], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 28, "position": [199, 203], "orth": "Jest", "lexemes": [{"lemma": "być", "mstag": "VERB", "disamb": true}]}, {"index": 29, "position": [204, 211], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "PART", "disamb": true}]}, {"index": 30, "position": [212, 219], "orth": "szeroko", "lexemes": [{"lemma": "szeroko", "mstag": "ADV", "disamb": true}]}, {"index": 31, "position": [220, 236], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "ADJ", "disamb": true}]}, {"index": 32, "position": [237, 238], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 33, "position": [239, 247], "orth": "Układzie", "lexemes": [{"lemma": "Układ", "mstag": "NOUN", "disamb": true}]}, {"index": 34, "position": [248, 258], "orth": "Słonecznym", "lexemes": [{"lemma": "Słoneczny", "mstag": "ADJ", "disamb": true}]}, {"index": 35, "position": [258, 259], "orth": ":", "lexemes": [{"lemma": ":", "mstag": "PUNCT", "disamb": true}]}, {"index": 36, "position": [260, 267], "orth": "stanowi", "lexemes": [{"lemma": "stanowić", "mstag": "VERB", "disamb": true}]}, {"index": 37, "position": [268, 275], "orth": "istotny", "lexemes": [{"lemma": "istotny", "mstag": "ADJ", "disamb": true}]}, {"index": 38, "position": [276, 283], "orth": "element", "lexemes": [{"lemma": "element", "mstag": "NOUN", "disamb": true}]}, {"index": 39, "position": [284, 290], "orth": "budowy", "lexemes": [{"lemma": "budowa", "mstag": "NOUN", "disamb": true}]}, {"index": 40, "position": [291, 296], "orth": "Ceres", "lexemes": [{"lemma": "ceres", "mstag": "NOUN", "disamb": true}]}, {"index": 41, "position": [297, 298], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 42, "position": [299, 308], "orth": "księżyców", "lexemes": [{"lemma": "księżyc", "mstag": "NOUN", "disamb": true}]}, {"index": 43, "position": [309, 317], "orth": "lodowych", "lexemes": [{"lemma": "lodowy", "mstag": "ADJ", "disamb": true}]}, {"index": 44, "position": [318, 327], "orth": "krążących", "lexemes": [{"lemma": "krążyć", "mstag": "VERB", "disamb": true}]}, {"index": 45, "position": [328, 333], "orth": "wokół", "lexemes": [{"lemma": "wokół", "mstag": "ADP", "disamb": true}]}, {"index": 46, "position": [334, 340], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "NOUN", "disamb": true}]}, {"index": 47, "position": [340, 341], "orth": "-", "lexemes": [{"lemma": "-", "mstag": "PUNCT", "disamb": true}]}, {"index": 48, "position": [341, 350], "orth": "olbrzymów", "lexemes": [{"lemma": "olbrzym", "mstag": "NOUN", "disamb": true}]}, {"index": 49, "position": [350, 351], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 50, "position": [352, 356], "orth": "jako", "lexemes": [{"lemma": "jako", "mstag": "ADV", "disamb": true}]}, {"index": 51, "position": [357, 366], "orth": "domieszka", "lexemes": [{"lemma": "domieszka", "mstag": "NOUN", "disamb": true}]}, {"index": 52, "position": [367, 376], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "VERB", "disamb": true}]}, {"index": 53, "position": [377, 378], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 54, "position": [379, 382], "orth": "ich", "lexemes": [{"lemma": "on", "mstag": "PRON", "disamb": true}]}, {"index": 55, "position": [383, 394], "orth": "atmosferach", "lexemes": [{"lemma": "atmosfera", "mstag": "NOUN", "disamb": true}]}, {"index": 56, "position": [394, 395], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 57, "position": [396, 397], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "CCONJ", "disamb": true}]}, {"index": 58, "position": [398, 409], "orth": "przypuszcza", "lexemes": [{"lemma": "przypuszczać", "mstag": "VERB", "disamb": true}]}, {"index": 59, "position": [410, 413], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "PART", "disamb": true}]}, {"index": 60, "position": [413, 414], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 61, "position": [415, 417], "orth": "że", "lexemes": [{"lemma": "że", "mstag": "SCONJ", "disamb": true}]}, {"index": 62, "position": [418, 422], "orth": "duże", "lexemes": [{"lemma": "duży", "mstag": "ADJ", "disamb": true}]}, {"index": 63, "position": [423, 426], "orth": "jej", "lexemes": [{"lemma": "on", "mstag": "PRON", "disamb": true}]}, {"index": 64, "position": [427, 433], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "NOUN", "disamb": true}]}, {"index": 65, "position": [434, 442], "orth": "znajdują", "lexemes": [{"lemma": "znajdować", "mstag": "VERB", "disamb": true}]}, {"index": 66, "position": [443, 446], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "PART", "disamb": true}]}, {"index": 67, "position": [447, 449], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 68, "position": [450, 459], "orth": "wnętrzach", "lexemes": [{"lemma": "wnętrze", "mstag": "NOUN", "disamb": true}]}, {"index": 69, "position": [460, 464], "orth": "tych", "lexemes": [{"lemma": "ten", "mstag": "ADJ", "disamb": true}]}, {"index": 70, "position": [465, 471], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "NOUN", "disamb": true}]}, {"index": 71, "position": [471, 472], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 72, "position": [473, 477], "orth": "Jako", "lexemes": [{"lemma": "jako", "mstag": "CCONJ", "disamb": true}]}, {"index": 73, "position": [478, 481], "orth": "lód", "lexemes": [{"lemma": "lód", "mstag": "NOUN", "disamb": true}]}, {"index": 74, "position": [482, 491], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "VERB", "disamb": true}]}, {"index": 75, "position": [492, 497], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "PART", "disamb": true}]}, {"index": 76, "position": [498, 500], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "ADP", "disamb": true}]}, {"index": 77, "position": [501, 507], "orth": "części", "lexemes": [{"lemma": "część", "mstag": "NOUN", "disamb": true}]}, {"index": 78, "position": [508, 517], "orth": "planetoid", "lexemes": [{"lemma": "planetoida", "mstag": "NOUN", "disamb": true}]}, {"index": 79, "position": [517, 518], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 80, "position": [519, 520], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "CCONJ", "disamb": true}]}, {"index": 81, "position": [521, 528], "orth": "zapewne", "lexemes": [{"lemma": "zapewne", "mstag": "PART", "disamb": true}]}, {"index": 82, "position": [529, 536], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "PART", "disamb": true}]}, {"index": 83, "position": [537, 539], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "ADP", "disamb": true}]}, {"index": 84, "position": [540, 549], "orth": "obiektach", "lexemes": [{"lemma": "obiekt", "mstag": "NOUN", "disamb": true}]}, {"index": 85, "position": [550, 566], "orth": "transneptunowych", "lexemes": [{"lemma": "transneptunowych", "mstag": "ign", "disamb": true}]}, {"index": 86, "position": [566, 567], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 87, "position": [568, 572], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 88, "position": [573, 577], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "VERB", "disamb": true}]}, {"index": 89, "position": [578, 584], "orth": "bardzo", "lexemes": [{"lemma": "bardzo", "mstag": "ADV", "disamb": true}]}, {"index": 90, "position": [585, 601], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "ADJ", "disamb": true}]}, {"index": 91, "position": [602, 607], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "CCONJ", "disamb": true}]}, {"index": 92, "position": [608, 610], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "ADP", "disamb": true}]}, {"index": 93, "position": [611, 622], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "NOUN", "disamb": true}]}, {"index": 94, "position": [623, 628], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "NOUN", "disamb": true}]}, {"index": 95, "position": [628, 629], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 96, "position": [630, 639], "orth": "Występuje", "lexemes": [{"lemma": "występować", "mstag": "VERB", "disamb": true}]}, {"index": 97, "position": [640, 647], "orth": "głównie", "lexemes": [{"lemma": "głównie", "mstag": "PART", "disamb": true}]}, {"index": 98, "position": [648, 649], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 99, "position": [650, 658], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "NOUN", "disamb": true}]}, {"index": 100, "position": [658, 659], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 101, "position": [660, 665], "orth": "które", "lexemes": [{"lemma": "który", "mstag": "ADJ", "disamb": true}]}, {"index": 102, "position": [666, 675], "orth": "pokrywają", "lexemes": [{"lemma": "pokrywać", "mstag": "VERB", "disamb": true}]}, {"index": 103, "position": [676, 678], "orth": "70", "lexemes": [{"lemma": "70", "mstag": "NUM", "disamb": true}]}, {"index": 104, "position": [678, 679], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 105, "position": [679, 680], "orth": "8", "lexemes": [{"lemma": "8", "mstag": "NUM", "disamb": true}]}, {"index": 106, "position": [680, 681], "orth": "%", "lexemes": [{"lemma": "%", "mstag": "NOUN", "disamb": true}]}, {"index": 107, "position": [682, 693], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "NOUN", "disamb": true}]}, {"index": 108, "position": [694, 699], "orth": "globu", "lexemes": [{"lemma": "glob", "mstag": "NOUN", "disamb": true}]}, {"index": 109, "position": [699, 700], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 110, "position": [701, 704], "orth": "ale", "lexemes": [{"lemma": "ale", "mstag": "CCONJ", "disamb": true}]}, {"index": 111, "position": [705, 710], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "CCONJ", "disamb": true}]}, {"index": 112, "position": [711, 712], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 113, "position": [713, 720], "orth": "rzekach", "lexemes": [{"lemma": "rzeka", "mstag": "NOUN", "disamb": true}]}, {"index": 114, "position": [720, 721], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 115, "position": [722, 731], "orth": "jeziorach", "lexemes": [{"lemma": "jezioro", "mstag": "NOUN", "disamb": true}]}, {"index": 116, "position": [732, 733], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 117, "position": [734, 735], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 118, "position": [736, 743], "orth": "postaci", "lexemes": [{"lemma": "postać", "mstag": "NOUN", "disamb": true}]}, {"index": 119, "position": [744, 750], "orth": "stałej", "lexemes": [{"lemma": "stały", "mstag": "ADJ", "disamb": true}]}, {"index": 120, "position": [751, 752], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 121, "position": [753, 762], "orth": "lodowcach", "lexemes": [{"lemma": "lodowiec", "mstag": "NOUN", "disamb": true}]}, {"index": 122, "position": [762, 763], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 123, "position": [764, 769], "orth": "Część", "lexemes": [{"lemma": "część", "mstag": "NOUN", "disamb": true}]}, {"index": 124, "position": [770, 774], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 125, "position": [775, 783], "orth": "znajduje", "lexemes": [{"lemma": "znajdować", "mstag": "VERB", "disamb": true}]}, {"index": 126, "position": [784, 787], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "PART", "disamb": true}]}, {"index": 127, "position": [788, 789], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 128, "position": [790, 800], "orth": "atmosferze", "lexemes": [{"lemma": "atmosfera", "mstag": "NOUN", "disamb": true}]}, {"index": 129, "position": [801, 802], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "PUNCT", "disamb": true}]}, {"index": 130, "position": [802, 808], "orth": "chmury", "lexemes": [{"lemma": "chmura", "mstag": "NOUN", "disamb": true}]}, {"index": 131, "position": [808, 809], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 132, "position": [810, 814], "orth": "para", "lexemes": [{"lemma": "para", "mstag": "NOUN", "disamb": true}]}, {"index": 133, "position": [815, 820], "orth": "wodna", "lexemes": [{"lemma": "wodny", "mstag": "ADJ", "disamb": true}]}, {"index": 134, "position": [820, 821], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "PUNCT", "disamb": true}]}, {"index": 135, "position": [821, 822], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 136, "position": [823, 831], "orth": "Niektóre", "lexemes": [{"lemma": "niektóry", "mstag": "ADJ", "disamb": true}]}, {"index": 137, "position": [832, 839], "orth": "związki", "lexemes": [{"lemma": "związek", "mstag": "NOUN", "disamb": true}]}, {"index": 138, "position": [840, 849], "orth": "chemiczne", "lexemes": [{"lemma": "chemiczny", "mstag": "ADJ", "disamb": true}]}, {"index": 139, "position": [850, 859], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "VERB", "disamb": true}]}, {"index": 140, "position": [860, 870], "orth": "cząsteczki", "lexemes": [{"lemma": "cząsteczka", "mstag": "NOUN", "disamb": true}]}, {"index": 141, "position": [871, 875], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 142, "position": [876, 877], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 143, "position": [878, 884], "orth": "swojej", "lexemes": [{"lemma": "swój", "mstag": "ADJ", "disamb": true}]}, {"index": 144, "position": [885, 892], "orth": "budowie", "lexemes": [{"lemma": "budowa", "mstag": "NOUN", "disamb": true}]}, {"index": 145, "position": [893, 894], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "PUNCT", "disamb": true}]}, {"index": 146, "position": [894, 901], "orth": "hydraty", "lexemes": [{"lemma": "hydrat", "mstag": "NOUN", "disamb": true}]}, {"index": 147, "position": [902, 903], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "PUNCT", "disamb": true}]}, {"index": 148, "position": [904, 911], "orth": "określa", "lexemes": [{"lemma": "określać", "mstag": "VERB", "disamb": true}]}, {"index": 149, "position": [912, 915], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "PART", "disamb": true}]}, {"index": 150, "position": [916, 918], "orth": "ją", "lexemes": [{"lemma": "on", "mstag": "PRON", "disamb": true}]}, {"index": 151, "position": [919, 926], "orth": "wówczas", "lexemes": [{"lemma": "wówczas", "mstag": "ADV", "disamb": true}]}, {"index": 152, "position": [927, 933], "orth": "mianem", "lexemes": [{"lemma": "miano", "mstag": "NOUN", "disamb": true}]}, {"index": 153, "position": [934, 938], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 154, "position": [939, 955], "orth": "krystalizacyjnej", "lexemes": [{"lemma": "krystalizacyjny", "mstag": "ADJ", "disamb": true}]}, {"index": 155, "position": [955, 956], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "PUNCT", "disamb": true}]}, {"index": 156, "position": [956, 957], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 157, "position": [958, 967], "orth": "Zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "NOUN", "disamb": true}]}, {"index": 158, "position": [968, 972], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 159, "position": [973, 982], "orth": "włączonej", "lexemes": [{"lemma": "włączyć", "mstag": "VERB", "disamb": true}]}, {"index": 160, "position": [983, 984], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 161, "position": [985, 994], "orth": "strukturę", "lexemes": [{"lemma": "struktura", "mstag": "NOUN", "disamb": true}]}, {"index": 162, "position": [995, 1004], "orth": "minerałów", "lexemes": [{"lemma": "minerał", "mstag": "NOUN", "disamb": true}]}, {"index": 163, "position": [1005, 1006], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 164, "position": [1007, 1015], "orth": "płaszczu", "lexemes": [{"lemma": "płaszcz", "mstag": "NOUN", "disamb": true}]}, {"index": 165, "position": [1016, 1021], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "NOUN", "disamb": true}]}, {"index": 166, "position": [1022, 1026], "orth": "może", "lexemes": [{"lemma": "móc", "mstag": "VERB", "disamb": true}]}, {"index": 167, "position": [1027, 1038], "orth": "przekraczać", "lexemes": [{"lemma": "przekraczać", "mstag": "VERB", "disamb": true}]}, {"index": 168, "position": [1039, 1045], "orth": "łączną", "lexemes": [{"lemma": "łączny", "mstag": "ADJ", "disamb": true}]}, {"index": 169, "position": [1046, 1055], "orth": "zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "NOUN", "disamb": true}]}, {"index": 170, "position": [1056, 1060], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 171, "position": [1061, 1062], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 172, "position": [1063, 1071], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "NOUN", "disamb": true}]}, {"index": 173, "position": [1072, 1073], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 174, "position": [1074, 1080], "orth": "innych", "lexemes": [{"lemma": "inny", "mstag": "ADJ", "disamb": true}]}, {"index": 175, "position": [1081, 1092], "orth": "zbiornikach", "lexemes": [{"lemma": "zbiornik", "mstag": "NOUN", "disamb": true}]}, {"index": 176, "position": [1093, 1109], "orth": "powierzchniowych", "lexemes": [{"lemma": "powierzchniowy", "mstag": "ADJ", "disamb": true}]}, {"index": 177, "position": [1110, 1115], "orth": "nawet", "lexemes": [{"lemma": "nawet", "mstag": "PART", "disamb": true}]}, {"index": 178, "position": [1116, 1133], "orth": "dziesięciokrotnie", "lexemes": [{"lemma": "dziesięciokrotnie", "mstag": "ADV", "disamb": true}]}, {"index": 179, "position": [1133, 1134], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 180, "position": [1135, 1139], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 181, "position": [1140, 1151], "orth": "występująca", "lexemes": [{"lemma": "występować", "mstag": "VERB", "disamb": true}]}, {"index": 182, "position": [1152, 1153], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 183, "position": [1154, 1164], "orth": "przyrodzie", "lexemes": [{"lemma": "przyroda", "mstag": "NOUN", "disamb": true}]}, {"index": 184, "position": [1165, 1169], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "VERB", "disamb": true}]}, {"index": 185, "position": [1170, 1179], "orth": "roztworem", "lexemes": [{"lemma": "roztwór", "mstag": "NOUN", "disamb": true}]}, {"index": 186, "position": [1180, 1184], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "NOUN", "disamb": true}]}, {"index": 187, "position": [1185, 1186], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 188, "position": [1187, 1192], "orth": "gazów", "lexemes": [{"lemma": "gaz", "mstag": "NOUN", "disamb": true}]}, {"index": 189, "position": [1192, 1193], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 190, "position": [1194, 1203], "orth": "Najwięcej", "lexemes": [{"lemma": "najwięcej", "mstag": "NUM", "disamb": true}]}, {"index": 191, "position": [1204, 1208], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "NOUN", "disamb": true}]}, {"index": 192, "position": [1209, 1220], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "ADJ", "disamb": true}]}, {"index": 193, "position": [1221, 1228], "orth": "zawiera", "lexemes": [{"lemma": "zawierać", "mstag": "VERB", "disamb": true}]}, {"index": 194, "position": [1229, 1233], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 195, "position": [1234, 1240], "orth": "morska", "lexemes": [{"lemma": "morski", "mstag": "ADJ", "disamb": true}]}, {"index": 196, "position": [1241, 1242], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 197, "position": [1243, 1247], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 198, "position": [1248, 1257], "orth": "mineralne", "lexemes": [{"lemma": "mineralny", "mstag": "ADJ", "disamb": true}]}, {"index": 199, "position": [1257, 1258], "orth": ";", "lexemes": [{"lemma": ";", "mstag": "PUNCT", "disamb": true}]}, {"index": 200, "position": [1259, 1267], "orth": "najmniej", "lexemes": [{"lemma": "najmniej", "mstag": "NUM", "disamb": true}]}, {"index": 201, "position": [1268, 1272], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 202, "position": [1273, 1274], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "ADP", "disamb": true}]}, {"index": 203, "position": [1275, 1281], "orth": "opadów", "lexemes": [{"lemma": "opad", "mstag": "NOUN", "disamb": true}]}, {"index": 204, "position": [1282, 1297], "orth": "atmosferycznych", "lexemes": [{"lemma": "atmosferyczny", "mstag": "ADJ", "disamb": true}]}, {"index": 205, "position": [1297, 1298], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 206, "position": [1299, 1303], "orth": "Wodę", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 207, "position": [1304, 1305], "orth": "o", "lexemes": [{"lemma": "o", "mstag": "ADP", "disamb": true}]}, {"index": 208, "position": [1306, 1311], "orth": "małej", "lexemes": [{"lemma": "mały", "mstag": "ADJ", "disamb": true}]}, {"index": 209, "position": [1312, 1322], "orth": "zawartości", "lexemes": [{"lemma": "zawartość", "mstag": "NOUN", "disamb": true}]}, {"index": 210, "position": [1323, 1333], "orth": "składników", "lexemes": [{"lemma": "składnik", "mstag": "NOUN", "disamb": true}]}, {"index": 211, "position": [1334, 1345], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "ADJ", "disamb": true}]}, {"index": 212, "position": [1346, 1354], "orth": "nazywamy", "lexemes": [{"lemma": "nazywać", "mstag": "VERB", "disamb": true}]}, {"index": 213, "position": [1355, 1359], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 214, "position": [1360, 1366], "orth": "miękką", "lexemes": [{"lemma": "miękki", "mstag": "ADJ", "disamb": true}]}, {"index": 215, "position": [1366, 1367], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 216, "position": [1368, 1377], "orth": "natomiast", "lexemes": [{"lemma": "natomiast", "mstag": "CCONJ", "disamb": true}]}, {"index": 217, "position": [1378, 1389], "orth": "zawierającą", "lexemes": [{"lemma": "zawierać", "mstag": "VERB", "disamb": true}]}, {"index": 218, "position": [1390, 1397], "orth": "znaczne", "lexemes": [{"lemma": "znaczny", "mstag": "ADJ", "disamb": true}]}, {"index": 219, "position": [1398, 1404], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "NOUN", "disamb": true}]}, {"index": 220, "position": [1405, 1409], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "NOUN", "disamb": true}]}, {"index": 221, "position": [1410, 1416], "orth": "wapnia", "lexemes": [{"lemma": "wapń", "mstag": "NOUN", "disamb": true}]}, {"index": 222, "position": [1417, 1418], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 223, "position": [1419, 1426], "orth": "magnezu", "lexemes": [{"lemma": "magnez", "mstag": "NOUN", "disamb": true}]}, {"index": 224, "position": [1427, 1428], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "PUNCT", "disamb": true}]}, {"index": 225, "position": [1429, 1433], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 226, "position": [1434, 1440], "orth": "twardą", "lexemes": [{"lemma": "twardy", "mstag": "ADJ", "disamb": true}]}, {"index": 227, "position": [1440, 1441], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 228, "position": [1442, 1448], "orth": "Oprócz", "lexemes": [{"lemma": "oprócz", "mstag": "ADP", "disamb": true}]}, {"index": 229, "position": [1449, 1453], "orth": "tego", "lexemes": [{"lemma": "to", "mstag": "NOUN", "disamb": true}]}, {"index": 230, "position": [1454, 1458], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 231, "position": [1459, 1468], "orth": "naturalne", "lexemes": [{"lemma": "naturalny", "mstag": "ADJ", "disamb": true}]}, {"index": 232, "position": [1469, 1478], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "VERB", "disamb": true}]}, {"index": 233, "position": [1479, 1491], "orth": "rozpuszczone", "lexemes": [{"lemma": "rozpuścić", "mstag": "VERB", "disamb": true}]}, {"index": 234, "position": [1492, 1502], "orth": "substancje", "lexemes": [{"lemma": "substancja", "mstag": "NOUN", "disamb": true}]}, {"index": 235, "position": [1503, 1514], "orth": "pochodzenia", "lexemes": [{"lemma": "pochodzenie", "mstag": "NOUN", "disamb": true}]}, {"index": 236, "position": [1515, 1527], "orth": "organicznego", "lexemes": [{"lemma": "organiczny", "mstag": "ADJ", "disamb": true}]}, {"index": 237, "position": [1527, 1528], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 238, "position": [1529, 1531], "orth": "np", "lexemes": [{"lemma": "na przykład", "mstag": "X", "disamb": true}]}, {"index": 239, "position": [1531, 1532], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 240, "position": [1533, 1540], "orth": "mocznik", "lexemes": [{"lemma": "mocznik", "mstag": "NOUN", "disamb": true}]}, {"index": 241, "position": [1540, 1541], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 242, "position": [1542, 1547], "orth": "kwasy", "lexemes": [{"lemma": "kwas", "mstag": "NOUN", "disamb": true}]}, {"index": 243, "position": [1548, 1556], "orth": "humusowe", "lexemes": [{"lemma": "humusowy", "mstag": "ADJ", "disamb": true}]}, {"index": 244, "position": [1557, 1560], "orth": "itp", "lexemes": [{"lemma": "i tym podobne", "mstag": "X", "disamb": true}]}, {"index": 245, "position": [1560, 1561], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}]} \ No newline at end of file +{"filename": "simple_nkjp2ud_conversion", "tagset": "ud", "sentences": [{"index": 1, "position": [0, 198]}, {"index": 2, "position": [199, 472]}, {"index": 3, "position": [473, 567]}, {"index": 4, "position": [568, 629]}, {"index": 5, "position": [630, 763]}, {"index": 6, "position": [764, 822]}, {"index": 7, "position": [823, 957]}, {"index": 8, "position": [958, 1134]}, {"index": 9, "position": [1135, 1193]}, {"index": 10, "position": [1194, 1298]}, {"index": 11, "position": [1299, 1441]}, {"index": 12, "position": [1442, 1561]}], "tokens": [{"index": 1, "ns": 0, "position": [0, 4], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 2, "ns": 0, "position": [5, 9], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "VERB", "disamb": true}]}, {"index": 3, "ns": 0, "position": [10, 15], "orth": "jedną", "lexemes": [{"lemma": "jeden", "mstag": "ADJ", "disamb": true}]}, {"index": 4, "ns": 0, "position": [16, 17], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "ADP", "disamb": true}]}, {"index": 5, "ns": 0, "position": [18, 34], "orth": "najpospolitszych", "lexemes": [{"lemma": "pospolity", "mstag": "ADJ", "disamb": true}]}, {"index": 6, "ns": 0, "position": [35, 45], "orth": "substancji", "lexemes": [{"lemma": "substancja", "mstag": "NOUN", "disamb": true}]}, {"index": 7, "ns": 0, "position": [46, 48], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 8, "ns": 1, "position": [49, 62], "orth": "Wszechświecie", "lexemes": [{"lemma": "wszechświat", "mstag": "NOUN", "disamb": true}]}, {"index": 9, "ns": 1, "position": [62, 63], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 10, "ns": 0, "position": [63, 73], "orth": "Cząsteczka", "lexemes": [{"lemma": "cząsteczka", "mstag": "NOUN", "disamb": true}]}, {"index": 11, "ns": 0, "position": [74, 78], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 12, "ns": 0, "position": [79, 83], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "VERB", "disamb": true}]}, {"index": 13, "ns": 0, "position": [84, 91], "orth": "trzecią", "lexemes": [{"lemma": "trzeci", "mstag": "ADJ", "disamb": true}]}, {"index": 14, "ns": 0, "position": [92, 103], "orth": "najbardziej", "lexemes": [{"lemma": "bardzo", "mstag": "ADV", "disamb": true}]}, {"index": 15, "ns": 0, "position": [104, 120], "orth": "rozpowszechnioną", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "ADJ", "disamb": true}]}, {"index": 16, "ns": 0, "position": [121, 129], "orth": "molekułą", "lexemes": [{"lemma": "molekuła", "mstag": "NOUN", "disamb": true}]}, {"index": 17, "ns": 0, "position": [130, 131], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 18, "ns": 0, "position": [132, 139], "orth": "ośrodku", "lexemes": [{"lemma": "ośrodek", "mstag": "NOUN", "disamb": true}]}, {"index": 19, "ns": 1, "position": [140, 156], "orth": "międzygwiazdowym", "lexemes": [{"lemma": "międzygwiazdowy", "mstag": "ADJ", "disamb": true}]}, {"index": 20, "ns": 0, "position": [156, 157], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 21, "ns": 0, "position": [158, 160], "orth": "po", "lexemes": [{"lemma": "po", "mstag": "ADP", "disamb": true}]}, {"index": 22, "ns": 0, "position": [161, 174], "orth": "cząsteczkowym", "lexemes": [{"lemma": "cząsteczkowy", "mstag": "ADJ", "disamb": true}]}, {"index": 23, "ns": 0, "position": [175, 182], "orth": "wodorze", "lexemes": [{"lemma": "wodór", "mstag": "NOUN", "disamb": true}]}, {"index": 24, "ns": 0, "position": [183, 184], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 25, "ns": 0, "position": [185, 191], "orth": "tlenku", "lexemes": [{"lemma": "tlenek", "mstag": "NOUN", "disamb": true}]}, {"index": 26, "ns": 1, "position": [192, 197], "orth": "węgla", "lexemes": [{"lemma": "węgiel", "mstag": "NOUN", "disamb": true}]}, {"index": 27, "ns": 0, "position": [197, 198], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 28, "ns": 0, "position": [199, 203], "orth": "Jest", "lexemes": [{"lemma": "być", "mstag": "VERB", "disamb": true}]}, {"index": 29, "ns": 0, "position": [204, 211], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "PART", "disamb": true}]}, {"index": 30, "ns": 0, "position": [212, 219], "orth": "szeroko", "lexemes": [{"lemma": "szeroko", "mstag": "ADV", "disamb": true}]}, {"index": 31, "ns": 0, "position": [220, 236], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "ADJ", "disamb": true}]}, {"index": 32, "ns": 0, "position": [237, 238], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 33, "ns": 0, "position": [239, 247], "orth": "Układzie", "lexemes": [{"lemma": "Układ", "mstag": "NOUN", "disamb": true}]}, {"index": 34, "ns": 1, "position": [248, 258], "orth": "Słonecznym", "lexemes": [{"lemma": "Słoneczny", "mstag": "ADJ", "disamb": true}]}, {"index": 35, "ns": 0, "position": [258, 259], "orth": ":", "lexemes": [{"lemma": ":", "mstag": "PUNCT", "disamb": true}]}, {"index": 36, "ns": 0, "position": [260, 267], "orth": "stanowi", "lexemes": [{"lemma": "stanowić", "mstag": "VERB", "disamb": true}]}, {"index": 37, "ns": 0, "position": [268, 275], "orth": "istotny", "lexemes": [{"lemma": "istotny", "mstag": "ADJ", "disamb": true}]}, {"index": 38, "ns": 0, "position": [276, 283], "orth": "element", "lexemes": [{"lemma": "element", "mstag": "NOUN", "disamb": true}]}, {"index": 39, "ns": 0, "position": [284, 290], "orth": "budowy", "lexemes": [{"lemma": "budowa", "mstag": "NOUN", "disamb": true}]}, {"index": 40, "ns": 0, "position": [291, 296], "orth": "Ceres", "lexemes": [{"lemma": "ceres", "mstag": "NOUN", "disamb": true}]}, {"index": 41, "ns": 0, "position": [297, 298], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 42, "ns": 0, "position": [299, 308], "orth": "księżyców", "lexemes": [{"lemma": "księżyc", "mstag": "NOUN", "disamb": true}]}, {"index": 43, "ns": 0, "position": [309, 317], "orth": "lodowych", "lexemes": [{"lemma": "lodowy", "mstag": "ADJ", "disamb": true}]}, {"index": 44, "ns": 0, "position": [318, 327], "orth": "krążących", "lexemes": [{"lemma": "krążyć", "mstag": "VERB", "disamb": true}]}, {"index": 45, "ns": 0, "position": [328, 333], "orth": "wokół", "lexemes": [{"lemma": "wokół", "mstag": "ADP", "disamb": true}]}, {"index": 46, "ns": 1, "position": [334, 340], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "NOUN", "disamb": true}]}, {"index": 47, "ns": 1, "position": [340, 341], "orth": "-", "lexemes": [{"lemma": "-", "mstag": "PUNCT", "disamb": true}]}, {"index": 48, "ns": 1, "position": [341, 350], "orth": "olbrzymów", "lexemes": [{"lemma": "olbrzym", "mstag": "NOUN", "disamb": true}]}, {"index": 49, "ns": 0, "position": [350, 351], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 50, "ns": 0, "position": [352, 356], "orth": "jako", "lexemes": [{"lemma": "jako", "mstag": "ADV", "disamb": true}]}, {"index": 51, "ns": 0, "position": [357, 366], "orth": "domieszka", "lexemes": [{"lemma": "domieszka", "mstag": "NOUN", "disamb": true}]}, {"index": 52, "ns": 0, "position": [367, 376], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "VERB", "disamb": true}]}, {"index": 53, "ns": 0, "position": [377, 378], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 54, "ns": 0, "position": [379, 382], "orth": "ich", "lexemes": [{"lemma": "on", "mstag": "PRON", "disamb": true}]}, {"index": 55, "ns": 1, "position": [383, 394], "orth": "atmosferach", "lexemes": [{"lemma": "atmosfera", "mstag": "NOUN", "disamb": true}]}, {"index": 56, "ns": 0, "position": [394, 395], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 57, "ns": 0, "position": [396, 397], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "CCONJ", "disamb": true}]}, {"index": 58, "ns": 0, "position": [398, 409], "orth": "przypuszcza", "lexemes": [{"lemma": "przypuszczać", "mstag": "VERB", "disamb": true}]}, {"index": 59, "ns": 1, "position": [410, 413], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "PART", "disamb": true}]}, {"index": 60, "ns": 0, "position": [413, 414], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 61, "ns": 0, "position": [415, 417], "orth": "że", "lexemes": [{"lemma": "że", "mstag": "SCONJ", "disamb": true}]}, {"index": 62, "ns": 0, "position": [418, 422], "orth": "duże", "lexemes": [{"lemma": "duży", "mstag": "ADJ", "disamb": true}]}, {"index": 63, "ns": 0, "position": [423, 426], "orth": "jej", "lexemes": [{"lemma": "on", "mstag": "PRON", "disamb": true}]}, {"index": 64, "ns": 0, "position": [427, 433], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "NOUN", "disamb": true}]}, {"index": 65, "ns": 0, "position": [434, 442], "orth": "znajdują", "lexemes": [{"lemma": "znajdować", "mstag": "VERB", "disamb": true}]}, {"index": 66, "ns": 0, "position": [443, 446], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "PART", "disamb": true}]}, {"index": 67, "ns": 0, "position": [447, 449], "orth": "we", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 68, "ns": 0, "position": [450, 459], "orth": "wnętrzach", "lexemes": [{"lemma": "wnętrze", "mstag": "NOUN", "disamb": true}]}, {"index": 69, "ns": 0, "position": [460, 464], "orth": "tych", "lexemes": [{"lemma": "ten", "mstag": "ADJ", "disamb": true}]}, {"index": 70, "ns": 1, "position": [465, 471], "orth": "planet", "lexemes": [{"lemma": "planeta", "mstag": "NOUN", "disamb": true}]}, {"index": 71, "ns": 0, "position": [471, 472], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 72, "ns": 0, "position": [473, 477], "orth": "Jako", "lexemes": [{"lemma": "jako", "mstag": "CCONJ", "disamb": true}]}, {"index": 73, "ns": 0, "position": [478, 481], "orth": "lód", "lexemes": [{"lemma": "lód", "mstag": "NOUN", "disamb": true}]}, {"index": 74, "ns": 0, "position": [482, 491], "orth": "występuje", "lexemes": [{"lemma": "występować", "mstag": "VERB", "disamb": true}]}, {"index": 75, "ns": 0, "position": [492, 497], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "PART", "disamb": true}]}, {"index": 76, "ns": 0, "position": [498, 500], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "ADP", "disamb": true}]}, {"index": 77, "ns": 0, "position": [501, 507], "orth": "części", "lexemes": [{"lemma": "część", "mstag": "NOUN", "disamb": true}]}, {"index": 78, "ns": 1, "position": [508, 517], "orth": "planetoid", "lexemes": [{"lemma": "planetoida", "mstag": "NOUN", "disamb": true}]}, {"index": 79, "ns": 0, "position": [517, 518], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 80, "ns": 0, "position": [519, 520], "orth": "a", "lexemes": [{"lemma": "a", "mstag": "CCONJ", "disamb": true}]}, {"index": 81, "ns": 0, "position": [521, 528], "orth": "zapewne", "lexemes": [{"lemma": "zapewne", "mstag": "PART", "disamb": true}]}, {"index": 82, "ns": 0, "position": [529, 536], "orth": "również", "lexemes": [{"lemma": "również", "mstag": "PART", "disamb": true}]}, {"index": 83, "ns": 0, "position": [537, 539], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "ADP", "disamb": true}]}, {"index": 84, "ns": 0, "position": [540, 549], "orth": "obiektach", "lexemes": [{"lemma": "obiekt", "mstag": "NOUN", "disamb": true}]}, {"index": 85, "ns": 1, "position": [550, 566], "orth": "transneptunowych", "lexemes": [{"lemma": "transneptunowych", "mstag": "ign", "disamb": true}]}, {"index": 86, "ns": 0, "position": [566, 567], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 87, "ns": 0, "position": [568, 572], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 88, "ns": 0, "position": [573, 577], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "VERB", "disamb": true}]}, {"index": 89, "ns": 0, "position": [578, 584], "orth": "bardzo", "lexemes": [{"lemma": "bardzo", "mstag": "ADV", "disamb": true}]}, {"index": 90, "ns": 0, "position": [585, 601], "orth": "rozpowszechniona", "lexemes": [{"lemma": "rozpowszechniony", "mstag": "ADJ", "disamb": true}]}, {"index": 91, "ns": 0, "position": [602, 607], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "CCONJ", "disamb": true}]}, {"index": 92, "ns": 0, "position": [608, 610], "orth": "na", "lexemes": [{"lemma": "na", "mstag": "ADP", "disamb": true}]}, {"index": 93, "ns": 0, "position": [611, 622], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "NOUN", "disamb": true}]}, {"index": 94, "ns": 1, "position": [623, 628], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "NOUN", "disamb": true}]}, {"index": 95, "ns": 0, "position": [628, 629], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 96, "ns": 0, "position": [630, 639], "orth": "Występuje", "lexemes": [{"lemma": "występować", "mstag": "VERB", "disamb": true}]}, {"index": 97, "ns": 0, "position": [640, 647], "orth": "głównie", "lexemes": [{"lemma": "głównie", "mstag": "PART", "disamb": true}]}, {"index": 98, "ns": 0, "position": [648, 649], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 99, "ns": 1, "position": [650, 658], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "NOUN", "disamb": true}]}, {"index": 100, "ns": 0, "position": [658, 659], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 101, "ns": 0, "position": [660, 665], "orth": "które", "lexemes": [{"lemma": "który", "mstag": "ADJ", "disamb": true}]}, {"index": 102, "ns": 0, "position": [666, 675], "orth": "pokrywają", "lexemes": [{"lemma": "pokrywać", "mstag": "VERB", "disamb": true}]}, {"index": 103, "ns": 1, "position": [676, 678], "orth": "70", "lexemes": [{"lemma": "70", "mstag": "NUM", "disamb": true}]}, {"index": 104, "ns": 1, "position": [678, 679], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 105, "ns": 1, "position": [679, 680], "orth": "8", "lexemes": [{"lemma": "8", "mstag": "NUM", "disamb": true}]}, {"index": 106, "ns": 0, "position": [680, 681], "orth": "%", "lexemes": [{"lemma": "%", "mstag": "NOUN", "disamb": true}]}, {"index": 107, "ns": 0, "position": [682, 693], "orth": "powierzchni", "lexemes": [{"lemma": "powierzchnia", "mstag": "NOUN", "disamb": true}]}, {"index": 108, "ns": 1, "position": [694, 699], "orth": "globu", "lexemes": [{"lemma": "glob", "mstag": "NOUN", "disamb": true}]}, {"index": 109, "ns": 0, "position": [699, 700], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 110, "ns": 0, "position": [701, 704], "orth": "ale", "lexemes": [{"lemma": "ale", "mstag": "CCONJ", "disamb": true}]}, {"index": 111, "ns": 0, "position": [705, 710], "orth": "także", "lexemes": [{"lemma": "także", "mstag": "CCONJ", "disamb": true}]}, {"index": 112, "ns": 0, "position": [711, 712], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 113, "ns": 1, "position": [713, 720], "orth": "rzekach", "lexemes": [{"lemma": "rzeka", "mstag": "NOUN", "disamb": true}]}, {"index": 114, "ns": 0, "position": [720, 721], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 115, "ns": 0, "position": [722, 731], "orth": "jeziorach", "lexemes": [{"lemma": "jezioro", "mstag": "NOUN", "disamb": true}]}, {"index": 116, "ns": 0, "position": [732, 733], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 117, "ns": 0, "position": [734, 735], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 118, "ns": 0, "position": [736, 743], "orth": "postaci", "lexemes": [{"lemma": "postać", "mstag": "NOUN", "disamb": true}]}, {"index": 119, "ns": 0, "position": [744, 750], "orth": "stałej", "lexemes": [{"lemma": "stały", "mstag": "ADJ", "disamb": true}]}, {"index": 120, "ns": 0, "position": [751, 752], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 121, "ns": 1, "position": [753, 762], "orth": "lodowcach", "lexemes": [{"lemma": "lodowiec", "mstag": "NOUN", "disamb": true}]}, {"index": 122, "ns": 0, "position": [762, 763], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 123, "ns": 0, "position": [764, 769], "orth": "Część", "lexemes": [{"lemma": "część", "mstag": "NOUN", "disamb": true}]}, {"index": 124, "ns": 0, "position": [770, 774], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 125, "ns": 0, "position": [775, 783], "orth": "znajduje", "lexemes": [{"lemma": "znajdować", "mstag": "VERB", "disamb": true}]}, {"index": 126, "ns": 0, "position": [784, 787], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "PART", "disamb": true}]}, {"index": 127, "ns": 0, "position": [788, 789], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 128, "ns": 0, "position": [790, 800], "orth": "atmosferze", "lexemes": [{"lemma": "atmosfera", "mstag": "NOUN", "disamb": true}]}, {"index": 129, "ns": 1, "position": [801, 802], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "PUNCT", "disamb": true}]}, {"index": 130, "ns": 1, "position": [802, 808], "orth": "chmury", "lexemes": [{"lemma": "chmura", "mstag": "NOUN", "disamb": true}]}, {"index": 131, "ns": 0, "position": [808, 809], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 132, "ns": 0, "position": [810, 814], "orth": "para", "lexemes": [{"lemma": "para", "mstag": "NOUN", "disamb": true}]}, {"index": 133, "ns": 1, "position": [815, 820], "orth": "wodna", "lexemes": [{"lemma": "wodny", "mstag": "ADJ", "disamb": true}]}, {"index": 134, "ns": 1, "position": [820, 821], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "PUNCT", "disamb": true}]}, {"index": 135, "ns": 0, "position": [821, 822], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 136, "ns": 0, "position": [823, 831], "orth": "Niektóre", "lexemes": [{"lemma": "niektóry", "mstag": "ADJ", "disamb": true}]}, {"index": 137, "ns": 0, "position": [832, 839], "orth": "związki", "lexemes": [{"lemma": "związek", "mstag": "NOUN", "disamb": true}]}, {"index": 138, "ns": 0, "position": [840, 849], "orth": "chemiczne", "lexemes": [{"lemma": "chemiczny", "mstag": "ADJ", "disamb": true}]}, {"index": 139, "ns": 0, "position": [850, 859], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "VERB", "disamb": true}]}, {"index": 140, "ns": 0, "position": [860, 870], "orth": "cząsteczki", "lexemes": [{"lemma": "cząsteczka", "mstag": "NOUN", "disamb": true}]}, {"index": 141, "ns": 0, "position": [871, 875], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 142, "ns": 0, "position": [876, 877], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 143, "ns": 0, "position": [878, 884], "orth": "swojej", "lexemes": [{"lemma": "swój", "mstag": "ADJ", "disamb": true}]}, {"index": 144, "ns": 0, "position": [885, 892], "orth": "budowie", "lexemes": [{"lemma": "budowa", "mstag": "NOUN", "disamb": true}]}, {"index": 145, "ns": 1, "position": [893, 894], "orth": "(", "lexemes": [{"lemma": "(", "mstag": "PUNCT", "disamb": true}]}, {"index": 146, "ns": 0, "position": [894, 901], "orth": "hydraty", "lexemes": [{"lemma": "hydrat", "mstag": "NOUN", "disamb": true}]}, {"index": 147, "ns": 0, "position": [902, 903], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "PUNCT", "disamb": true}]}, {"index": 148, "ns": 0, "position": [904, 911], "orth": "określa", "lexemes": [{"lemma": "określać", "mstag": "VERB", "disamb": true}]}, {"index": 149, "ns": 0, "position": [912, 915], "orth": "się", "lexemes": [{"lemma": "się", "mstag": "PART", "disamb": true}]}, {"index": 150, "ns": 0, "position": [916, 918], "orth": "ją", "lexemes": [{"lemma": "on", "mstag": "PRON", "disamb": true}]}, {"index": 151, "ns": 0, "position": [919, 926], "orth": "wówczas", "lexemes": [{"lemma": "wówczas", "mstag": "ADV", "disamb": true}]}, {"index": 152, "ns": 0, "position": [927, 933], "orth": "mianem", "lexemes": [{"lemma": "miano", "mstag": "NOUN", "disamb": true}]}, {"index": 153, "ns": 0, "position": [934, 938], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 154, "ns": 1, "position": [939, 955], "orth": "krystalizacyjnej", "lexemes": [{"lemma": "krystalizacyjny", "mstag": "ADJ", "disamb": true}]}, {"index": 155, "ns": 1, "position": [955, 956], "orth": ")", "lexemes": [{"lemma": ")", "mstag": "PUNCT", "disamb": true}]}, {"index": 156, "ns": 0, "position": [956, 957], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 157, "ns": 0, "position": [958, 967], "orth": "Zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "NOUN", "disamb": true}]}, {"index": 158, "ns": 0, "position": [968, 972], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 159, "ns": 0, "position": [973, 982], "orth": "włączonej", "lexemes": [{"lemma": "włączyć", "mstag": "VERB", "disamb": true}]}, {"index": 160, "ns": 0, "position": [983, 984], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 161, "ns": 0, "position": [985, 994], "orth": "strukturę", "lexemes": [{"lemma": "struktura", "mstag": "NOUN", "disamb": true}]}, {"index": 162, "ns": 0, "position": [995, 1004], "orth": "minerałów", "lexemes": [{"lemma": "minerał", "mstag": "NOUN", "disamb": true}]}, {"index": 163, "ns": 0, "position": [1005, 1006], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 164, "ns": 0, "position": [1007, 1015], "orth": "płaszczu", "lexemes": [{"lemma": "płaszcz", "mstag": "NOUN", "disamb": true}]}, {"index": 165, "ns": 0, "position": [1016, 1021], "orth": "Ziemi", "lexemes": [{"lemma": "Ziemia", "mstag": "NOUN", "disamb": true}]}, {"index": 166, "ns": 0, "position": [1022, 1026], "orth": "może", "lexemes": [{"lemma": "móc", "mstag": "VERB", "disamb": true}]}, {"index": 167, "ns": 0, "position": [1027, 1038], "orth": "przekraczać", "lexemes": [{"lemma": "przekraczać", "mstag": "VERB", "disamb": true}]}, {"index": 168, "ns": 0, "position": [1039, 1045], "orth": "łączną", "lexemes": [{"lemma": "łączny", "mstag": "ADJ", "disamb": true}]}, {"index": 169, "ns": 0, "position": [1046, 1055], "orth": "zawartość", "lexemes": [{"lemma": "zawartość", "mstag": "NOUN", "disamb": true}]}, {"index": 170, "ns": 0, "position": [1056, 1060], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 171, "ns": 0, "position": [1061, 1062], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 172, "ns": 0, "position": [1063, 1071], "orth": "oceanach", "lexemes": [{"lemma": "ocean", "mstag": "NOUN", "disamb": true}]}, {"index": 173, "ns": 0, "position": [1072, 1073], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 174, "ns": 0, "position": [1074, 1080], "orth": "innych", "lexemes": [{"lemma": "inny", "mstag": "ADJ", "disamb": true}]}, {"index": 175, "ns": 0, "position": [1081, 1092], "orth": "zbiornikach", "lexemes": [{"lemma": "zbiornik", "mstag": "NOUN", "disamb": true}]}, {"index": 176, "ns": 0, "position": [1093, 1109], "orth": "powierzchniowych", "lexemes": [{"lemma": "powierzchniowy", "mstag": "ADJ", "disamb": true}]}, {"index": 177, "ns": 0, "position": [1110, 1115], "orth": "nawet", "lexemes": [{"lemma": "nawet", "mstag": "PART", "disamb": true}]}, {"index": 178, "ns": 1, "position": [1116, 1133], "orth": "dziesięciokrotnie", "lexemes": [{"lemma": "dziesięciokrotnie", "mstag": "ADV", "disamb": true}]}, {"index": 179, "ns": 0, "position": [1133, 1134], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 180, "ns": 0, "position": [1135, 1139], "orth": "Woda", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 181, "ns": 0, "position": [1140, 1151], "orth": "występująca", "lexemes": [{"lemma": "występować", "mstag": "VERB", "disamb": true}]}, {"index": 182, "ns": 0, "position": [1152, 1153], "orth": "w", "lexemes": [{"lemma": "w", "mstag": "ADP", "disamb": true}]}, {"index": 183, "ns": 0, "position": [1154, 1164], "orth": "przyrodzie", "lexemes": [{"lemma": "przyroda", "mstag": "NOUN", "disamb": true}]}, {"index": 184, "ns": 0, "position": [1165, 1169], "orth": "jest", "lexemes": [{"lemma": "być", "mstag": "VERB", "disamb": true}]}, {"index": 185, "ns": 0, "position": [1170, 1179], "orth": "roztworem", "lexemes": [{"lemma": "roztwór", "mstag": "NOUN", "disamb": true}]}, {"index": 186, "ns": 0, "position": [1180, 1184], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "NOUN", "disamb": true}]}, {"index": 187, "ns": 0, "position": [1185, 1186], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 188, "ns": 1, "position": [1187, 1192], "orth": "gazów", "lexemes": [{"lemma": "gaz", "mstag": "NOUN", "disamb": true}]}, {"index": 189, "ns": 0, "position": [1192, 1193], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 190, "ns": 0, "position": [1194, 1203], "orth": "Najwięcej", "lexemes": [{"lemma": "najwięcej", "mstag": "NUM", "disamb": true}]}, {"index": 191, "ns": 0, "position": [1204, 1208], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "NOUN", "disamb": true}]}, {"index": 192, "ns": 0, "position": [1209, 1220], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "ADJ", "disamb": true}]}, {"index": 193, "ns": 0, "position": [1221, 1228], "orth": "zawiera", "lexemes": [{"lemma": "zawierać", "mstag": "VERB", "disamb": true}]}, {"index": 194, "ns": 0, "position": [1229, 1233], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 195, "ns": 0, "position": [1234, 1240], "orth": "morska", "lexemes": [{"lemma": "morski", "mstag": "ADJ", "disamb": true}]}, {"index": 196, "ns": 0, "position": [1241, 1242], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 197, "ns": 0, "position": [1243, 1247], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 198, "ns": 1, "position": [1248, 1257], "orth": "mineralne", "lexemes": [{"lemma": "mineralny", "mstag": "ADJ", "disamb": true}]}, {"index": 199, "ns": 0, "position": [1257, 1258], "orth": ";", "lexemes": [{"lemma": ";", "mstag": "PUNCT", "disamb": true}]}, {"index": 200, "ns": 0, "position": [1259, 1267], "orth": "najmniej", "lexemes": [{"lemma": "najmniej", "mstag": "NUM", "disamb": true}]}, {"index": 201, "ns": 0, "position": [1268, 1272], "orth": "woda", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 202, "ns": 0, "position": [1273, 1274], "orth": "z", "lexemes": [{"lemma": "z", "mstag": "ADP", "disamb": true}]}, {"index": 203, "ns": 0, "position": [1275, 1281], "orth": "opadów", "lexemes": [{"lemma": "opad", "mstag": "NOUN", "disamb": true}]}, {"index": 204, "ns": 1, "position": [1282, 1297], "orth": "atmosferycznych", "lexemes": [{"lemma": "atmosferyczny", "mstag": "ADJ", "disamb": true}]}, {"index": 205, "ns": 0, "position": [1297, 1298], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 206, "ns": 0, "position": [1299, 1303], "orth": "Wodę", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 207, "ns": 0, "position": [1304, 1305], "orth": "o", "lexemes": [{"lemma": "o", "mstag": "ADP", "disamb": true}]}, {"index": 208, "ns": 0, "position": [1306, 1311], "orth": "małej", "lexemes": [{"lemma": "mały", "mstag": "ADJ", "disamb": true}]}, {"index": 209, "ns": 0, "position": [1312, 1322], "orth": "zawartości", "lexemes": [{"lemma": "zawartość", "mstag": "NOUN", "disamb": true}]}, {"index": 210, "ns": 0, "position": [1323, 1333], "orth": "składników", "lexemes": [{"lemma": "składnik", "mstag": "NOUN", "disamb": true}]}, {"index": 211, "ns": 0, "position": [1334, 1345], "orth": "mineralnych", "lexemes": [{"lemma": "mineralny", "mstag": "ADJ", "disamb": true}]}, {"index": 212, "ns": 0, "position": [1346, 1354], "orth": "nazywamy", "lexemes": [{"lemma": "nazywać", "mstag": "VERB", "disamb": true}]}, {"index": 213, "ns": 0, "position": [1355, 1359], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 214, "ns": 1, "position": [1360, 1366], "orth": "miękką", "lexemes": [{"lemma": "miękki", "mstag": "ADJ", "disamb": true}]}, {"index": 215, "ns": 0, "position": [1366, 1367], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 216, "ns": 0, "position": [1368, 1377], "orth": "natomiast", "lexemes": [{"lemma": "natomiast", "mstag": "CCONJ", "disamb": true}]}, {"index": 217, "ns": 0, "position": [1378, 1389], "orth": "zawierającą", "lexemes": [{"lemma": "zawierać", "mstag": "VERB", "disamb": true}]}, {"index": 218, "ns": 0, "position": [1390, 1397], "orth": "znaczne", "lexemes": [{"lemma": "znaczny", "mstag": "ADJ", "disamb": true}]}, {"index": 219, "ns": 0, "position": [1398, 1404], "orth": "ilości", "lexemes": [{"lemma": "ilość", "mstag": "NOUN", "disamb": true}]}, {"index": 220, "ns": 0, "position": [1405, 1409], "orth": "soli", "lexemes": [{"lemma": "sól", "mstag": "NOUN", "disamb": true}]}, {"index": 221, "ns": 0, "position": [1410, 1416], "orth": "wapnia", "lexemes": [{"lemma": "wapń", "mstag": "NOUN", "disamb": true}]}, {"index": 222, "ns": 0, "position": [1417, 1418], "orth": "i", "lexemes": [{"lemma": "i", "mstag": "CCONJ", "disamb": true}]}, {"index": 223, "ns": 0, "position": [1419, 1426], "orth": "magnezu", "lexemes": [{"lemma": "magnez", "mstag": "NOUN", "disamb": true}]}, {"index": 224, "ns": 0, "position": [1427, 1428], "orth": "–", "lexemes": [{"lemma": "–", "mstag": "PUNCT", "disamb": true}]}, {"index": 225, "ns": 0, "position": [1429, 1433], "orth": "wodą", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 226, "ns": 1, "position": [1434, 1440], "orth": "twardą", "lexemes": [{"lemma": "twardy", "mstag": "ADJ", "disamb": true}]}, {"index": 227, "ns": 0, "position": [1440, 1441], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 228, "ns": 0, "position": [1442, 1448], "orth": "Oprócz", "lexemes": [{"lemma": "oprócz", "mstag": "ADP", "disamb": true}]}, {"index": 229, "ns": 0, "position": [1449, 1453], "orth": "tego", "lexemes": [{"lemma": "to", "mstag": "NOUN", "disamb": true}]}, {"index": 230, "ns": 0, "position": [1454, 1458], "orth": "wody", "lexemes": [{"lemma": "woda", "mstag": "NOUN", "disamb": true}]}, {"index": 231, "ns": 0, "position": [1459, 1468], "orth": "naturalne", "lexemes": [{"lemma": "naturalny", "mstag": "ADJ", "disamb": true}]}, {"index": 232, "ns": 0, "position": [1469, 1478], "orth": "zawierają", "lexemes": [{"lemma": "zawierać", "mstag": "VERB", "disamb": true}]}, {"index": 233, "ns": 0, "position": [1479, 1491], "orth": "rozpuszczone", "lexemes": [{"lemma": "rozpuścić", "mstag": "VERB", "disamb": true}]}, {"index": 234, "ns": 0, "position": [1492, 1502], "orth": "substancje", "lexemes": [{"lemma": "substancja", "mstag": "NOUN", "disamb": true}]}, {"index": 235, "ns": 0, "position": [1503, 1514], "orth": "pochodzenia", "lexemes": [{"lemma": "pochodzenie", "mstag": "NOUN", "disamb": true}]}, {"index": 236, "ns": 1, "position": [1515, 1527], "orth": "organicznego", "lexemes": [{"lemma": "organiczny", "mstag": "ADJ", "disamb": true}]}, {"index": 237, "ns": 0, "position": [1527, 1528], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 238, "ns": 1, "position": [1529, 1531], "orth": "np", "lexemes": [{"lemma": "na przykład", "mstag": "X", "disamb": true}]}, {"index": 239, "ns": 0, "position": [1531, 1532], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}, {"index": 240, "ns": 1, "position": [1533, 1540], "orth": "mocznik", "lexemes": [{"lemma": "mocznik", "mstag": "NOUN", "disamb": true}]}, {"index": 241, "ns": 0, "position": [1540, 1541], "orth": ",", "lexemes": [{"lemma": ",", "mstag": "PUNCT", "disamb": true}]}, {"index": 242, "ns": 0, "position": [1542, 1547], "orth": "kwasy", "lexemes": [{"lemma": "kwas", "mstag": "NOUN", "disamb": true}]}, {"index": 243, "ns": 0, "position": [1548, 1556], "orth": "humusowe", "lexemes": [{"lemma": "humusowy", "mstag": "ADJ", "disamb": true}]}, {"index": 244, "ns": 1, "position": [1557, 1560], "orth": "itp", "lexemes": [{"lemma": "i tym podobne", "mstag": "X", "disamb": true}]}, {"index": 245, "ns": 0, "position": [1560, 1561], "orth": ".", "lexemes": [{"lemma": ".", "mstag": "PUNCT", "disamb": true}]}]} \ No newline at end of file