From 6c5efae21d6d770c1a3a4ce551c5c8cb27398f3e Mon Sep 17 00:00:00 2001 From: DragonGamesStudios Date: Wed, 11 Dec 2024 20:08:11 +0100 Subject: [PATCH] New version --- print.html | 103 +++++++++++++++++++++++++++++++++++++-- reference/functions.html | 82 +++++++++++++++++++++++++++++-- reference/types.html | 21 ++++++++ searchindex.js | 2 +- searchindex.json | 2 +- 5 files changed, 202 insertions(+), 8 deletions(-) diff --git a/print.html b/print.html index 4bc2d9e..6c03e3f 100644 --- a/print.html +++ b/print.html @@ -1132,21 +1132,42 @@

Point

Return type: Circle

Returns: The circle circumscribed on the three points.

+

Return type: Point

+

Returns: The center of the circle circumscribed on the three points.

+

Return type: Number (distance)

Returns: the distance between the two points.

+

Return type: Circle

+

Returns: the circle excribed to the points given, with the center on the bisector of angle ABC.

+

Return type: Circle

Returns: The circle inscribed in the three points.

+

Returns: the distance between the two points.

+ +

Return type: Point

+

Returns: The cetner of the circle inscribed in the three points.

Return type: Point

Returns: The arithmetic average of the points included in the collection (coordinates-wise).

+

Return type: Point

+

Returns: The intersection of the triangle's altitudes.

+

Return type: Number (distance)

@@ -1273,7 +1294,7 @@

bisector
  • angle(k: Line, l: Line)
  • -

    center

    +

    center (alias centre)

    @@ -1296,7 +1317,14 @@

    circumcircle<
  • circumcircle(abc: 3-P)
  • Return type: Circle

    -

    Returns: a circle circumscribed on the three points given.

    +

    Returns: the circle circumscribed on the three points given.

    +

    circumcenter

    +
      +
    • circumcenter(a: Point, b: Point, c: Point)
    • +
    • icircumcenter(abc: 3-P)
    • +
    +

    Return type: Point

    +

    Returns: the cetner of the circle circumscribed on the three points given.

    conjugate

    • conjugate(v: Number (any unit))
    • @@ -1377,6 +1405,19 @@

      dst

    Return type: Number (angle)

    Returns: the value with a distance unit.

    +

    equilateral (alias equilateral_triangle)

    +
      +
    • equilateral()
    • +
    +

    Return type: Point collection (3)

    +

    Returns: an equilateral triangle.

    +

    excircle

    +
      +
    • excircle(a: Point, b: Point, c: Point)
    • +
    • excircle(abc: 3-P)
    • +
    +

    Return type: Circle

    +

    Returns: the circle excribed to the points given, with the center on the bisector of angle ABC.

    homothety

    • homothety(origin: Point, scale: Number (no unit))
    • @@ -1396,7 +1437,14 @@

      incircleincircle(abc: 3-P)

    Return type: Circle

    -

    Returns: a circle inscribed in the three points given.

    +

    Returns: the circle inscribed in the three points given.

    +

    incenter

    +
      +
    • incenter(a: Point, b: Point, c: Point)
    • +
    • incenter(abc: 3-P)
    • +
    +

    Return type: Point

    +

    Returns: the cetner of the circle inscribed in the three points given.

    intersection

    All overloads by default don't display the point dot. This can be changed with properties.

      @@ -1416,6 +1464,12 @@

      intersection<

      Return type: Point

      Returns: intersection of circles o1 and o2.

      Note: display_dot property is not currently supported.

      +

      isosceles (alias isosceles_triangle)

      +
        +
      • isosceles()
      • +
      +

      Return type: Point collection (3)

      +

      Returns: an isosceles triangle with AC = BC.

      line

      • line(col: 2-PC)
      • @@ -1424,6 +1478,30 @@

        line

        Return type: Line

        Returns: a line through two given points.

        Displays: The created line.

        +

        main_equilateral (alias main_equilateral_triangle)

        +
          +
        • main_equilateral()
        • +
        +

        Return type: Point collection (3)

        +

        Returns: an equilateral triangle with C.y > A.y = B.y and A.x < B.x.

        +

        main_isosceles (alias main_isosceles_triangle)

        +
          +
        • main_isosceles()
        • +
        +

        Return type: Point collection (3)

        +

        Returns: an isosceles triangle with AC = BC, C.y > A.y = B.y and A.x < B.x.

        +

        main_right (alias main_right_triangle)

        +
          +
        • main_right()
        • +
        +

        Return type: Point collection (3)

        +

        Returns: a right triangle with angle(ACB) = deg(90), B.y > A.y = C.y and C.x < A.x.

        +

        main_triangle (alias main_triangle)

        +
          +
        • main_triangle()
        • +
        +

        Return type: Point collection (3)

        +

        Returns: a triangle with C.y > A.y = B.y and A.x < B.x.

        mid

        • mid(col: 0-P)
        • @@ -1441,6 +1519,13 @@

          mid

        Return type: Point

        Returns: The middle point of P_1, P_2, ... P_n. Special cases: when n=2, the middle of a segment; When n=3, the centroid of a triangle.

        +

        orthocenter (alias orthocentre)

        +
          +
        • orthocenter(A: Point, B: Point, C: Point)
        • +
        • orthocenter(ABC: 3-P)
        • +
        +

        Return type: Point

        +

        Returns: The intersection of the triangles altitudes.

        parallel_through (alias parallel)

        • parallel_through(P: Point, k: Line)
        • @@ -1515,6 +1600,12 @@

          <

        Return type: TransformType

        Returns: A rotation around an origin by an angle (possibly negative), along with an optional homothety at the same point.

        +

        right (alias right_triangle)

        +
          +
        • right()
        • +
        +

        Return type: Point collection (3)

        +

        Returns: a right triangle with angle(ACB) = deg(90).

        sec

        Return type: Circle

        -

        Returns: a circle circumscribed on the three points given.

        +

        Returns: the circle circumscribed on the three points given.

        +

        circumcenter

        +
          +
        • circumcenter(a: Point, b: Point, c: Point)
        • +
        • icircumcenter(abc: 3-P)
        • +
        +

        Return type: Point

        +

        Returns: the cetner of the circle circumscribed on the three points given.

        conjugate

        • conjugate(v: Number (any unit))
        • @@ -372,6 +379,19 @@

          dst

        Return type: Number (angle)

        Returns: the value with a distance unit.

        +

        equilateral (alias equilateral_triangle)

        +
          +
        • equilateral()
        • +
        +

        Return type: Point collection (3)

        +

        Returns: an equilateral triangle.

        +

        excircle

        +
          +
        • excircle(a: Point, b: Point, c: Point)
        • +
        • excircle(abc: 3-P)
        • +
        +

        Return type: Circle

        +

        Returns: the circle excribed to the points given, with the center on the bisector of angle ABC.

        homothety

        • homothety(origin: Point, scale: Number (no unit))
        • @@ -391,7 +411,14 @@

          incircleincircle(abc: 3-P)

        Return type: Circle

        -

        Returns: a circle inscribed in the three points given.

        +

        Returns: the circle inscribed in the three points given.

        +

        incenter

        +
          +
        • incenter(a: Point, b: Point, c: Point)
        • +
        • incenter(abc: 3-P)
        • +
        +

        Return type: Point

        +

        Returns: the cetner of the circle inscribed in the three points given.

        intersection

        All overloads by default don't display the point dot. This can be changed with properties.

          @@ -411,6 +438,12 @@

          intersection<

          Return type: Point

          Returns: intersection of circles o1 and o2.

          Note: display_dot property is not currently supported.

          +

          isosceles (alias isosceles_triangle)

          +
            +
          • isosceles()
          • +
          +

          Return type: Point collection (3)

          +

          Returns: an isosceles triangle with AC = BC.

          line

          • line(col: 2-PC)
          • @@ -419,6 +452,30 @@

            line

            Return type: Line

            Returns: a line through two given points.

            Displays: The created line.

            +

            main_equilateral (alias main_equilateral_triangle)

            +
              +
            • main_equilateral()
            • +
            +

            Return type: Point collection (3)

            +

            Returns: an equilateral triangle with C.y > A.y = B.y and A.x < B.x.

            +

            main_isosceles (alias main_isosceles_triangle)

            +
              +
            • main_isosceles()
            • +
            +

            Return type: Point collection (3)

            +

            Returns: an isosceles triangle with AC = BC, C.y > A.y = B.y and A.x < B.x.

            +

            main_right (alias main_right_triangle)

            +
              +
            • main_right()
            • +
            +

            Return type: Point collection (3)

            +

            Returns: a right triangle with angle(ACB) = deg(90), B.y > A.y = C.y and C.x < A.x.

            +

            main_triangle (alias main_triangle)

            +
              +
            • main_triangle()
            • +
            +

            Return type: Point collection (3)

            +

            Returns: a triangle with C.y > A.y = B.y and A.x < B.x.

            mid

            • mid(col: 0-P)
            • @@ -436,6 +493,13 @@

              mid

            Return type: Point

            Returns: The middle point of P_1, P_2, ... P_n. Special cases: when n=2, the middle of a segment; When n=3, the centroid of a triangle.

            +

            orthocenter (alias orthocentre)

            +
              +
            • orthocenter(A: Point, B: Point, C: Point)
            • +
            • orthocenter(ABC: 3-P)
            • +
            +

            Return type: Point

            +

            Returns: The intersection of the triangles altitudes.

            parallel_through (alias parallel)

            • parallel_through(P: Point, k: Line)
            • @@ -510,6 +574,12 @@

              <

            Return type: TransformType

            Returns: A rotation around an origin by an angle (possibly negative), along with an optional homothety at the same point.

            +

            right (alias right_triangle)

            +
              +
            • right()
            • +
            +

            Return type: Point collection (3)

            +

            Returns: a right triangle with angle(ACB) = deg(90).

            sec

            • sec(v: Number (angle))
            • @@ -577,6 +647,12 @@

              TransformType

              Returns: A translation by a vector.

              +

              triagngle (alias triangle)

              +
                +
              • triangle()
              • +
              +

              Return type: Point collection (3)

              +

              Returns: a triangle.

              x

              • x(P: Point)
              • diff --git a/reference/types.html b/reference/types.html index 58578c6..6467de1 100644 --- a/reference/types.html +++ b/reference/types.html @@ -337,21 +337,42 @@

                Point col

                Return type: Circle

                Returns: The circle circumscribed on the three points.

                  +
                • circumcenter() (alias circumcentre) if the collection has length of 3.
                • +
                +

                Return type: Point

                +

                Returns: The center of the circle circumscribed on the three points.

                +
                • dst() (alias len) if the collection has length of 2.

                Return type: Number (distance)

                Returns: the distance between the two points.

                  +
                • excircle if the collection has length of 3
                • +
                +

                Return type: Circle

                +

                Returns: the circle excribed to the points given, with the center on the bisector of angle ABC.

                +
                • incircle() if the collection has length of 3.

                Return type: Circle

                Returns: The circle inscribed in the three points.

                +

                Returns: the distance between the two points.

                +
                  +
                • incenter() (alias incentre) if the collection has length of 3.
                • +
                +

                Return type: Point

                +

                Returns: The cetner of the circle inscribed in the three points.

                • mid() for any length.

                Return type: Point

                Returns: The arithmetic average of the points included in the collection (coordinates-wise).

                  +
                • orthocenter() (alias orthocentre) if the collection has length of 3.
                • +
                +

                Return type: Point

                +

                Returns: The intersection of the triangle's altitudes.

                +
                • vector() (alias vec) if the collection has length of 2.

                Return type: Number (distance)

                diff --git a/searchindex.js b/searchindex.js index 9bad033..9cd098a 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Object.assign(window.search, {"doc_urls":["introduction.html#introduction","guide.html#beginner-guide","guide/getting-started.html#getting-started","guide/getting-started.html#installation","guide/getting-started.html#your-first-figure","guide/getting-started.html#expressions","guide/getting-started.html#implicit-conversions","guide/getting-started.html#shortening-the-code-with-iterators","guide/complicated-figures.html#dealing-with-complicated-figures","cli.html#command-line-interface-of-geo-aid","cli.html#geo-aid","formats.html#renderers","formats.html#latex","formats.html#svg","formats.html#json","formats.html#plaintext","formats.html#geogebra","reference.html#geoscript-reference","reference/syntax.html#syntax","reference/syntax/properties.html#properties","reference/syntax/properties.html#property-values","reference/syntax/properties.html#bool","reference/syntax/properties.html#number","reference/syntax/properties.html#style","reference/syntax/properties.html#linetype","reference/syntax/properties.html#mathstring","reference/syntax/properties.html#linetype-1","reference/syntax/expressions.html#expressions","reference/syntax/expressions.html#names","reference/syntax/expressions.html#operators","reference/syntax/expressions.html#exponentiation","reference/syntax/expressions.html#point-collections","reference/syntax/figure.html#figure","reference/syntax/flags.html#flags","reference/syntax/identifiers.html#identifiers","reference/syntax/iterators.html#iterators","reference/syntax/names.html#names","reference/syntax/names.html#interpreting-names","reference/syntax/names.html#variables","reference/syntax/names.html#fields","reference/syntax/names.html#functions","reference/syntax/names.html#parentheses","reference/syntax/numbers.html#numbers","reference/syntax/properties.html#properties","reference/syntax/properties.html#property-values","reference/syntax/properties.html#bool","reference/syntax/properties.html#number","reference/syntax/properties.html#style","reference/syntax/properties.html#linetype","reference/syntax/properties.html#mathstring","reference/syntax/properties.html#linetype-1","reference/syntax/refs.html#ref-statements","reference/syntax/refs.html#properties-of-refs","reference/syntax/rules.html#rules","reference/syntax/variables.html#variables","reference/types.html#types","reference/types.html#number","reference/types.html#point","reference/types.html#circle","reference/types.html#line","reference/types.html#point-collections","reference/types.html#segment","reference/types.html#transformtype","reference/operators.html#operators","reference/functions.html#functions","reference/functions.html#acos","reference/functions.html#acot-alias-actg","reference/functions.html#acsc","reference/functions.html#angle","reference/functions.html#area","reference/functions.html#asec","reference/functions.html#asin","reference/functions.html#atan-alias-atg","reference/functions.html#bisector","reference/functions.html#center","reference/functions.html#circle","reference/functions.html#circumcircle","reference/functions.html#conjugate","reference/functions.html#convex-alias-convexpolygon-convexpoly","reference/functions.html#cos","reference/functions.html#cot-alias-ctg","reference/functions.html#csc","reference/functions.html#degrees-alias-deg","reference/functions.html#dst-alias-len","reference/functions.html#homothety","reference/functions.html#imaginary-alias-im","reference/functions.html#incircle","reference/functions.html#intersection","reference/functions.html#line","reference/functions.html#mid","reference/functions.html#parallel_through-alias-parallel","reference/functions.html#perpendicular_through-alias-perpendicular","reference/functions.html#point","reference/functions.html#polygon-alias-poly","reference/functions.html#radians-alias-rad","reference/functions.html#radius","reference/functions.html#real-alias-re","reference/functions.html#reflect-alias-reflection","reference/functions.html#rotate-alias-rotation","reference/functions.html#sec","reference/functions.html#segment","reference/functions.html#signedarea","reference/functions.html#sin","reference/functions.html#tan-alias-tg","reference/functions.html#to_complex","reference/functions.html#to_point","reference/functions.html#transform","reference/functions.html#translate-alias-translation","reference/functions.html#x","reference/functions.html#y","reference/rule-operators.html#rule-operators","reference/rule-operators.html#comparison","reference/rule-operators.html#lies_on-alias-on","reference/display-system.html#display-system","reference/display-system.html#what-is-displayed","reference/display-system.html#what-does-it-mean-to-display-an-expression","reference/display-system.html#what-is-a-constructive-expression","reference/display-system.html#basic-properties-for-types","reference/display-system.html#properties-on-variable-definitions","reference/display-system.html#properties-on-rules","reference/display-system.html#matching-properties","reference/weight-system.html#weight-system","reference/weight-system.html#how-are-weights-computed","reference/weight-system.html#how-are-weights-applied","reference/weight-system.html#how-to-modify-weights","reference/flags.html#flags","reference/flags.html#ungrouped","reference/flags.html#point_inequalities","reference/flags.html#language","reference/flags.html#complex_numbers","reference/flags.html#optimizations","math.html#math-behind-geo-aid"],"index":{"documentStore":{"docInfo":{"0":{"body":97,"breadcrumbs":2,"title":1},"1":{"body":23,"breadcrumbs":4,"title":2},"10":{"body":248,"breadcrumbs":4,"title":2},"100":{"body":39,"breadcrumbs":4,"title":1},"101":{"body":22,"breadcrumbs":4,"title":1},"102":{"body":10,"breadcrumbs":4,"title":1},"103":{"body":10,"breadcrumbs":6,"title":3},"104":{"body":10,"breadcrumbs":4,"title":1},"105":{"body":10,"breadcrumbs":4,"title":1},"106":{"body":19,"breadcrumbs":4,"title":1},"107":{"body":8,"breadcrumbs":6,"title":3},"108":{"body":10,"breadcrumbs":4,"title":1},"109":{"body":10,"breadcrumbs":4,"title":1},"11":{"body":8,"breadcrumbs":2,"title":1},"110":{"body":22,"breadcrumbs":6,"title":2},"111":{"body":33,"breadcrumbs":5,"title":1},"112":{"body":186,"breadcrumbs":6,"title":2},"113":{"body":9,"breadcrumbs":6,"title":2},"114":{"body":99,"breadcrumbs":5,"title":1},"115":{"body":20,"breadcrumbs":7,"title":3},"116":{"body":66,"breadcrumbs":6,"title":2},"117":{"body":220,"breadcrumbs":7,"title":3},"118":{"body":23,"breadcrumbs":7,"title":3},"119":{"body":8,"breadcrumbs":6,"title":2},"12":{"body":11,"breadcrumbs":2,"title":1},"120":{"body":13,"breadcrumbs":6,"title":2},"121":{"body":16,"breadcrumbs":6,"title":2},"122":{"body":103,"breadcrumbs":6,"title":2},"123":{"body":96,"breadcrumbs":6,"title":2},"124":{"body":23,"breadcrumbs":6,"title":2},"125":{"body":4,"breadcrumbs":4,"title":1},"126":{"body":11,"breadcrumbs":4,"title":1},"127":{"body":24,"breadcrumbs":4,"title":1},"128":{"body":5,"breadcrumbs":4,"title":1},"129":{"body":10,"breadcrumbs":4,"title":1},"13":{"body":10,"breadcrumbs":2,"title":1},"130":{"body":7,"breadcrumbs":4,"title":1},"131":{"body":7,"breadcrumbs":8,"title":4},"14":{"body":15,"breadcrumbs":2,"title":1},"15":{"body":11,"breadcrumbs":2,"title":1},"16":{"body":22,"breadcrumbs":2,"title":1},"17":{"body":0,"breadcrumbs":4,"title":2},"18":{"body":24,"breadcrumbs":4,"title":1},"19":{"body":14,"breadcrumbs":5,"title":1},"2":{"body":0,"breadcrumbs":6,"title":2},"20":{"body":0,"breadcrumbs":6,"title":2},"21":{"body":37,"breadcrumbs":5,"title":1},"22":{"body":11,"breadcrumbs":5,"title":1},"23":{"body":24,"breadcrumbs":5,"title":1},"24":{"body":16,"breadcrumbs":5,"title":1},"25":{"body":188,"breadcrumbs":5,"title":1},"26":{"body":21,"breadcrumbs":5,"title":1},"27":{"body":53,"breadcrumbs":5,"title":1},"28":{"body":7,"breadcrumbs":5,"title":1},"29":{"body":44,"breadcrumbs":5,"title":1},"3":{"body":180,"breadcrumbs":5,"title":1},"30":{"body":46,"breadcrumbs":5,"title":1},"31":{"body":22,"breadcrumbs":6,"title":2},"32":{"body":18,"breadcrumbs":5,"title":1},"33":{"body":123,"breadcrumbs":5,"title":1},"34":{"body":54,"breadcrumbs":5,"title":1},"35":{"body":240,"breadcrumbs":5,"title":1},"36":{"body":10,"breadcrumbs":5,"title":1},"37":{"body":45,"breadcrumbs":6,"title":2},"38":{"body":41,"breadcrumbs":5,"title":1},"39":{"body":23,"breadcrumbs":5,"title":1},"4":{"body":185,"breadcrumbs":6,"title":2},"40":{"body":103,"breadcrumbs":5,"title":1},"41":{"body":41,"breadcrumbs":5,"title":1},"42":{"body":16,"breadcrumbs":5,"title":1},"43":{"body":14,"breadcrumbs":5,"title":1},"44":{"body":0,"breadcrumbs":6,"title":2},"45":{"body":37,"breadcrumbs":5,"title":1},"46":{"body":11,"breadcrumbs":5,"title":1},"47":{"body":24,"breadcrumbs":5,"title":1},"48":{"body":16,"breadcrumbs":5,"title":1},"49":{"body":188,"breadcrumbs":5,"title":1},"5":{"body":104,"breadcrumbs":5,"title":1},"50":{"body":21,"breadcrumbs":5,"title":1},"51":{"body":12,"breadcrumbs":7,"title":2},"52":{"body":31,"breadcrumbs":7,"title":2},"53":{"body":108,"breadcrumbs":5,"title":1},"54":{"body":90,"breadcrumbs":5,"title":1},"55":{"body":0,"breadcrumbs":4,"title":1},"56":{"body":305,"breadcrumbs":4,"title":1},"57":{"body":33,"breadcrumbs":4,"title":1},"58":{"body":28,"breadcrumbs":4,"title":1},"59":{"body":19,"breadcrumbs":4,"title":1},"6":{"body":57,"breadcrumbs":6,"title":2},"60":{"body":126,"breadcrumbs":5,"title":2},"61":{"body":22,"breadcrumbs":4,"title":1},"62":{"body":34,"breadcrumbs":4,"title":1},"63":{"body":33,"breadcrumbs":4,"title":1},"64":{"body":22,"breadcrumbs":4,"title":1},"65":{"body":10,"breadcrumbs":4,"title":1},"66":{"body":10,"breadcrumbs":6,"title":3},"67":{"body":10,"breadcrumbs":4,"title":1},"68":{"body":76,"breadcrumbs":4,"title":1},"69":{"body":21,"breadcrumbs":4,"title":1},"7":{"body":260,"breadcrumbs":7,"title":3},"70":{"body":10,"breadcrumbs":4,"title":1},"71":{"body":10,"breadcrumbs":4,"title":1},"72":{"body":10,"breadcrumbs":6,"title":3},"73":{"body":85,"breadcrumbs":4,"title":1},"74":{"body":5,"breadcrumbs":4,"title":1},"75":{"body":32,"breadcrumbs":4,"title":1},"76":{"body":18,"breadcrumbs":4,"title":1},"77":{"body":11,"breadcrumbs":4,"title":1},"78":{"body":16,"breadcrumbs":7,"title":4},"79":{"body":10,"breadcrumbs":4,"title":1},"8":{"body":227,"breadcrumbs":8,"title":3},"80":{"body":10,"breadcrumbs":6,"title":3},"81":{"body":10,"breadcrumbs":4,"title":1},"82":{"body":27,"breadcrumbs":6,"title":3},"83":{"body":104,"breadcrumbs":6,"title":3},"84":{"body":17,"breadcrumbs":4,"title":1},"85":{"body":12,"breadcrumbs":6,"title":3},"86":{"body":18,"breadcrumbs":4,"title":1},"87":{"body":54,"breadcrumbs":4,"title":1},"88":{"body":19,"breadcrumbs":4,"title":1},"89":{"body":67,"breadcrumbs":4,"title":1},"9":{"body":30,"breadcrumbs":7,"title":5},"90":{"body":18,"breadcrumbs":6,"title":3},"91":{"body":18,"breadcrumbs":6,"title":3},"92":{"body":8,"breadcrumbs":4,"title":1},"93":{"body":20,"breadcrumbs":6,"title":3},"94":{"body":27,"breadcrumbs":6,"title":3},"95":{"body":10,"breadcrumbs":4,"title":1},"96":{"body":22,"breadcrumbs":6,"title":3},"97":{"body":8,"breadcrumbs":6,"title":3},"98":{"body":73,"breadcrumbs":6,"title":3},"99":{"body":10,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"Geo-AID is a tool to generate figures based off of rules given in the script file. Its main purpose is to minimize the pain related to drawing figures for certain mathematical problems or theorems. It's currently in the early development. Note: Geo-AID is not designed to produce perfect output. It is designed to produce best output. This means that it might sacrifice partial accuracy in favor of better readability. It may also make other compromises and produce unexpected results at times. If you're having trouble with this kind of behavior, visit Dealing with complicated figures As an entry point, Geo-AID uses GeoScript - a language used to describe a figure. Aside from that, special parameters can be set as command line arguments. This book is meant to serve as a guide to anyone starting to use Geo-AID and as a reference to anyone who wants to know more. Note: This book is held up-do-date with the latest released version on crates.io .","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"This guide will get you through your first steps with Geo-AID. You will install the tool (if you haven't already) and create your first figure. Then, you will learn how to deal with figures that require distances and how to use Geo-AID parameters to your advantage.","breadcrumbs":"Beginner guide » Beginner guide","id":"1","title":"Beginner guide"},"10":{"body":"Usage: Geo-AID [OPTIONS] Arguments: — The input script file Options: -o, --output - Where the output file(s) should be created. Must point to an existing directory. -d, --delta-max-mean — The maximum mean quality delta. Geo-AID will keep doing generation cycles until the average quality delta over the last m cycles gets below d. Default value: 0.0001 -w, --worker-count — The count of threads to use for generation Default value: 32 -s, --samples - The count of samples to use for generation. Each engine interprets it differently Default value: 512 -e, --engine - The generation engine to use. Default value: glide Possible values: glide: The gradient descent engine rage: Random adjustment based engine -m, --mean-count — The count of last deltas to include in mean calculation. Geo-AID will keep doing generation cycles until the average quality delta over the last m cycles gets below d. Default value: 128 -s, --strictness — How strict the generator treats the rules. The higher, the more strict. Can't be zero. Default value: 2.0 -a, --adjustment-max — Maximal adjustment of an adjustable during generation. Treated differently for different adjustables. Default value: 0.5 -f, --format — What format to generate. Default value: svg Possible values: latex: The LaTeX + tikz format svg: The SVG format renderer json: The JSON (machine-readable) format plaintext: The plaintext (human-readable) format geogebra: The GeoGebra workspace format (*.ggb) Multiple formats can be provided, each after a -f or --format. --width — Canvas width. Default value: 500 for svg, 10 for latex, 5 for json and geogebra, 1 for json. --height — Canvas height (treated very differently for LaTeX) Default value: equal to width (e.g. if width is set to 300, default value for height is 300). -l, --log — Where to put the log output. Geo-AID has a logging feature for concise information about the rendering process (quality and time). This document was generated with the help of clap-markdown.","breadcrumbs":"CLI Reference » Geo-AID","id":"10","title":"Geo-AID"},"100":{"body":"segment(AB: 2-P) segment(A: Point, B: Point) Return type : Segment Returns : the segment AB. Displays : the segment AB. The function accepts additional properties in the form of: struct Segment { display_segment: bool, // Default: true, style: Style, // Default: SOLID\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed.","breadcrumbs":"GeoScript reference » Functions » segment","id":"100","title":"segment"},"101":{"body":"signedarea(A (Point), B (Point), C (Point), ...) signedarea(ABC... (Point collection)) Works for 3 or more points. Return type : Number (distance^2) Returns : the signed area of the given polygon.","breadcrumbs":"GeoScript reference » Functions » signedarea","id":"101","title":"signedarea"},"102":{"body":"sin(v: Number (angle)) Return type : Number (no unit) Returns : Sine of this angle.","breadcrumbs":"GeoScript reference » Functions » sin","id":"102","title":"sin"},"103":{"body":"tan(v: Number (angle)) Return type : Number (no unit) Returns : Tangent of this angle.","breadcrumbs":"GeoScript reference » Functions » tan (alias tg)","id":"103","title":"tan (alias tg)"},"104":{"body":"to_complex(A: Point) Return type : Number (distance) Returns : the point as a complex number.","breadcrumbs":"GeoScript reference » Functions » to_complex","id":"104","title":"to_complex"},"105":{"body":"to_point(v: Number (distance)) Return type : Point Returns : the complex number as a point.","breadcrumbs":"GeoScript reference » Functions » to_point","id":"105","title":"to_point"},"106":{"body":"transform(t: TransformType, object: Any) Return type : Depends on the transformationi and input. Returns : The object transformed using the transformation. Is type isn't supported, a compile error will be raised.","breadcrumbs":"GeoScript reference » Functions » transform","id":"106","title":"transform"},"107":{"body":"translate(vector: Distance) Return type : TransformType Returns : A translation by a vector.","breadcrumbs":"GeoScript reference » Functions » translate (alias translation)","id":"107","title":"translate (alias translation)"},"108":{"body":"x(P: Point) Return type : Number (distance) Returns : The x coordinate of the point.","breadcrumbs":"GeoScript reference » Functions » x","id":"108","title":"x"},"109":{"body":"y(P: Point) Return type : Number (distance) Returns : The y coordinate of the point.","breadcrumbs":"GeoScript reference » Functions » y","id":"109","title":"y"},"11":{"body":"Geo-AID supports five different renderers, also called drawers.","breadcrumbs":"Formats » Renderers","id":"11","title":"Renderers"},"110":{"body":"Here are listed all of GeoScript's rules. Note that, the names are case-insensitive and ignore underscores. This means that rules lies_on, lieson, LIEsoN and L_ie_s___On are the same rule. Overloads are listed in the order they are checked.","breadcrumbs":"GeoScript reference » Rule operators » Rule operators","id":"110","title":"Rule operators"},"111":{"body":"The operators <, <=, >, >= are only allowed between Numbers of the same unit. They are simple comparison operators with their rules evaluated based on the relative difference between the two values. The operator = (and its negation, !=) is allowed between Numbers of the same unit and Points . Its rule is evaluated based on the absolute distance between the two values.","breadcrumbs":"GeoScript reference » Rule operators » Comparison","id":"111","title":"Comparison"},"112":{"body":"All uses accept weight property. P: Point lies_on k: Line Tells Geo-AID that point P lies on (has zero distance) from line k. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. P: Point lies_on k: Segment Tells Geo-AID that point P lies on (has zero distance) from the line of segment k and between its ends. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. P: Point lies_on omega: Circle Tells Geo-AID that point P lies on (has zero distance) from circle omega. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. col: 0-P lies_on omega: Circle Tells Geo-AID that points in the collection col lie on (have zero distance) from circle omega in exactly the given order . Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. Note : When negated, creates rules for the points not to be on the circle. Points that are on the circle, just not in the given order will not satisfy this rule. col: 0-P lies_on k: Line Tells Geo-AID that points in the collection col lie on (have zero distance) from line k in exactly the given order . Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. Note : When negated, creates rules for the points not to be on the ;ome. Points that are on the line, just not in the given order will not satisfy this rule.","breadcrumbs":"GeoScript reference » Rule operators » lies_on (alias on)","id":"112","title":"lies_on (alias on)"},"113":{"body":"The display system decides which expressions are displayed and which are not. Its options are expressed through properties .","breadcrumbs":"GeoScript reference » Display system » Display system","id":"113","title":"Display system"},"114":{"body":"Most expressions accept a display (bool) property, that has a default value based on the constructive -ness of the expression. Beyond that, expressions have a tree-like structure. For example, an expression representing an orthocenter of triangle ABC. intersection(perpendicular_through(AB, C), perpendicular_through(BC, A)) It's semantic structure is the following: - intersection - perpendicular_through - AB (line) - A - B - C - perpendicular_through - BC (line) - B - C - A Now, the value of the display property of a node in that tree (e.g. the first perpendicular_through) decides not only whether the expression itself is displayed, but also whether its child nodes (the AB and C in our examples) are displayed. Display properties are a simple sequence of key-value pairs used to modify how the figure should be displayed. They're accepted in expressions, rules and variable definitions. Display properties with invalid values or unexpected properties will cause an error and the ones with invalid names will be ignored. The principle the display system works with is that an expression is displayed by default iff it's constructive .","breadcrumbs":"GeoScript reference » Display system » What is displayed?","id":"114","title":"What is displayed?"},"115":{"body":"To display an expression means to display its visual representation in its final figure. As simple example, to display a bisector(ABC) is to add a line representing the bisector of the angle ABC to the output figure.","breadcrumbs":"GeoScript reference » Display system » What does it mean to display an expression?","id":"115","title":"What does it mean to display an expression?"},"116":{"body":"A constructive expression is one that constructs a new object: a point, a line, etc. In practice, only variable references are non-constructive GeoScript - that is, referencing a variable either through a name or through a point collection won't display anything related to that variable (note that anything that could be displayed with it, should already be marked for display while processing the definition). It is however worth noting that point collection construction is constructive. Additionally, collections of length 2 are constructive, as they are converted to a different type (a line or a distance). Certain expressions, even though constructive, don't expect any properties simply because there's nothing to display. An example of that is a literal number.","breadcrumbs":"GeoScript reference » Display system » What is a constructive expression?","id":"116","title":"What is a constructive expression?"},"117":{"body":"All types have their basic properties assigned to them. These are the following. Point struct Properties { display: bool, // Default: true label: MathString, // Default: empty (except look at next section) display_label: bool, // Default: true display_dot: bool // Default: true\n} The display property decides whether the point should be displayed. label gives the point a label and display_label decides if it is to be displayed. If display_dot is true, a small dot is displayed in the point's position. NOTE : display_dot has currently no effect and the dot is always displayed. NOTE : Labels currently have poor support in SVG. Line struct Line { display: bool, // Default: true, label: MathString, // Default empty (look at next section), display_label: bool, // Default: true style: Style, // Default: SOLID type: LineType // Default: LINE\n} display, label and display_label work like with points. The style property decides how the line should be displayed (what \"brush\" should be used). NOTE : Labels don't currently work with lines. Circle struct Circle { display: bool, // Default: true, label: MathString, // Default empty (look at next section), display_label: bool, // Default: true style: Style, // Default: SOLID\n} display, label, display_label and style work like with lines. NOTE : Labels don't currently work with circles. Number struct Number { display: bool, // Default: true, label: MathString, // Default empty (look at next section) display_label: Style, // Default: SOLID\n} All properties work like described before. NOTE : Labels don't currently work with numbers. PointCollection struct PointCollection { display: bool // Default: true\n} The display property works as usual. Point collections also have special behavior when they are used in the context of lines or distances (see: conversions ). Specifically, when converted to a distance measurement or a line, they also accept properties related to Lines (see above). Variables and literals don't accept any properties, no matter the type. Beyond that, additional properties may be added depending on the kind of construction (used function). Details on those are in the documentation of respective functions.","breadcrumbs":"GeoScript reference » Display system » Basic properties for types","id":"117","title":"Basic properties for types"},"118":{"body":"Variable definitions display their defining expressions. Properties defined on definitions are passed onto the expression. Additionally, if no label is given, the variable name is parsed as a MathString and used as a label if the parse was successful (and if there is no display_label=false).","breadcrumbs":"GeoScript reference » Display system » Properties on variable definitions","id":"118","title":"Properties on variable definitions"},"119":{"body":"Currently, rules only accept a display property and display both of their sides.","breadcrumbs":"GeoScript reference » Display system » Properties on rules","id":"119","title":"Properties on rules"},"12":{"body":"Using LaTeX , tikz and tikz-euclide , one of the two recommended ways of drawing the figure.","breadcrumbs":"Formats » LaTeX","id":"12","title":"LaTeX"},"120":{"body":"All property names are case-insensitive and ignore underscores. Therefore, display_label, displaylabel and DiSplaYl__aBE__l all refer to the same property.","breadcrumbs":"GeoScript reference » Display system » Matching properties","id":"120","title":"Matching properties"},"121":{"body":"The weight system of Geo-AID is one of the core mechanisms of its generator. It directly modifies how much each adjustable will be affected by certain rules.","breadcrumbs":"GeoScript reference » Weight system » Weight system","id":"121","title":"Weight system"},"122":{"body":"Every entity present in a rule gets assigned a weight - by default equal to 1. Weights themselves, however, ultimately only apply to adjustables - values adjusted by the generator in the figure creation process. The weight system applies only to rules as they are the main set of instructions on how to generate a figure. Let's take a look at an example: let A, B, C = Point(); AC = BC; The above script is a simple description of an isosceles triangle. In order to understand weights, we must first understand adjustables. Adjustables are values adjusted by the generator - this means free points, free numbers, points on lines, etc. An example of a function generating an adjustable is the Point() function. It creates a free point able to be adjusted in both dimensions. Here, we generate three different free points. One for each of A, B, and C. After the definition there is a single rule: AB = BC. As you can see, there are three adjustables here: A. B, C. Despite B appears twice, all adjustables get the same weight of 1.","breadcrumbs":"GeoScript reference » Weight system » How are weights computed?","id":"122","title":"How are weights computed?"},"123":{"body":"By the time weight computation has finished, each rule has a weight assigned to each adjustable in the figure specifying how much the rule affects the adjustable. When it is all computed, each weight of the latter set of weights is normalized , that is: squeezed into the range [0, 1] by dividing each weight by the sum of them all. Finally, each weight is multiplied by the rule's assigned weight. This way each adjustable has a weight assigned to each rule. When rules are evaluated, they are given a quality in range [0, 1]. This way, for each adjustable, all values can be put into pairs (quality, weight) for each rule. From that a weighed mean is calculated (sum of the products quality * weight divided by the sum of weights). The result is the final quality of an adjustable. The final quality affects how much an adjustable is adjusted when making corrections. In short, rule weights affect how much a given adjustable is affected by the rule's quality in comparison to other rules.","breadcrumbs":"GeoScript reference » Weight system » How are weights applied?","id":"123","title":"How are weights applied?"},"124":{"body":"In general, weights are modified by adding a number-type weight property in square brackets: [weight = 2]\nAB = BC; Specifics regarding how do weight properties affect certain rules are in their respective documentations.","breadcrumbs":"GeoScript reference » Weight system » How to modify weights?","id":"124","title":"How to modify weights?"},"125":{"body":"Flags are divided into flag groups.","breadcrumbs":"GeoScript reference » Flags » Flags","id":"125","title":"Flags"},"126":{"body":"These are flags directly in the global scope of flags. They're not in any group and generally refer to some specific settings.","breadcrumbs":"GeoScript reference » Flags » Ungrouped","id":"126","title":"Ungrouped"},"127":{"body":"Type : bool Default : true Description : Automatically adds rules for inequalities of all point entities. Notes : Disabling this might lead to Geo-AID creating figures compressed into one point. Only recommended for debugging or experimenting.","breadcrumbs":"GeoScript reference » Flags » point_inequalities","id":"127","title":"point_inequalities"},"128":{"body":"This group of flags modifies how the script is interpreted.","breadcrumbs":"GeoScript reference » Flags » language","id":"128","title":"language"},"129":{"body":"Type : bool Default : false Description : Creates a variable i containing the complex unit.","breadcrumbs":"GeoScript reference » Flags » complex_numbers","id":"129","title":"complex_numbers"},"13":{"body":"Outputs the figure in the svg format. One of the two - and the most tested - ways of drawing the figure.","breadcrumbs":"Formats » SVG","id":"13","title":"SVG"},"130":{"body":"This group of flags modifies how the compiler and generator optimize the figure.","breadcrumbs":"GeoScript reference » Flags » optimizations","id":"130","title":"optimizations"},"131":{"body":"All of the theoretical foundation of Geo-AID is described here: https://www.overleaf.com/read/nnjqztpynydm#156b73","breadcrumbs":"Math behind Geo-AID » Math behind Geo-AID","id":"131","title":"Math behind Geo-AID"},"14":{"body":"Machine-readable JSON format according to the Schema available in Geo-AID's repository. Can be used to integrate other tools with Geo-AID.","breadcrumbs":"Formats » JSON","id":"14","title":"JSON"},"15":{"body":"A human-readable format, pure text . Contains descriptions of the positions of each object in the figure.","breadcrumbs":"Formats » Plaintext","id":"15","title":"Plaintext"},"16":{"body":"You can import Geogebra (*.ggb) output directly in GeoGebra by either choosing \"load\" from the menu in the app or simply by dragging the file onto the tool. This format has not been extensively tested and you may encounter bugs. If you do, please report them.","breadcrumbs":"Formats » GeoGebra","id":"16","title":"GeoGebra"},"17":{"body":"","breadcrumbs":"GeoScript reference » GeoScript reference","id":"17","title":"GeoScript reference"},"18":{"body":"This chapter describes the syntax of GeoScript. The notation used is the same as defined in The Rust Reference . Geo-AID expects utf8 encoded files. All whitespaces are ignored beyond distinguishing separate tokens. The basis is the Figure .","breadcrumbs":"GeoScript reference » Syntax » Syntax","id":"18","title":"Syntax"},"19":{"body":"Syntax Properties : [ Property (; Property )* ] Property : NAMED_IDENT = PropertyValue PropertyValue : NUMBER | IDENT | STRING | RawString RawString : ! STRING","breadcrumbs":"GeoScript reference » Syntax » Properties » Properties","id":"19","title":"Properties"},"2":{"body":"","breadcrumbs":"Beginner guide » Getting started » Getting started","id":"2","title":"Getting started"},"20":{"body":"","breadcrumbs":"GeoScript reference » Syntax » Properties » Property values","id":"20","title":"Property values"},"21":{"body":"Boolean properties represent true or false for certain properties. A true value can be represented as the following: 1, true, enabled, on, \"true\", \"enabled\", \"on\" A false value can be represented like this: 0, false, disabled, off, \"false\", \"disabled\", \"off\" NOTE : Cannot be represented by a raw string. NOTE : In case of boolean values, parsing of identifiers and strings is case-insensitive.","breadcrumbs":"GeoScript reference » Syntax » Properties » bool","id":"21","title":"bool"},"22":{"body":"Number values accept positive integers and floats. They cannot be expressed by idents or strings. Used for weights.","breadcrumbs":"GeoScript reference » Syntax » Properties » number","id":"22","title":"number"},"23":{"body":"Style properties tell Geo-AID how to display a given line or a circle. Available options are: SOLID, DASHED, BOLD, and DOTTED. They can be represented using identifiers or non-raw strings. When parsed, case is ignored.","breadcrumbs":"GeoScript reference » Syntax » Properties » Style","id":"23","title":"Style"},"24":{"body":"This property is most commonly seen alongside lines constructed from points. This tells Geo-AID whether to display the line as a LINE, a RAY, or a SEGMENT.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"24","title":"LineType"},"25":{"body":"MathString properties usually represent label contents. MathStrings are used to write normal text while also allowing lower indices and a restricted set of mathematical characters, like greek letters. Parsing Identifiers If the identifier is a single character or a character code representing a letter (character codes explained below), a number of primes (also explained below), and a _ followed by digits, it can be parsed as a MathString containing only that character. Examples: A\nB_12\nC'\nD''_456 Raw strings Raw strings are parsed as a set of ASCII characters without any additional processing. Useful for injecting LaTeX into point labels, should it be necessary. Examples: !\"\\mathbb{X}^\\prime\"\n!\"Hello, World!\"\n!\"_{}}}Everything is literal}\" Strings Strings are parsed like raw strings with a few important exceptions: Single quotes (') are parsed as primes; Everything directly after a _, until, but not including, a space, is parsed as being in lower index; Lower index cannot be used inside a lower index; Longer text with spaces can be put inside a lower index if delimited by braces ({}); Text inside brackets ([]) is parsed as a character code and outputs a special character with that code; \\\\ before a character inserts that character regardless of the above rules (it does not, however, enable using \" in a string. You can use [quote] for that purpose). Examples: \"A\"\n\"B_12\"\n\"C'_{Hello, World!}\"\n\"[Alpha] [quote]label [alpha][quote]\" Character codes Character codes are used to represent special characters. Currently, Geo-AID only supports greek letters - in form of the names of those letters, where the case of the first letter decides the case of the output letter - and quotes (\"), written as qoute. Primes Primes, in MathStrings, are ticks often seen beside points. They are often used to represent a point after certain transformations, like symmetry or rotation (looks like A'). In MathStrings, all non-escaped (\\\\) single quotes (') are treated as those.","breadcrumbs":"GeoScript reference » Syntax » Properties » MathString","id":"25","title":"MathString"},"26":{"body":"LineType describes whether a line should be displayed as a continuous line, a ray or a segment. This property is allowed in a few functions. Possible values are: LINE, RAY, SEGMENT. The default depends on the context.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"26","title":"LineType"},"27":{"body":"Syntax Expression : ImplicitIterator only if iter = true | SimpleExpression | Expression BinOp Expression ; BinOp : + | - | * | / SimpleExpression : -? SimpleExpressionKind (^ Exponent )? Properties ? SimpleExpressionKind : NAMES | NUMBER | ExplicitIterator | PointCollectionConstructor UnOp : - Exponentiation : SimpleExpressionKind ^ -? Exponent Exponent : INTEGER ( INTEGER / INTEGER ) PointCollectionConstructor : & ( Expression (, Expression )* ) Expressions represent all values in GeoScript. A simple example of an expression is a variable reference with the variable's value or a number literal. After most expressions display options can be given, modifying how the expression affects the final figure visually.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Expressions","id":"27","title":"Expressions"},"28":{"body":"Names can also be used as expressions. See here for more details.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Names","id":"28","title":"Names"},"29":{"body":"Binary operators all have the standard mathematical operation order. Unary operators always precede binary operators and implicit iterators always precede all operators. You can define your own order with parenthesis. Currently, Geo-AID supports only addition, subtraction, multiplication and division as binary operators and negation as unary. Weight in binary operations is applied to both of their operands. In unary operations, it is directly applied to their single operand.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Operators","id":"29","title":"Operators"},"3":{"body":"Before you start using Geo-AID, you'll need to install it. Unfortunately, it does not come in the form of precompiled binaries, and you'll need some other tools to build it. First, install Rust and Cargo . Once you're done, there are two ways of setting up Geo-AID: The first way is to simply use the cargo install method: cargo install geo-aid This has the advantage of installing Geo-AID globally, so that you can run it from anywhere. It will take care of all dependencies for you. Building may take some time, but once it's done, it's done for good (unless you'll want to update it). The second way is to clone/download the GitHub repository ( remember to get the last vX.X version) and build Geo-AID yourself. In this, case, you will also need the geo_aid_derive source. To download the repos, you'll need to download the .zip file and unpack it somewhere. If you want to clone it (recommended), you'll need git . The clone way is shown below mkdir geo-aid\ncd geo-aid\ngit clone https://github.com/DragonGamesStudios/Geo-AID.git\ngit clone https://github.com/DragonGamesStudios/geo_aid_derive.git\ncd Geo-AID\ngit checkout v0.2 It's important that if you compile from source, you should preserve this file structure: | some_folder: | geo-aid | geo_aid_derive Then, either build it with cargo build --release and use the produced executable or run it with cargo run --release -- . Run the program with the --version flag to check if it works properly. You can also run geo-aid --help (replace geo-aid with cargo run --release -- if using the second way) if you want to see how to use the tool CLI (you can also check the CLI reference ). The rest of this book will assume you have the command globally available (as if it was installed).","breadcrumbs":"Beginner guide » Getting started » Installation","id":"3","title":"Installation"},"30":{"body":"Exponentiation takes precedence over every other operator, including negation. It can be written as base^exp, where base is the raised expression and exp is the exponent, either a literal integer or a fraction in the form (nom / denom) with nom and denom being integers and denom being nonzero. The exponent can also be negated by including a - in front of it (in case of fraction exponents, before the parenthesis). When raising a value to a power, its unit is also raised. Weights, like other properties are passed on to raised expressions.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Exponentiation","id":"30","title":"Exponentiation"},"31":{"body":"Expressions can also be used to construct point collections out of other expressions with &(A, B, ...) syntax. All expressions inside must be convertible to points. Weights on point collections are treated as though they were applied to each of the collected points.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Point Collections","id":"31","title":"Point Collections"},"32":{"body":"Syntax Figure : Statement * Statement : FlagStatement | LetStatement | RuleStatement | RefStatement | ; A Figure describes how a figure should be generated in terms of generator flags, variable definitions and rules.","breadcrumbs":"GeoScript reference » Syntax » Figure » Figure","id":"32","title":"Figure"},"33":{"body":"Syntax FlagStatement : FlagName FlagValue FlagName : @ NAMED_IDENT (. NAMED_IDENT )* : FlagValue : NAMED_IDENT | FlagSet | NUMBER FlagSet : { FlagStatement * } Flags modify the behavior of Geo-AID's generator. They have default values, though some of them need to be explicitly specified to enable certain features (e.g. distance_literals). A flag statement composes of the flag's name and its value. Each flag has a predefined type and will only accept values of that type. Identifier flags accept identifiers in general, though usually only a subset of identifiers is valid, representing certain behavior options. Boolean flags are used to enable or disable certain features/modifications to the standard behavior. They accept 1, true, enabled and yes as a true value and 0, false, disabled and no as a false value. Number flags may accept floats or integers, depending on the flag. Flag sets are special flags that categorize other flags. If you want to modify multiple flags of the same category, simply set the value of the parent set flag to a flag set with the respective statements. Flag statements also accept a syntatic sugar for flag indexing. Instead of writing @optimizations { @identical_expressions: false\n} You can simply write @optimizations.identical_expressions: false","breadcrumbs":"GeoScript reference » Syntax » Flags » Flags","id":"33","title":"Flags"},"34":{"body":"Lexer IDENT : NAMED_IDENT | POINT_COLLECTION NAMED_IDENT : Start Continue* POINT_COLLECTION : (Point '*)+ Where Start is any unicode character with the Alphabetic property or an underscore (_) character, Continue is Start or a tick (') character and Point is any unicode character with the Uppercase property. Identifiers mostly represent variables, though they may also serve as a rule operator, a function, a value for a display property or a flag value. See also: names . Point collections are a special kind of identifiers. They essentially represent a sequence of variables, each being a point.","breadcrumbs":"GeoScript reference » Syntax » Identifiers » Identifiers","id":"34","title":"Identifiers"},"35":{"body":"Syntax ImplicitIterator : Expression (, Expression )+ ExplicitIterator : $ INTEGER ( Expression (, Expression )* ) Iterators can be used in let statements and rules on both sides. A sequence of expressions separated by a comma is called an implicit iterator . Using these, multiple lines of a script can be collapsed into a single one. For example: let A, B, C = Point(); AB = AC, BC; Iterators are expanded into multiple rules/statement by simply iterating over the given sequence. Implicit iterators take precedence over any arithmetic operators. Here's a few examples: AB, BC = CD, EF; # Becomes\nAB = CD;\nBC = EF; AB < XY + YZ, OI; # Becomes.\nAB < XY + YZ;\nAB < XY + OI; whereas AB < (XY + YZ), OI; # Becomes AB < XY + YZ;\nAB < OI; To use implicit iterators inside a function call, simply put parentheses around them: intersection(AB, (KL, XY)) Another type of iterator is an explicit iterator . These are written in the following way: AB = $1(AC, BC); The above example is equivalent to just writing AB = AC, BC; The number after the dollar sign is the id of the iterator. If only a single id is used, they function just like implicit iterators. However, when using multiple different ids, more complicated results can be achieved: $1(AB, CD) < $2(XY, YZ); # Becomes\nAB < XY;\nCD < XY;\nAB < YZ;\nCD < YZ; Explicit iterators can also be nested, allowing for even more complicated rules. For example: $1(AB, BC) > $1(x, $2(a, b)), $3(9, 4, 3); # Becomes\nAB > x;\nBC > a;\nBC > b;\nAB > 9;\nAB > 4;\nAB > 3;\nBC > 9;\nBC > 4;\nBC > 3; Iterators have a few rules. Not obeying them causes compilation errors. All implicit iterators have an id of 0; All iterators of the same id must have the same length; The left hand side of let statements only accept implicit iterators; The right hand side of let statements accepts at most one level of iteration; The right hand side of a let statement may only contain iterators, if so does the left side; All iterators must have at least two variants; An iterator with id x must not contain another iterator with id x; Iterator length must not exceed 255; Iterator id must be an integer;","breadcrumbs":"GeoScript reference » Syntax » Iterators » Iterators","id":"35","title":"Iterators"},"36":{"body":"Syntax Name : IDENT | ExprCall | FieldIndex | ( Expression ) ExprCall : Name ( ( Expression (, Expression )*)? )\\","breadcrumbs":"GeoScript reference » Syntax » Names » Names","id":"36","title":"Names"},"37":{"body":"Names can be interpreted in two ways: as values or as function references. When used as values, identifiers denote variable accesses, field indices represent accessing certain fields of values, parenthesised expressions represent the contained expressions and function calls are rather self-explanatory. When used as function references, idents represent global functions, field accesses represent methods and parenthesised expressions, like function calls, are not allowed.","breadcrumbs":"GeoScript reference » Syntax » Names » Interpreting names","id":"37","title":"Interpreting names"},"38":{"body":"Identifiers denote variables created with let statements. When given weight to a named identifier, it will affect the weighing of the definition after expansion (the definition itself won't be affected). When a weight is given to a point collection, it will act as though it was given to each of the referenced points. Note, however, that since point collections are simply abstractions, there is no guarantee that each point of the collection will be used. It the vast majority of cases that can however be guaranteed.","breadcrumbs":"GeoScript reference » Syntax » Names » Variables","id":"38","title":"Variables"},"39":{"body":"Different types have different fields. You should seek specifics in the documentations of respective types. A field index has the following form: name . field. The name is expected to be a value. Weights on field accesses are treated like on variables.","breadcrumbs":"GeoScript reference » Syntax » Names » Fields","id":"39","title":"Fields"},"4":{"body":"In order to use Geo-AID, we have to tell it exactly what we want. We can do this with a script file. Geo-AID uses a special language called GeoScript that lets us give specific instructions. Create the following file with a name of your choice, say figure.geo: let A = Point();\nlet B = Point();\nlet C = Point(); AB = AC;\nAB = BC; and run it with the following command: geo-aid figure.geo After a short wait a new file figure.svg should show up. Open it in any SVG previewer (could even be your browser) and gaze at your first figure in awe: Ok, but what exactly happened here? Let's take a closer look at the script we've just given to Geo-AID: First, we have the three let statements. These statements are used to create variables. In our case, these variables are points created with the Point() function. You can also add special display properties to the variable definitions to change how they are rendered. For example, if you change the first line to the following: let A [label = G] = Point(); you should get something like this: You can find out more about the display system here . After the variable definitions, we have the two lines: AB = AC;\nAB = BC; These are called rule statements. They represent a relationship between the left hand side and the right hand side. In this case, the relationship is the equality of lengths AB, BC and AC. It's worth noting that the equality sign represents a rule , not a definition or a redefinition . GeoScript is a description language, not a programming one. Geo-AID takes these requirements and attempts to create a figure that meets them. let statements and rules can be sometimes combined by adding rules after the left hand side of a let statement. For example: # This is a comment\nlet A = Point();\nlet B = Point();\nlet C = Point();\nlet r = dst(BC) < AB; let omega = Circle(A, r); Here, r is set to the distance BC and said to be smaller than AB.","breadcrumbs":"Beginner guide » Getting started » Your first figure","id":"4","title":"Your first figure"},"40":{"body":"The call syntax, name(arg1, arg2, ...) can be used to call functions with specified parameters. Functions, beyond being constructive expressions, can modify the visual output of the figure, e.g. add a line/ray. This behavior can be usually modified using display options. Some functions accept parameter groups, allowing infinite number of parameters. All functions return a single value. Implicit iterators cannot be used in function parameters, unless surrounded by parentheses. The name of the function must be a function reference. If it's an ident, it's treated as a global function. If it's a field index, the function is treated like a method. Methods are special functions defined on types. They use that type as their first parameter, and are generally associated to that type. For specific examples, look at type documentations. Function names are case-insensitive and ignore underscores. This means that functions perpendicular_through, perpendicularthrough, PERPendicularthrougH and P_erpendic_ular___Through_ are the same function. Weights given to function calls affect the parameters and the expression generated by the function.","breadcrumbs":"GeoScript reference » Syntax » Names » Functions","id":"40","title":"Functions"},"41":{"body":"Putting expressions in parentheses allows for modifying the order of operations or allowing the use of explicit iterators in contexts, where it wouldn't be normally possible. They also allow using complex expressions as names. Weights applied to parenthesised expressions are applied to their contained expressions. Note, that sometimes applied weight to parenthesised expressions is the only way to apply weight to the entire expression (for example: binary operations).","breadcrumbs":"GeoScript reference » Syntax » Names » Parentheses","id":"41","title":"Parentheses"},"42":{"body":"Lexer NUMBER : INTEGER | FLOAT INTEGER : Digit+ FLOAT : INTEGER . Digit* Where Digit is an ASCII digit (0-9). Either integers or decimals.","breadcrumbs":"GeoScript reference » Syntax » Numbers » Numbers","id":"42","title":"Numbers"},"43":{"body":"Syntax Properties : [ Property (; Property )* ] Property : NAMED_IDENT = PropertyValue PropertyValue : NUMBER | IDENT | STRING | RawString RawString : ! STRING","breadcrumbs":"GeoScript reference » Syntax » Properties » Properties","id":"43","title":"Properties"},"44":{"body":"","breadcrumbs":"GeoScript reference » Syntax » Properties » Property values","id":"44","title":"Property values"},"45":{"body":"Boolean properties represent true or false for certain properties. A true value can be represented as the following: 1, true, enabled, on, \"true\", \"enabled\", \"on\" A false value can be represented like this: 0, false, disabled, off, \"false\", \"disabled\", \"off\" NOTE : Cannot be represented by a raw string. NOTE : In case of boolean values, parsing of identifiers and strings is case-insensitive.","breadcrumbs":"GeoScript reference » Syntax » Properties » bool","id":"45","title":"bool"},"46":{"body":"Number values accept positive integers and floats. They cannot be expressed by idents or strings. Used for weights.","breadcrumbs":"GeoScript reference » Syntax » Properties » number","id":"46","title":"number"},"47":{"body":"Style properties tell Geo-AID how to display a given line or a circle. Available options are: SOLID, DASHED, BOLD, and DOTTED. They can be represented using identifiers or non-raw strings. When parsed, case is ignored.","breadcrumbs":"GeoScript reference » Syntax » Properties » Style","id":"47","title":"Style"},"48":{"body":"This property is most commonly seen alongside lines constructed from points. This tells Geo-AID whether to display the line as a LINE, a RAY, or a SEGMENT.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"48","title":"LineType"},"49":{"body":"MathString properties usually represent label contents. MathStrings are used to write normal text while also allowing lower indices and a restricted set of mathematical characters, like greek letters. Parsing Identifiers If the identifier is a single character or a character code representing a letter (character codes explained below), a number of primes (also explained below), and a _ followed by digits, it can be parsed as a MathString containing only that character. Examples: A\nB_12\nC'\nD''_456 Raw strings Raw strings are parsed as a set of ASCII characters without any additional processing. Useful for injecting LaTeX into point labels, should it be necessary. Examples: !\"\\mathbb{X}^\\prime\"\n!\"Hello, World!\"\n!\"_{}}}Everything is literal}\" Strings Strings are parsed like raw strings with a few important exceptions: Single quotes (') are parsed as primes; Everything directly after a _, until, but not including, a space, is parsed as being in lower index; Lower index cannot be used inside a lower index; Longer text with spaces can be put inside a lower index if delimited by braces ({}); Text inside brackets ([]) is parsed as a character code and outputs a special character with that code; \\\\ before a character inserts that character regardless of the above rules (it does not, however, enable using \" in a string. You can use [quote] for that purpose). Examples: \"A\"\n\"B_12\"\n\"C'_{Hello, World!}\"\n\"[Alpha] [quote]label [alpha][quote]\" Character codes Character codes are used to represent special characters. Currently, Geo-AID only supports greek letters - in form of the names of those letters, where the case of the first letter decides the case of the output letter - and quotes (\"), written as qoute. Primes Primes, in MathStrings, are ticks often seen beside points. They are often used to represent a point after certain transformations, like symmetry or rotation (looks like A'). In MathStrings, all non-escaped (\\\\) single quotes (') are treated as those.","breadcrumbs":"GeoScript reference » Syntax » Properties » MathString","id":"49","title":"MathString"},"5":{"body":"Geo-AID mostly operates on expressions. They are variable definitions and both sides of rules. Expressions can be mathematical operations, function calls, lines, distances and literals. All expressions produce values of certain types. Primary examples of these types are points, lines, circles and numbers. They're what the generator operates on and what everything is ultimately compiled into. Everything else is just an abstraction over these primitives. Additionally, numbers can have units. Performing addition or subtraction on numbers with incompatible units is an error. Point collections are sequences of point letters, like AB, ABC, GFED, X, A'V. For a name to be collectable, it has to be a single, uppercase letter with an arbitrary number of ticks (') following it, that represents a point. Point collections can also be constructed using &(...) syntax. You can use them on the left-hand side of let statements to unpack the rhs expression onto a point collection. Note, however, that not all types have that option. let ABC = &(intersection(XY, GH), mid(G, H), intersection(TU, KL)); Other than that, there are other types, like, for example, Segment. These are used for more specific purposes.","breadcrumbs":"Beginner guide » Getting started » Expressions","id":"5","title":"Expressions"},"50":{"body":"LineType describes whether a line should be displayed as a continuous line, a ray or a segment. This property is allowed in a few functions. Possible values are: LINE, RAY, SEGMENT. The default depends on the context.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"50","title":"LineType"},"51":{"body":"Syntax RefStatement : Properties ? Expression ; Ref statements can be used to display expressions without any side effects.","breadcrumbs":"GeoScript reference » Syntax » Ref statements » Ref statements","id":"51","title":"Ref statements"},"52":{"body":"If provided a non-zero weight property, a ref statement generates a bias rule . Bias rules are rules that are always true. They can be used to artificially make certain adjustables more stable. Beyond that, any display properties defined on them are treated like properties of the ref-ed expression.","breadcrumbs":"GeoScript reference » Syntax » Ref statements » Properties of refs","id":"52","title":"Properties of refs"},"53":{"body":"Syntax RuleStatement : Properties Expression ( RuleOp Expression )* ; RuleOp : < | <= | = | >= | > | IDENT | ! RuleOp Rules are the basic building blocks of a figure. They define relationships between figure objects. Geo-AID attempts to generate a figure that obeys them as good as it can. Rules tie two expressions (left and right hand side) with a relationship, otherwise known as the rule operator. Currently supported rule operators are all comparison operators. When given an identifier, a proper defined rule operator is looked up and compiled accordingly. Rules can also be inverted with an exclamation mark in front of the operator. Rules can be chained like so: 2 < a < 3; The above is equivalent to 2 < a;\na < 3; Weights on non-ident rules are assigned to them directly and end up being used directly in the generation process. Weights on ident rules are treated differently depending on the rule. You should seek documentation on them in docs for respective operators. Rule operators are case-insensitive and ignore underscores. This means that rules lies_on, lieson, LIEsoN and L_ie_s___On are the same rule.","breadcrumbs":"GeoScript reference » Syntax » Rules » Rules","id":"53","title":"Rules"},"54":{"body":"Syntax LetStatement : let VariableDefinition (, VariableDefinition )* = Expression ( RuleOp Expression )? ; VariableDefinition : IDENT Properties ? A let statement creates variables given on the left hand side. The lhs of the statement can contain multiple variables. In that, case if the rhs has no iteration, all variables will be set to the given definition (no the same value, though). If there is one level of iteration, all variables will get their respective definition. More levels of iteration are not allowed. The rhs expression of the statement can either become the variable's definition or it can be unpacked onto a point collection. Point collection variables are invalid. A point collection may be used on the right hand side only if the identifier on the left is a point collection. After each variable name there can be given properties that are later applied to the defining expression(s). The let statement also accepts a single rule after its right hand side. It behaves as if the lhs was a sequence of variable accesses in a 0-id iterator.","breadcrumbs":"GeoScript reference » Syntax » Variables » Variables","id":"54","title":"Variables"},"55":{"body":"","breadcrumbs":"GeoScript reference » Types » Types","id":"55","title":"Types"},"56":{"body":"A number is a simple complex value with a unit - a unit is a product of integer powers of simple units. The simple units are: Distance Angle Unknown-unit numbers (usually literals) can be converted into a number with a distance unit. Any number, whose unit cannot be determined, is assumed to be unit-less. Numbers in this reference are denoted as Number(). A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. Any variable defined with an unknown-unit number is assumed to be unit-less. When performing multiplication/division over a number with a unit and a number with an unknown unit, the latter is automatically converted into a unit-less number. Note: A literal will never be coerced to an angle, since that would introduce uncertainty whether it should be treated as given in radians or degrees. Instead, look for their respective functions. Methods acos() for no unit Return type : Number (angle) Returns : Arccosine of this number. acot() (alias actg) for no unit Return type : Number (angle) Returns : Arccotangent of this number. acsc() for no unit Return type : Number (angle) Returns : Arccosecant of this number. asec() for no unit Return type : Number (angle) Returns : Arcsecant of this number. asin() for no unit Return type : Number (angle) Returns : Arcsine of this number. atan() (alias atg) for no unit Return type : Number (angle) Returns : Arctangent of this number. conjugate() for any unit Return type : Number (same unit) Returns : the conjugate of this number. cos() for angle Return type : Number (no unit) Returns : Cosine of this angle. cot() (alias ctg) for angle Return type : Number (no unit) Returns : Cotangent of this angle. csc() for angle Return type : Number (no unit) Returns : Cossecant of this angle. degrees() (alias deg) if the number is unitless. Return type : Number (angle) Returns : Angle value with measurement equal to this number in degrees. degrees() (alias deg) if the number is an angle. Return type : Number (no unit) Returns : The measurement of this angle in degrees. imaginary() (alias im) for any unit Return type : Number (same unit) Returns : The imaginary part of this number. radians() (alias rad) if the number is unitless. Return type : Number (angle) Returns : Angle value with measurement equal to this number in radians. radians() (alias rad) if the number is an angle. Return type : Number (no unit) Returns : The measurement of this angle in radians. real() (alias re) for any unit Return type : Number (same unit) Returns : The real part of this number. sec() for angle Return type : Number (no unit) Returns : Secant of this angle. sin() for angle Return type : Number (no unit) Returns : Sine of this angle. tan() (alias tg) for angle Return type : Number (no unit) Returns : Tangent of this angle. to_point() for distances Return type : Point Returns : this number as a point.","breadcrumbs":"GeoScript reference » Types » Number","id":"56","title":"Number"},"57":{"body":"A point is defined as a point on a Euclidean plane. Denoted as Point. Points have two methods: x and y, returning the respective coordinate values. A point collection of length one is always automatically converted into a point. Methods to_complex() Return type : Number (distance) Returns : This point as a number.","breadcrumbs":"GeoScript reference » Types » Point","id":"57","title":"Point"},"58":{"body":"A circle is given a center and a radius. It is a set of points with the distance to its center equal to its radius. Denoted as Circle. Methods center() Return type : Point Returns : the circle's center. radius() Return type : Number (distance) Returns : the circle's radius.","breadcrumbs":"GeoScript reference » Types » Circle","id":"58","title":"Circle"},"59":{"body":"A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. A line is a line in Euclidean sense. Denoted as Line.","breadcrumbs":"GeoScript reference » Types » Line","id":"59","title":"Line"},"6":{"body":"Geo-AID is capable of performing some implicit conversions: Unknown-unit numbers (usually literals) can be converted into a number with a distance unit. A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. A point collection of length one is always automatically converted into a point. When performing multiplication/division over a number with a unit and a number with an unknown unit, the latter is automatically converted into a unitless number Any variable defined with an unknown-unit number is assumed to be unit-less.","breadcrumbs":"Beginner guide » Getting started » Implicit conversions","id":"6","title":"Implicit conversions"},"60":{"body":"Point collections are simply ordered collections of points. It is never a separate entity, only an abstraction over a set of points. Denoted as -P. If is given as 0, it means a collection of any length. Most functions that accept points as arguments, also accept point collections. Methods area() if the collection has length of at least 3. Return type : Number (distance^2) Returns : The area of the polygon. signedarea() if the collection has length of at least 3. Return type : Number (distance^2) Returns : The signed area of the polygon, where the sign depends on the clockwiseness of the points given. circumcircle() if the collection has length of 3. Return type : Circle Returns : The circle circumscribed on the three points. dst() (alias len) if the collection has length of 2. Return type : Number (distance) Returns : the distance between the two points. incircle() if the collection has length of 3. Return type : Circle Returns : The circle inscribed in the three points. mid() for any length. Return type : Point Returns : The arithmetic average of the points included in the collection (coordinates-wise). vector() (alias vec) if the collection has length of 2. Return type : Number (distance) Returns : The vector from the first point to the second point.","breadcrumbs":"GeoScript reference » Types » Point collections","id":"60","title":"Point collections"},"61":{"body":"Any two points can be connected with a Segment. Methods len() Return type : Number (distance) Returns : the distance AB. Displays : exactly what dst displays, except that the draw_segment property is false by default.","breadcrumbs":"GeoScript reference » Types » Segment","id":"61","title":"Segment"},"62":{"body":"Represents a plane transformation. Currently only similarities are supported. Methods compose(other: TransformType) Return type : TransformType Returns : The composition of this transform and the other transform (the other is performed first). transform(object: Any) (alias t) Return type : Depends on the transformation. Returns : The transformed object. If the transformation doesn't support a type, an error will be raised.","breadcrumbs":"GeoScript reference » Types » TransformType","id":"62","title":"TransformType"},"63":{"body":"Standard arithmetic operations - addition (+), subtraction (-), multiplication (*) and division (/) are only allowed between numbers. Addition and subtraction must only be performed between numbers of the same unit, whereas multiplication and division can be done with any two numbers. The resulting unit will simply be a product of the operation. Beyond that, negation with the - operator can be performed on any number.","breadcrumbs":"GeoScript reference » Operators » Operators","id":"63","title":"Operators"},"64":{"body":"Here are listed all of GeoScript's functions. Note that, the names are case-insensitive and ignore underscores. This means that functions perpendicular_through, perpendicularthrough, PERPendicularthrougH and P_erpendic_ular___Through_ are the same function. Overloads are listed in the order they are checked.","breadcrumbs":"GeoScript reference » Functions » Functions","id":"64","title":"Functions"},"65":{"body":"acos(v: Number (no unit)) Return type : Number (angle) Returns : Arccosine of this value.","breadcrumbs":"GeoScript reference » Functions » acos","id":"65","title":"acos"},"66":{"body":"acot(v: Number (no unit)) Return type : Number (angle) Returns : Arccotangent of this value.","breadcrumbs":"GeoScript reference » Functions » acot (alias actg)","id":"66","title":"acot (alias actg)"},"67":{"body":"acsc(v: Number (no unit)) Return type : Number (angle) Returns : Arccosecant of this value.","breadcrumbs":"GeoScript reference » Functions » acsc","id":"67","title":"acsc"},"68":{"body":"angle(ABC: 3-P) angle(A: Point, B: Point, C: Point) Return type : Number (angle) Returns : measurement of the angle ABC Displays : the angle's arms. The function accepts additional properties in the form of: struct Angle { display_arms: bool, // Default: true, arms_type: LineType, // Default: SEGMENT\n} display_arms decides whether the arms should be displayed and arms_type decides whether they should be segments, rays or lines. The assumed order for rays is B -> A and B -> C; angle(k: Line, l: Line) Return type : Number (angle) Returns : measurement of the angle between k and l. Which angle, depends on the order of the lines. For predictable outcome, the point versions are strongly recommended.","breadcrumbs":"GeoScript reference » Functions » angle","id":"68","title":"angle"},"69":{"body":"area(A (Point), B (Point), C (Point), ...) area(ABC... (Point collection)) Works for 3 or more points. Return type : Number (distance^2) Returns : the area of the given polygon.","breadcrumbs":"GeoScript reference » Functions » area","id":"69","title":"area"},"7":{"body":"Many figures feature multiple points and defining each one with a separate let statement can feel very verbose. To help that, GeoScript has a powerful iterator system. Iterators can be used in let statements and rules on both sides. A sequence of expressions separated by a comma is called an implicit iterator . Using these, we can collapse multiple lines of a script into a single one. For example, our first figure script becomes the following: let A, B, C = Point(); AB = AC, BC; Iterators are expanded into multiple rules/statement by simply iterating over the given sequence. Note that implicit iterators take precedence over binary arithmetic operators. Here's a few examples: AB, BC = CD, EF; # Becomes\nAB = CD;\nBC = EF; AB < XY + YZ, OI; # Becomes.\nAB < XY + YZ;\nAB < XY + OI; whereas AB < (XY + YZ), OI; # Becomes AB < XY + YZ;\nAB < OI; To use implicit iterators inside a function call, simply put parentheses around them: intersection(AB, (KL, XY)) Another type of iterator is an explicit iterator . These are written in the following way: AB = $1(AC, BC); The above example is equivalent to just writing AB = AC, BC; The number after the dollar sign is the id of the iterator. If you're using a single id, they function just like implicit iterators. However, when using multiple different ids, you can get some interesting results: $1(AB, CD) < $2(XY, YZ); # Becomes\nAB < XY;\nCD < XY;\nAB < YZ;\nCD < YZ; Explicit iterators can also be nested, allowing for even more complicated rules. For example: $1(AB, BC) > $1(x, $2(a, b)), $3(9, 4, 3); # Becomes\nAB > x;\nBC > a;\nBC > b;\nAB > 9;\nAB > 4;\nAB > 3;\nBC > 9;\nBC > 4;\nBC > 3; There are a few important things to remember about iterators: All implicit iterators have an id of 0; All iterators of the same id must have the same length; The left hand side of let statements only accept implicit iterators; The right hand side of let statements accepts at most one level of iteration; The right hand side of a let statement may only contain iterators, if so does the left side; All iterators must have at least two variants; An iterator with id x must not contain another iterator with id x; Iterator length must not exceed 255; Iterator id must be an integer; Exact rules regarding the iterators can be found here .","breadcrumbs":"Beginner guide » Getting started » Shortening the code with iterators","id":"7","title":"Shortening the code with iterators"},"70":{"body":"asec(v: Number (no unit)) Return type : Number (angle) Returns : Arcsecant of this value.","breadcrumbs":"GeoScript reference » Functions » asec","id":"70","title":"asec"},"71":{"body":"asin(v: Number (no unit)) Return type : Number (angle) Returns : Arcsine of this value.","breadcrumbs":"GeoScript reference » Functions » asin","id":"71","title":"asin"},"72":{"body":"atan(v: Number (no unit)) Return type : Number (angle) Returns : Arctangent of this value.","breadcrumbs":"GeoScript reference » Functions » atan (alias atg)","id":"72","title":"atan (alias atg)"},"73":{"body":"bisector(AB: 2-P) bisector(A: Point, B: Point) Return type : Line Returns : a bisector of the segment AB - a perpendicular line passing through its center. bisector(ABC: 3-P) bisector(A: Point, B: Point, C: Point) Return type : Line Returns : a bisector of the angle ABC - a line between lines AB and BC, where each point is in the same distance from both of these lines. Displays : the angle's arms. The function accepts additional properties in the form of: struct Bisector { display_arms: bool, // Default: true, arms_type: LineType, // Default: SEGMENT\n} display_arms decides whether the arms should be displayed and arms_type decides whether they should be segments, rays or lines. The assumed order for rays is B -> A and B -> C; angle(k: Line, l: Line)","breadcrumbs":"GeoScript reference » Functions » bisector","id":"73","title":"bisector"},"74":{"body":"center(circle: Circle) **Return type: Point","breadcrumbs":"GeoScript reference » Functions » center","id":"74","title":"center"},"75":{"body":"circle(center: Point, radius: Number (distance)) circle(radius: Number (distance), center: Point) Return type : Circle Returns : a circle with the given center and radius. circle() Return type : Circle Returns : a circle with an adjusted (free point) center and an adjusted (free real) radius.","breadcrumbs":"GeoScript reference » Functions » circle","id":"75","title":"circle"},"76":{"body":"circumcircle(a: Point, b: Point, c: Point) circumcircle(abc: 3-P) Return type : Circle Returns : a circle circumscribed on the three points given.","breadcrumbs":"GeoScript reference » Functions » circumcircle","id":"76","title":"circumcircle"},"77":{"body":"conjugate(v: Number (any unit)) Return type : Number (the same unit) Returns : The conjugate of this number.","breadcrumbs":"GeoScript reference » Functions » conjugate","id":"77","title":"conjugate"},"78":{"body":"convex(n: Number (literal, no unit)) Only works with a number literal. Return type : PC-n Returns : A convex polygon with n sides.","breadcrumbs":"GeoScript reference » Functions » convex (alias convexpolygon, convexpoly)","id":"78","title":"convex (alias convexpolygon, convexpoly)"},"79":{"body":"cos(v: Number (angle)) Return type : Number (no unit) Returns : Cosine of this angle.","breadcrumbs":"GeoScript reference » Functions » cos","id":"79","title":"cos"},"8":{"body":"Sometimes you will stumble on a figure that is quite challenging to draw, even for Geo-AID. In these cases, it's worth knowing a few tricks to guide Geo-AID through them. When Geo-AID generates a figure, it does so with a certain amount of samples, over multiple cycles, until a certain condition (currently: average quality delta over the last x cycles goes below a certain value) is met. That's a lot of different generation parameters and all of them are modifiable. Sample count (-s or --samples option, 512 by default) By modifying this parameter, you change how many different versions of a generation cycle are created. The higher the value, the more likely Geo-AID is to find the right spot for every point. It will, however, take more time, and it might make certain flaws of Geo-AID's generation more visible. Generation break average delta threshold (-d option, 0.0001 by default) Lowering this makes Geo-AID go on with generation for a little longer, essentially postponing the moment it decides it won't really get much better. Count of last records used in calculating the average delta (-m option, 128 by default) Increasing this makes Geo-AID take more of the last cycles into consideration when deciding whether to stop. Generation engine (-e or --engine, glide by default) By default, Geo-AID uses glide as its optimization engine as it should generally perform better than rage. It might, however, be worth a try to switch the engine. Maximum adjustment per generation cycle (-a option, 0.5 by default) This modifies how much can a single point/number be changed when adjusting for another cycle. Keep in mind that this is only a base for calculations. In reality, the amount of adjustment allowed depends on the given point's quality and is different between different workers to allow both big and small changes in the same generation cycle. This parameter only works with the Rage engine. Usually, the most visible effect comes from increasing the sample count. Ultimately the best way of increasing odds for Geo-AID is to write the script as well as you can, relying strongly on defining points with expressions. The golden rule is: the fewer rules, the better.","breadcrumbs":"Beginner guide » Dealing with complicated figures » Dealing with complicated figures","id":"8","title":"Dealing with complicated figures"},"80":{"body":"cot(v: Number (angle)) Return type : Number (no unit) Returns : Cotangent of this angle.","breadcrumbs":"GeoScript reference » Functions » cot (alias ctg)","id":"80","title":"cot (alias ctg)"},"81":{"body":"csc(v: Number (angle)) Return type : Number (no unit) Returns : Cosecant of this angle.","breadcrumbs":"GeoScript reference » Functions » csc","id":"81","title":"csc"},"82":{"body":"degrees(value: Number (no unit)) Return type : Number (angle) Returns : an angle with the given measurement in degrees. Related: radians degrees(value: Number (angle)) Return type : Number (no unit) Returns : the angle value in degrees. Related: radians","breadcrumbs":"GeoScript reference » Functions » degrees (alias deg)","id":"82","title":"degrees (alias deg)"},"83":{"body":"dst(AB: 2-P) dst(A: Point, B: Point) Return type : Number (distance) Returns : the distance between points A and B. Displays : the segment AB. The function accepts additional properties in the form of: struct Dst { display_segment: bool, // Default: true, style: Style, // Default: SOLID\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed. dst(P: Point, k: Line) dst(k: Line, P: Point) Return type : Number (distance) Returns : the distance between point P and line k. Displays : the segment between P and its perpendicular projection onto k. The function accepts additional properties in the form of: struct Dst { display_segment: bool, // Default: true, style: Style, // Default: DASHED\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed. dst(value: Number (no unit / distance)) Return type : Number (angle) Returns : the value with a distance unit.","breadcrumbs":"GeoScript reference » Functions » dst (alias len)","id":"83","title":"dst (alias len)"},"84":{"body":"homothety(origin: Point, scale: Number (no unit)) homothety(scale: Number (no unit), origin: Point) Return type : TransformType Returns : a homothety with an origin and scale.","breadcrumbs":"GeoScript reference » Functions » homothety","id":"84","title":"homothety"},"85":{"body":"imaginary(v: Number (any unit)) Return type : Number (the same unit) Returns : The imaginary part of this number.","breadcrumbs":"GeoScript reference » Functions » imaginary (alias im)","id":"85","title":"imaginary (alias im)"},"86":{"body":"incircle(a: Point, b: Point, c: Point) incircle(abc: 3-P) Return type : Circle Returns : a circle inscribed in the three points given.","breadcrumbs":"GeoScript reference » Functions » incircle","id":"86","title":"incircle"},"87":{"body":"All overloads by default don't display the point dot. This can be changed with properties. intersection(k: Line, l: Line) Return type : Point Returns : intersection of lines k and l. intersection(k: Line, circle: Circle) intersection(circle: Circle, k: Line) Return type : Point Returns : intersection of line k and circle circle. intersection(o1: Circle, o2: Circle) Return type : Point Returns : intersection of circles o1 and o2. Note : display_dot property is not currently supported.","breadcrumbs":"GeoScript reference » Functions » intersection","id":"87","title":"intersection"},"88":{"body":"line(col: 2-PC) line(P: Point, Q: Point) Return type : Line Returns : a line through two given points. Displays : The created line.","breadcrumbs":"GeoScript reference » Functions » line","id":"88","title":"line"},"89":{"body":"mid(col: 0-P) Return Type : Point Returns : The middle point of all points in the collection. Note : The following functions allow any positive numbers of arguments. mid(v_1: Number (any unit u), v_2 Number (the same unit u), ..., v_n: Number (the same unit u)) Return type : Number (the same unit u) Returns : The average value of v_1, v_2, ... v_n. mid(P_1: Point, P_2: Point, ..., P_n: Point) Return type : Point Returns : The middle point of P_1, P_2, ... P_n. Special cases: when n=2, the middle of a segment; When n=3, the centroid of a triangle.","breadcrumbs":"GeoScript reference » Functions » mid","id":"89","title":"mid"},"9":{"body":"By default, whenever run, Geo-AID will generate a file in the same location with a different extension matching the requested format. If multiple formats were provided, multiple files with different extensions are generated. This behavior can be modified with the --output option. Command Overview: Geo-AID","breadcrumbs":"CLI Reference » Command-Line Interface of Geo-AID","id":"9","title":"Command-Line Interface of Geo-AID"},"90":{"body":"parallel_through(P: Point, k: Line) parallel_through(k: Line, P: Point) Return type : Line Returns : a line parallel to k, passing through P.","breadcrumbs":"GeoScript reference » Functions » parallel_through (alias parallel)","id":"90","title":"parallel_through (alias parallel)"},"91":{"body":"perpendicular_through(P: Point, k: Line) perpendicular_through(k: Line, P: Point) Return type : Line Returns : a line perpendicular to k, passing through P.","breadcrumbs":"GeoScript reference » Functions » perpendicular_through (alias perpendicular)","id":"91","title":"perpendicular_through (alias perpendicular)"},"92":{"body":"point() Return type : Point Returns : an adjusted (free) point.","breadcrumbs":"GeoScript reference » Functions » point","id":"92","title":"point"},"93":{"body":"polygon(n: Number (literal, no unit)) Only works with a number literal. Return type : PC-n Returns : A polygon with n sides. Possibly concave, possibly self-intersecting.","breadcrumbs":"GeoScript reference » Functions » polygon (alias poly)","id":"93","title":"polygon (alias poly)"},"94":{"body":"radians(value: Number (no unit)) Return type : Number (angle) Returns : an angle with the given measurement in radians. Related: degrees radians(value: Number (angle)) Return type : Number (no unit) Returns : the value of the angle in radians. Related: degrees","breadcrumbs":"GeoScript reference » Functions » radians (alias rad)","id":"94","title":"radians (alias rad)"},"95":{"body":"radius(circle: Circle) Return type : Number (distance) Returns : the radius of the given circle.","breadcrumbs":"GeoScript reference » Functions » radius","id":"95","title":"radius"},"96":{"body":"real(v: Number (any unit)) Return type : Number (the same unit) Returns : The real part of this number. real() Return type : Number (no unit) Returns : A free, adjustable real number.","breadcrumbs":"GeoScript reference » Functions » real (alias re)","id":"96","title":"real (alias re)"},"97":{"body":"reflect(line: Line) Return type : TransformType Returns : A reflection about a line.","breadcrumbs":"GeoScript reference » Functions » reflect (alias reflection)","id":"97","title":"reflect (alias reflection)"},"98":{"body":"rotate(origin: Point, angle: Number (angle), scale: Number (unitless)) rotate(origin: Point, scale: Number (unitless), angle: Number (angle)) rotate(angle: Number (angle), origin: Point, scale: Number (unitless)) rotate(angle: Number (angle), scale: Number (unitless), origin: Point) rotate(scale: Number (unitless), origin: Point, angle: Number (angle)) rotate(scale: Number (unitless), angle: Number (angle), origin: Point) rotate(angle: Number (angle), origin: Point) rotate(origin: Point, angle: Number (angle)) Return type : TransformType Returns : A rotation around an origin by an angle (possibly negative), along with an optional homothety at the same point.","breadcrumbs":"GeoScript reference » Functions » rotate (alias rotation)","id":"98","title":"rotate (alias rotation)"},"99":{"body":"sec(v: Number (angle)) Return type : Number (no unit) Returns : Secant of this angle.","breadcrumbs":"GeoScript reference » Functions » sec","id":"99","title":"sec"}},"length":132,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"1":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}},"1":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"c":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"0":{"df":1,"docs":{"10":{"tf":1.0}}},"2":{"8":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}}},"2":{"(":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},".":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"53":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"3":{"(":{"9":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"10":{"tf":1.0}}},"df":10,"docs":{"101":{"tf":1.0},"35":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"60":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}}},"4":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"5":{"0":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}},"9":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"_":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}}}}},"a":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"5":{"tf":1.0}}}},"b":{"c":{"df":5,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"35":{"tf":4.123105625617661},"4":{"tf":2.6457513110645907},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":4.123105625617661},"73":{"tf":1.4142135623730951},"83":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":2.23606797749979},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"38":{"tf":1.0}},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"d":{"d":{"df":4,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"df":3,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"4":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":2.23606797749979},"121":{"tf":1.0},"122":{"tf":3.0},"123":{"tf":2.8284271247461903},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"123":{"tf":2.0},"124":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"'":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":24,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.8284271247461903},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":20,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"56":{"tf":3.1622776601683795},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"]":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"117":{"tf":1.0},"29":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":20,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"115":{"tf":1.0},"56":{"tf":5.291502622129181},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.0},"94":{"tf":2.0},"98":{"tf":3.7416573867739413},"99":{"tf":1.4142135623730951}},"e":{"'":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}},"(":{"a":{"b":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":2.0},"54":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"g":{"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}}},"b":{"_":{"1":{"2":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"^":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}}}},"c":{"df":7,"docs":{"114":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"35":{"tf":3.3166247903554},"4":{"tf":2.0},"7":{"tf":3.3166247903554},"73":{"tf":1.0}}},"df":14,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":2.0},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":2.23606797749979},"54":{"tf":1.0},"7":{"tf":2.449489742783178}}}}},"df":6,"docs":{"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"111":{"tf":2.0},"112":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"29":{"tf":2.0},"3":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":2,"docs":{"115":{"tf":1.0},"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"73":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"l":{"df":10,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":3.0},"127":{"tf":1.0},"129":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"'":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":2.449489742783178}}}}},"s":{"df":0,"docs":{},"e":{"df":18,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"114":{"tf":1.0},"35":{"tf":1.0}}}}},"d":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"7":{"tf":2.23606797749979}}},"df":13,"docs":{"101":{"tf":1.0},"114":{"tf":2.0},"122":{"tf":1.7320508075688772},"25":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":2.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":3.605551275463989},"34":{"tf":2.0},"49":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.7320508075688772},"60":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.449489742783178},"76":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.8284271247461903},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"(":{"a":{"df":1,"docs":{"4":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.0}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"7":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"112":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"31":{"tf":2.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"5":{"tf":2.0},"54":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":3.4641016151377544},"69":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"129":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":2.8284271247461903},"117":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"129":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"117":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"26":{"tf":1.0},"34":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"t":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0}}}},"x":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"78":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"117":{"tf":2.23606797749979},"119":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}},"d":{"'":{"'":{"_":{"4":{"5":{"6":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"8":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":2.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":3.3166247903554},"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"117":{"tf":4.123105625617661},"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":2.449489742783178},"83":{"tf":2.0},"87":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"118":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"122":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}}},"g":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"82":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"56":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":2.0},"49":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"21":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":2.6457513110645907},"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"83":{"tf":2.0}}}}}},"df":26,"docs":{"100":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":3.1622776601683795},"115":{"tf":2.0},"116":{"tf":2.0},"117":{"tf":3.7416573867739413},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"87":{"tf":1.0},"88":{"tf":1.0}},"l":{"_":{"_":{"a":{"b":{"df":0,"docs":{},"e":{"_":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":4.47213595499958},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"95":{"tf":1.0}},"e":{"^":{"2":{"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"125":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":2.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"t":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"23":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"83":{"tf":1.0}}},"df":1,"docs":{"83":{"tf":1.0}}},"b":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}}},"p":{"df":1,"docs":{"83":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.0},"15":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":2.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"d":{"df":2,"docs":{"112":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"122":{"tf":1.0},"4":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"116":{"tf":1.0},"122":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"116":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"127":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}}}},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":2.23606797749979},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"46":{"tf":1.0},"5":{"tf":2.23606797749979},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"54":{"tf":1.0}}},"<":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":4,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"129":{"tf":1.0},"21":{"tf":2.0},"33":{"tf":2.0},"45":{"tf":2.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"w":{"df":7,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":2.23606797749979},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"10":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"123":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"d":{"df":2,"docs":{"4":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"33":{"tf":1.0}}},"df":8,"docs":{"125":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":4.0},"34":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":3.1622776601683795},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":9,"docs":{"100":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":2.0},"75":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"100":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":4.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":3.0},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}}}}},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":25,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"33":{"tf":1.0},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":3.0},"9":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"110":{"tf":1.0},"64":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"122":{"tf":1.0},"2":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"b":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":2.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"4":{"tf":1.0}},"n":{"df":27,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"126":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}}}},"l":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":8,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"m":{"#":{"1":{"5":{"6":{"b":{"7":{"3":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":3,"docs":{"35":{"tf":2.8284271247461903},"54":{"tf":1.0},"7":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"120":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"y":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"56":{"tf":1.0},"85":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"29":{"tf":1.0},"35":{"tf":2.449489742783178},"40":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"25":{"tf":2.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":2.0}}}},"i":{"c":{"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"106":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":2.6457513110645907}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"33":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"37":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"87":{"tf":2.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"o":{"1":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"a":{"b":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.0}}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"114":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":4.795831523312719},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":5.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"k":{"df":6,"docs":{"112":{"tf":2.449489742783178},"68":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"114":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"_":{"_":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":3.4641016151377544},"118":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"3":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"x":{"df":4,"docs":{"10":{"tf":2.0},"12":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"n":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"116":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":3.1622776601683795},"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"112":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"122":{"tf":1.0},"4":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"42":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"112":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":2.449489742783178},"53":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"0":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":3.0},"122":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":2.23606797749979},"6":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0},"73":{"tf":3.0},"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"97":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":2.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"117":{"tf":2.0},"122":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"122":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":2,"docs":{"116":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"120":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"b":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":0,"docs":{},"}":{"^":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"56":{"tf":2.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}},"p":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"df":2,"docs":{"60":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":2.23606797749979},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"n":{"=":{"2":{"df":1,"docs":{"89":{"tf":1.0}}},"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"19":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":21,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}},"df":2,"docs":{"78":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"33":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":1,"docs":{"98":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"114":{"tf":1.0}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"df":2,"docs":{"116":{"tf":1.0},"4":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":2.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}},"n":{"df":7,"docs":{"116":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"123":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":2.23606797749979},"127":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"h":{"df":1,"docs":{"116":{"tf":1.0}}}},"w":{"df":1,"docs":{"114":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":57,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":2.0},"56":{"tf":6.708203932499369},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"89":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":2.23606797749979},"98":{"tf":3.7416573867739413},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"1":{"df":1,"docs":{"87":{"tf":1.0}}},"2":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"35":{"tf":1.0},"53":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"15":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":2,"docs":{"35":{"tf":2.0},"7":{"tf":2.0}}},"k":{"df":1,"docs":{"4":{"tf":1.0}}},"m":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"a":{"df":2,"docs":{"112":{"tf":2.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":13,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"118":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":11,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"29":{"tf":3.0},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"53":{"tf":2.6457513110645907},"63":{"tf":2.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.4142135623730951},"113":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":2.0},"122":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"98":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"115":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"110":{"tf":1.0},"64":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"2":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"_":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}},"r":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}},"p":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":1,"docs":{"90":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"40":{"tf":2.449489742783178},"8":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}},"s":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"t":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"85":{"tf":1.0},"96":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"118":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"c":{"df":3,"docs":{"78":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.0},"112":{"tf":2.8284271247461903},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"b":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}},"p":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":4,"docs":{"114":{"tf":1.7320508075688772},"40":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"73":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"15":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"117":{"tf":1.0},"8":{"tf":1.0}}},"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":50,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":3.4641016151377544},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"122":{"tf":2.449489742783178},"127":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"31":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":2.0},"4":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":2.449489742783178},"54":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"60":{"tf":3.7416573867739413},"61":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"8":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":2.8284271247461903},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"98":{"tf":3.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":5,"docs":{"101":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":3,"docs":{"123":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":37,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":3.1622776601683795},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"q":{"df":1,"docs":{"88":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":2.0},"123":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}},"e":{"]":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"a":{"d":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"94":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"56":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"58":{"tf":2.0},"75":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"s":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"30":{"tf":2.0},"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"w":{"df":6,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}}},"y":{"df":6,"docs":{"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"75":{"tf":1.0},"96":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"3":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":2,"docs":{"56":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":1,"docs":{"97":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"124":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"111":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":15,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":6.324555320336759},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"60":{"tf":3.7416573867739413},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":2.449489742783178},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"h":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":3.7416573867739413},"114":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"127":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"3":{"tf":2.449489742783178},"4":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"98":{"tf":2.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"99":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"99":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0}},"k":{"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"100":{"tf":1.0}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"100":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"83":{"tf":2.0},"89":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"93":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"114":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"34":{"tf":1.0}}}},"t":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":2.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":10,"docs":{"119":{"tf":1.0},"35":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"78":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":9,"docs":{"116":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":2,"docs":{"102":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":2,"docs":{"102":{"tf":1.0},"56":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"122":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"100":{"tf":1.0},"117":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":3,"docs":{"123":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"35":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":2.23606797749979}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"68":{"tf":1.0},"8":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"117":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"117":{"tf":2.6457513110645907},"23":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":2.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"x":{"df":14,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":2.23606797749979},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"g":{"df":2,"docs":{"103":{"tf":1.0},"56":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"z":{"df":2,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"123":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"104":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":2,"docs":{"105":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":4,"docs":{"106":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"62":{"tf":1.7320508075688772},"84":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"25":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"89":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"117":{"tf":3.1622776601683795},"127":{"tf":1.0},"21":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"45":{"tf":2.0},"52":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":63,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":2.0},"5":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":4.47213595499958},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":2.6457513110645907},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"89":{"tf":2.0}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"122":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":29,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"129":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":5.744562646538029},"6":{"tf":2.449489742783178},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"89":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"98":{"tf":2.449489742783178}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":34,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"106":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"3":{"tf":2.23606797749979},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"2":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":35,"docs":{"10":{"tf":3.605551275463989},"111":{"tf":1.4142135623730951},"114":{"tf":2.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"112":{"tf":2.23606797749979},"114":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"129":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":2.8284271247461903},"56":{"tf":1.0},"6":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"60":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"4":{"tf":1.0}}}},"y":{"df":9,"docs":{"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"3":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"10":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"38":{"tf":1.0}},"t":{"df":16,"docs":{"112":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.449489742783178},"123":{"tf":3.605551275463989},"124":{"tf":2.23606797749979},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":2.6457513110645907},"3":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"25":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"x":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"y":{"df":2,"docs":{"35":{"tf":2.8284271247461903},"7":{"tf":2.8284271247461903}}}},"y":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":2,"docs":{"109":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"z":{"df":2,"docs":{"35":{"tf":2.6457513110645907},"7":{"tf":2.6457513110645907}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"112":{"tf":3.1622776601683795},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"1":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}},"1":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"c":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"0":{"df":1,"docs":{"10":{"tf":1.0}}},"2":{"8":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}}},"2":{"(":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},".":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"53":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"3":{"(":{"9":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"10":{"tf":1.0}}},"df":10,"docs":{"101":{"tf":1.0},"35":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"60":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}}},"4":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"5":{"0":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}},"9":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"_":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}}}}},"a":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"5":{"tf":1.0}}}},"b":{"c":{"df":5,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"35":{"tf":4.123105625617661},"4":{"tf":2.6457513110645907},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":4.123105625617661},"73":{"tf":1.4142135623730951},"83":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":2.23606797749979},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"38":{"tf":1.0}},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"d":{"d":{"df":4,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"df":3,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"4":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":2.23606797749979},"121":{"tf":1.0},"122":{"tf":3.0},"123":{"tf":2.8284271247461903},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"123":{"tf":2.0},"124":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"'":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":24,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.449489742783178},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"14":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.8284271247461903},"9":{"tf":2.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":20,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"]":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"117":{"tf":1.0},"29":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":20,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"115":{"tf":1.0},"56":{"tf":5.291502622129181},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.8284271247461903},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.0},"94":{"tf":2.0},"98":{"tf":3.7416573867739413},"99":{"tf":1.4142135623730951}},"e":{"'":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}},"(":{"a":{"b":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":2.0},"54":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}}},"b":{"_":{"1":{"2":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"^":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"117":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}}}},"c":{"df":7,"docs":{"114":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"35":{"tf":3.3166247903554},"4":{"tf":2.0},"7":{"tf":3.3166247903554},"73":{"tf":1.0}}},"df":14,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":2.0},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":2.23606797749979},"54":{"tf":1.0},"7":{"tf":2.449489742783178}}}}},"df":6,"docs":{"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"131":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"111":{"tf":2.0},"112":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"29":{"tf":2.0},"3":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":2,"docs":{"115":{"tf":1.0},"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"73":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"l":{"df":10,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":3.0},"127":{"tf":1.0},"129":{"tf":1.0},"21":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"'":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":2.449489742783178}}}}},"s":{"df":0,"docs":{},"e":{"df":18,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"114":{"tf":1.0},"35":{"tf":1.0}}}}},"d":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"7":{"tf":2.23606797749979}}},"df":13,"docs":{"101":{"tf":1.0},"114":{"tf":2.0},"122":{"tf":1.7320508075688772},"25":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":2.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":3.605551275463989},"34":{"tf":2.0},"49":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":2.0},"60":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.6457513110645907},"76":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.8284271247461903},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"(":{"a":{"df":1,"docs":{"4":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"7":{"tf":1.4142135623730951}}}},"df":2,"docs":{"56":{"tf":1.0},"79":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"112":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"31":{"tf":2.23606797749979},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"5":{"tf":2.0},"54":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":3.605551275463989},"69":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.7320508075688772},"123":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":5,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"129":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":3.0},"117":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"129":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"117":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"26":{"tf":1.0},"34":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"6":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0}}}},"x":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"78":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"117":{"tf":2.23606797749979},"119":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}},"d":{"'":{"'":{"_":{"4":{"5":{"6":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":2.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":3.3166247903554},"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"117":{"tf":4.123105625617661},"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":2.449489742783178},"83":{"tf":2.0},"87":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"118":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":2.0},"122":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}}},"g":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"56":{"tf":2.23606797749979},"82":{"tf":2.0},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":2.0},"49":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"21":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":2.6457513110645907},"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"83":{"tf":2.0}}}}}},"df":27,"docs":{"100":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":3.4641016151377544},"115":{"tf":2.449489742783178},"116":{"tf":2.23606797749979},"117":{"tf":3.872983346207417},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"87":{"tf":1.0},"88":{"tf":1.0}},"l":{"_":{"_":{"a":{"b":{"df":0,"docs":{},"e":{"_":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":4.47213595499958},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"95":{"tf":1.0}},"e":{"^":{"2":{"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"125":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":2.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"t":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"23":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"83":{"tf":1.0}}},"df":1,"docs":{"83":{"tf":1.0}}},"b":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}}},"p":{"df":1,"docs":{"83":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":2.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.0},"15":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":2.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"d":{"df":2,"docs":{"112":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"122":{"tf":1.0},"4":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"116":{"tf":1.0},"122":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"116":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"127":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.7320508075688772}}}}}}}},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":2.6457513110645907},"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"118":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":2.6457513110645907},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"46":{"tf":1.0},"5":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"54":{"tf":1.0}}},"<":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":4,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"129":{"tf":1.0},"21":{"tf":2.0},"33":{"tf":2.0},"45":{"tf":2.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"w":{"df":7,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":2.449489742783178},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"4":{"tf":2.0},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"10":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"123":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"d":{"df":2,"docs":{"4":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"40":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"33":{"tf":1.0}}},"df":10,"docs":{"125":{"tf":2.23606797749979},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":4.242640687119285},"34":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":3.1622776601683795},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"df":9,"docs":{"100":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":2.0},"75":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":59,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":4.123105625617661},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":3.0},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}}}}},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":25,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.449489742783178},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"33":{"tf":1.0},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":3.0},"9":{"tf":2.0}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"16":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"110":{"tf":1.0},"64":{"tf":1.0}}},"df":117,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"122":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"b":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":2.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"4":{"tf":1.0}},"n":{"df":27,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"126":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":2.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}}}},"l":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":8,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"84":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"m":{"#":{"1":{"5":{"6":{"b":{"7":{"3":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":3,"docs":{"35":{"tf":2.8284271247461903},"54":{"tf":1.0},"7":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"120":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"56":{"tf":1.0},"85":{"tf":1.4142135623730951}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"29":{"tf":1.0},"35":{"tf":2.449489742783178},"40":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"25":{"tf":2.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":2.0}}}},"i":{"c":{"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"106":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"33":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"87":{"tf":2.23606797749979},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"o":{"1":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"a":{"b":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.0}}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"114":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":5.0990195135927845}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.0},"14":{"tf":1.7320508075688772}}}}}},"k":{"df":6,"docs":{"112":{"tf":2.449489742783178},"68":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"114":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"_":{"_":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":3.4641016151377544},"118":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.0},"128":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"3":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"x":{"df":4,"docs":{"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"n":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"116":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":3.1622776601683795},"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"112":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"122":{"tf":1.0},"4":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"42":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"112":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"53":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"0":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":3.0},"122":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0},"73":{"tf":3.0},"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951},"90":{"tf":2.0},"91":{"tf":2.0},"97":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"68":{"tf":1.0},"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":2.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"117":{"tf":2.0},"122":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"122":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":2,"docs":{"116":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"b":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":0,"docs":{},"}":{"^":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"25":{"tf":2.6457513110645907},"49":{"tf":2.6457513110645907}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"56":{"tf":2.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}},"p":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"df":2,"docs":{"60":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":2.23606797749979},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"n":{"=":{"2":{"df":1,"docs":{"89":{"tf":1.0}}},"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"19":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":21,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}},"df":2,"docs":{"78":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"33":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":1,"docs":{"98":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"114":{"tf":1.0}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"df":2,"docs":{"116":{"tf":1.0},"4":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":2.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}},"n":{"df":7,"docs":{"116":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"123":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":2.23606797749979},"127":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"h":{"df":1,"docs":{"116":{"tf":1.0}}}},"w":{"df":1,"docs":{"114":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":57,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":2.0},"56":{"tf":6.782329983125268},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"89":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":2.23606797749979},"98":{"tf":3.7416573867739413},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"1":{"df":1,"docs":{"87":{"tf":1.0}}},"2":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"35":{"tf":1.0},"53":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"15":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":2,"docs":{"35":{"tf":2.0},"7":{"tf":2.0}}},"k":{"df":1,"docs":{"4":{"tf":1.0}}},"m":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"a":{"df":2,"docs":{"112":{"tf":2.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":13,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"118":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":12,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":2.0},"112":{"tf":1.0},"29":{"tf":3.1622776601683795},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"53":{"tf":2.6457513110645907},"63":{"tf":2.449489742783178},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.7320508075688772},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.4142135623730951},"113":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":2.0},"122":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"98":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"115":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"110":{"tf":1.0},"64":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"2":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"_":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}},"r":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}},"p":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}}}}}},"df":1,"docs":{"90":{"tf":1.7320508075688772}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"40":{"tf":2.449489742783178},"8":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"7":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}},"s":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"t":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"85":{"tf":1.0},"96":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"118":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"c":{"df":3,"docs":{"78":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.0},"112":{"tf":2.8284271247461903},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"b":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}},"p":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":4,"docs":{"114":{"tf":1.7320508075688772},"40":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}}}}}},"df":3,"docs":{"73":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"117":{"tf":1.0},"8":{"tf":1.0}}},"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":50,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":3.4641016151377544},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"122":{"tf":2.449489742783178},"127":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"31":{"tf":2.449489742783178},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":2.0},"4":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":2.449489742783178},"54":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":3.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"60":{"tf":3.872983346207417},"61":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"8":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":2.8284271247461903},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"98":{"tf":3.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":5,"docs":{"101":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":3,"docs":{"123":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":39,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"124":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"q":{"df":1,"docs":{"88":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":2.0},"123":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}},"e":{"]":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"a":{"d":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"56":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"94":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"58":{"tf":2.0},"75":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"s":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"30":{"tf":2.0},"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"w":{"df":6,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}}},"y":{"df":6,"docs":{"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"75":{"tf":1.0},"96":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"3":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":2,"docs":{"56":{"tf":1.0},"96":{"tf":1.4142135623730951}},"f":{"df":2,"docs":{"51":{"tf":2.0},"52":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":118,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":1,"docs":{"97":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"124":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"111":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":15,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":6.324555320336759},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"60":{"tf":3.7416573867739413},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":2.449489742783178},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"h":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"98":{"tf":2.23606797749979}},"e":{"(":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"110":{"tf":2.449489742783178},"111":{"tf":1.7320508075688772},"112":{"tf":3.872983346207417},"114":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"127":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":4.0},"54":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"3":{"tf":2.449489742783178},"4":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"98":{"tf":2.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"99":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"99":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0}},"k":{"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"100":{"tf":1.0}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"100":{"tf":2.6457513110645907},"112":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"83":{"tf":2.0},"89":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"93":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"114":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"34":{"tf":1.0}}}},"t":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":2.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":10,"docs":{"119":{"tf":1.0},"35":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"78":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":9,"docs":{"116":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":2,"docs":{"102":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"df":2,"docs":{"102":{"tf":1.0},"56":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"122":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"100":{"tf":1.0},"117":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":3,"docs":{"123":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"35":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"54":{"tf":2.0},"7":{"tf":2.23606797749979}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"68":{"tf":1.0},"8":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"117":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"117":{"tf":2.6457513110645907},"23":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"83":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":2.0},"117":{"tf":1.0},"13":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"x":{"df":38,"docs":{"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":14,"docs":{"113":{"tf":2.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":2.23606797749979},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"g":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"z":{"df":2,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"123":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"104":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":2,"docs":{"105":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":4,"docs":{"106":{"tf":2.0},"25":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"62":{"tf":2.0},"84":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":2.23606797749979}},"e":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"25":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"89":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"117":{"tf":3.1622776601683795},"127":{"tf":1.0},"21":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"45":{"tf":2.0},"52":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":64,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.23606797749979},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":2.0},"5":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":4.58257569495584},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":2.8284271247461903},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"89":{"tf":2.0}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"122":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":29,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"129":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":5.744562646538029},"6":{"tf":2.449489742783178},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"89":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"98":{"tf":2.449489742783178}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":34,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"106":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"3":{"tf":2.23606797749979},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"2":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":35,"docs":{"10":{"tf":3.605551275463989},"111":{"tf":1.4142135623730951},"114":{"tf":2.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"112":{"tf":2.23606797749979},"114":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":2.0},"129":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":3.1622776601683795},"56":{"tf":1.0},"6":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"60":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"4":{"tf":1.0}}}},"y":{"df":9,"docs":{"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"3":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"10":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"38":{"tf":1.0}},"t":{"df":16,"docs":{"112":{"tf":1.0},"121":{"tf":2.0},"122":{"tf":2.8284271247461903},"123":{"tf":3.872983346207417},"124":{"tf":2.6457513110645907},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":2.6457513110645907},"3":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"25":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"x":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"y":{"df":2,"docs":{"35":{"tf":2.8284271247461903},"7":{"tf":2.8284271247461903}}}},"y":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":2,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.0}},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"z":{"df":2,"docs":{"35":{"tf":2.6457513110645907},"7":{"tf":2.6457513110645907}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"112":{"tf":3.1622776601683795},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"title":{"root":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"65":{"tf":1.0}},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"131":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":17,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"45":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"75":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":1,"docs":{"79":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}}}},"x":{"df":1,"docs":{"78":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}}}}},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"s":{"c":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"82":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"125":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"131":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"85":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"83":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"131":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"110":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}},"df":4,"docs":{"31":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"r":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":1,"docs":{"96":{"tf":1.0}},"f":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"121":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.0}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}}}}}}},"x":{"df":1,"docs":{"108":{"tf":1.0}}},"y":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file +Object.assign(window.search, {"doc_urls":["introduction.html#introduction","guide.html#beginner-guide","guide/getting-started.html#getting-started","guide/getting-started.html#installation","guide/getting-started.html#your-first-figure","guide/getting-started.html#expressions","guide/getting-started.html#implicit-conversions","guide/getting-started.html#shortening-the-code-with-iterators","guide/complicated-figures.html#dealing-with-complicated-figures","cli.html#command-line-interface-of-geo-aid","cli.html#geo-aid","formats.html#renderers","formats.html#latex","formats.html#svg","formats.html#json","formats.html#plaintext","formats.html#geogebra","reference.html#geoscript-reference","reference/syntax.html#syntax","reference/syntax/properties.html#properties","reference/syntax/properties.html#property-values","reference/syntax/properties.html#bool","reference/syntax/properties.html#number","reference/syntax/properties.html#style","reference/syntax/properties.html#linetype","reference/syntax/properties.html#mathstring","reference/syntax/properties.html#linetype-1","reference/syntax/expressions.html#expressions","reference/syntax/expressions.html#names","reference/syntax/expressions.html#operators","reference/syntax/expressions.html#exponentiation","reference/syntax/expressions.html#point-collections","reference/syntax/figure.html#figure","reference/syntax/flags.html#flags","reference/syntax/identifiers.html#identifiers","reference/syntax/iterators.html#iterators","reference/syntax/names.html#names","reference/syntax/names.html#interpreting-names","reference/syntax/names.html#variables","reference/syntax/names.html#fields","reference/syntax/names.html#functions","reference/syntax/names.html#parentheses","reference/syntax/numbers.html#numbers","reference/syntax/properties.html#properties","reference/syntax/properties.html#property-values","reference/syntax/properties.html#bool","reference/syntax/properties.html#number","reference/syntax/properties.html#style","reference/syntax/properties.html#linetype","reference/syntax/properties.html#mathstring","reference/syntax/properties.html#linetype-1","reference/syntax/refs.html#ref-statements","reference/syntax/refs.html#properties-of-refs","reference/syntax/rules.html#rules","reference/syntax/variables.html#variables","reference/types.html#types","reference/types.html#number","reference/types.html#point","reference/types.html#circle","reference/types.html#line","reference/types.html#point-collections","reference/types.html#segment","reference/types.html#transformtype","reference/operators.html#operators","reference/functions.html#functions","reference/functions.html#acos","reference/functions.html#acot-alias-actg","reference/functions.html#acsc","reference/functions.html#angle","reference/functions.html#area","reference/functions.html#asec","reference/functions.html#asin","reference/functions.html#atan-alias-atg","reference/functions.html#bisector","reference/functions.html#center-alias-centre","reference/functions.html#circle","reference/functions.html#circumcircle","reference/functions.html#circumcenter","reference/functions.html#conjugate","reference/functions.html#convex-alias-convexpolygon-convexpoly","reference/functions.html#cos","reference/functions.html#cot-alias-ctg","reference/functions.html#csc","reference/functions.html#degrees-alias-deg","reference/functions.html#dst-alias-len","reference/functions.html#equilateral-alias-equilateral_triangle","reference/functions.html#excircle","reference/functions.html#homothety","reference/functions.html#imaginary-alias-im","reference/functions.html#incircle","reference/functions.html#incenter","reference/functions.html#intersection","reference/functions.html#isosceles-alias-isosceles_triangle","reference/functions.html#line","reference/functions.html#main_equilateral-alias-main_equilateral_triangle","reference/functions.html#main_isosceles-alias-main_isosceles_triangle","reference/functions.html#main_right-alias-main_right_triangle","reference/functions.html#main_triangle-alias-main_triangle","reference/functions.html#mid","reference/functions.html#orthocenter-alias-orthocentre","reference/functions.html#parallel_through-alias-parallel","reference/functions.html#perpendicular_through-alias-perpendicular","reference/functions.html#point","reference/functions.html#polygon-alias-poly","reference/functions.html#radians-alias-rad","reference/functions.html#radius","reference/functions.html#real-alias-re","reference/functions.html#reflect-alias-reflection","reference/functions.html#rotate-alias-rotation","reference/functions.html#right-alias-right_triangle","reference/functions.html#sec","reference/functions.html#segment","reference/functions.html#signedarea","reference/functions.html#sin","reference/functions.html#tan-alias-tg","reference/functions.html#to_complex","reference/functions.html#to_point","reference/functions.html#transform","reference/functions.html#translate-alias-translation","reference/functions.html#triagngle-alias-triangle","reference/functions.html#x","reference/functions.html#y","reference/rule-operators.html#rule-operators","reference/rule-operators.html#comparison","reference/rule-operators.html#lies_on-alias-on","reference/display-system.html#display-system","reference/display-system.html#what-is-displayed","reference/display-system.html#what-does-it-mean-to-display-an-expression","reference/display-system.html#what-is-a-constructive-expression","reference/display-system.html#basic-properties-for-types","reference/display-system.html#properties-on-variable-definitions","reference/display-system.html#properties-on-rules","reference/display-system.html#matching-properties","reference/weight-system.html#weight-system","reference/weight-system.html#how-are-weights-computed","reference/weight-system.html#how-are-weights-applied","reference/weight-system.html#how-to-modify-weights","reference/flags.html#flags","reference/flags.html#ungrouped","reference/flags.html#point_inequalities","reference/flags.html#language","reference/flags.html#complex_numbers","reference/flags.html#optimizations","math.html#math-behind-geo-aid"],"index":{"documentStore":{"docInfo":{"0":{"body":97,"breadcrumbs":2,"title":1},"1":{"body":23,"breadcrumbs":4,"title":2},"10":{"body":248,"breadcrumbs":4,"title":2},"100":{"body":18,"breadcrumbs":6,"title":3},"101":{"body":18,"breadcrumbs":6,"title":3},"102":{"body":8,"breadcrumbs":4,"title":1},"103":{"body":20,"breadcrumbs":6,"title":3},"104":{"body":27,"breadcrumbs":6,"title":3},"105":{"body":10,"breadcrumbs":4,"title":1},"106":{"body":22,"breadcrumbs":6,"title":3},"107":{"body":8,"breadcrumbs":6,"title":3},"108":{"body":73,"breadcrumbs":6,"title":3},"109":{"body":11,"breadcrumbs":6,"title":3},"11":{"body":8,"breadcrumbs":2,"title":1},"110":{"body":10,"breadcrumbs":4,"title":1},"111":{"body":39,"breadcrumbs":4,"title":1},"112":{"body":22,"breadcrumbs":4,"title":1},"113":{"body":10,"breadcrumbs":4,"title":1},"114":{"body":10,"breadcrumbs":6,"title":3},"115":{"body":10,"breadcrumbs":4,"title":1},"116":{"body":10,"breadcrumbs":4,"title":1},"117":{"body":19,"breadcrumbs":4,"title":1},"118":{"body":8,"breadcrumbs":6,"title":3},"119":{"body":8,"breadcrumbs":6,"title":3},"12":{"body":11,"breadcrumbs":2,"title":1},"120":{"body":10,"breadcrumbs":4,"title":1},"121":{"body":10,"breadcrumbs":4,"title":1},"122":{"body":22,"breadcrumbs":6,"title":2},"123":{"body":33,"breadcrumbs":5,"title":1},"124":{"body":186,"breadcrumbs":6,"title":2},"125":{"body":9,"breadcrumbs":6,"title":2},"126":{"body":99,"breadcrumbs":5,"title":1},"127":{"body":20,"breadcrumbs":7,"title":3},"128":{"body":66,"breadcrumbs":6,"title":2},"129":{"body":220,"breadcrumbs":7,"title":3},"13":{"body":10,"breadcrumbs":2,"title":1},"130":{"body":23,"breadcrumbs":7,"title":3},"131":{"body":8,"breadcrumbs":6,"title":2},"132":{"body":13,"breadcrumbs":6,"title":2},"133":{"body":16,"breadcrumbs":6,"title":2},"134":{"body":103,"breadcrumbs":6,"title":2},"135":{"body":96,"breadcrumbs":6,"title":2},"136":{"body":23,"breadcrumbs":6,"title":2},"137":{"body":4,"breadcrumbs":4,"title":1},"138":{"body":11,"breadcrumbs":4,"title":1},"139":{"body":24,"breadcrumbs":4,"title":1},"14":{"body":15,"breadcrumbs":2,"title":1},"140":{"body":5,"breadcrumbs":4,"title":1},"141":{"body":10,"breadcrumbs":4,"title":1},"142":{"body":7,"breadcrumbs":4,"title":1},"143":{"body":7,"breadcrumbs":8,"title":4},"15":{"body":11,"breadcrumbs":2,"title":1},"16":{"body":22,"breadcrumbs":2,"title":1},"17":{"body":0,"breadcrumbs":4,"title":2},"18":{"body":24,"breadcrumbs":4,"title":1},"19":{"body":14,"breadcrumbs":5,"title":1},"2":{"body":0,"breadcrumbs":6,"title":2},"20":{"body":0,"breadcrumbs":6,"title":2},"21":{"body":37,"breadcrumbs":5,"title":1},"22":{"body":11,"breadcrumbs":5,"title":1},"23":{"body":24,"breadcrumbs":5,"title":1},"24":{"body":16,"breadcrumbs":5,"title":1},"25":{"body":188,"breadcrumbs":5,"title":1},"26":{"body":21,"breadcrumbs":5,"title":1},"27":{"body":53,"breadcrumbs":5,"title":1},"28":{"body":7,"breadcrumbs":5,"title":1},"29":{"body":44,"breadcrumbs":5,"title":1},"3":{"body":180,"breadcrumbs":5,"title":1},"30":{"body":46,"breadcrumbs":5,"title":1},"31":{"body":22,"breadcrumbs":6,"title":2},"32":{"body":18,"breadcrumbs":5,"title":1},"33":{"body":123,"breadcrumbs":5,"title":1},"34":{"body":54,"breadcrumbs":5,"title":1},"35":{"body":240,"breadcrumbs":5,"title":1},"36":{"body":10,"breadcrumbs":5,"title":1},"37":{"body":45,"breadcrumbs":6,"title":2},"38":{"body":41,"breadcrumbs":5,"title":1},"39":{"body":23,"breadcrumbs":5,"title":1},"4":{"body":185,"breadcrumbs":6,"title":2},"40":{"body":103,"breadcrumbs":5,"title":1},"41":{"body":41,"breadcrumbs":5,"title":1},"42":{"body":16,"breadcrumbs":5,"title":1},"43":{"body":14,"breadcrumbs":5,"title":1},"44":{"body":0,"breadcrumbs":6,"title":2},"45":{"body":37,"breadcrumbs":5,"title":1},"46":{"body":11,"breadcrumbs":5,"title":1},"47":{"body":24,"breadcrumbs":5,"title":1},"48":{"body":16,"breadcrumbs":5,"title":1},"49":{"body":188,"breadcrumbs":5,"title":1},"5":{"body":104,"breadcrumbs":5,"title":1},"50":{"body":21,"breadcrumbs":5,"title":1},"51":{"body":12,"breadcrumbs":7,"title":2},"52":{"body":31,"breadcrumbs":7,"title":2},"53":{"body":108,"breadcrumbs":5,"title":1},"54":{"body":90,"breadcrumbs":5,"title":1},"55":{"body":0,"breadcrumbs":4,"title":1},"56":{"body":305,"breadcrumbs":4,"title":1},"57":{"body":33,"breadcrumbs":4,"title":1},"58":{"body":28,"breadcrumbs":4,"title":1},"59":{"body":19,"breadcrumbs":4,"title":1},"6":{"body":57,"breadcrumbs":6,"title":2},"60":{"body":190,"breadcrumbs":5,"title":2},"61":{"body":22,"breadcrumbs":4,"title":1},"62":{"body":34,"breadcrumbs":4,"title":1},"63":{"body":33,"breadcrumbs":4,"title":1},"64":{"body":22,"breadcrumbs":4,"title":1},"65":{"body":10,"breadcrumbs":4,"title":1},"66":{"body":10,"breadcrumbs":6,"title":3},"67":{"body":10,"breadcrumbs":4,"title":1},"68":{"body":76,"breadcrumbs":4,"title":1},"69":{"body":21,"breadcrumbs":4,"title":1},"7":{"body":260,"breadcrumbs":7,"title":3},"70":{"body":10,"breadcrumbs":4,"title":1},"71":{"body":10,"breadcrumbs":4,"title":1},"72":{"body":10,"breadcrumbs":6,"title":3},"73":{"body":85,"breadcrumbs":4,"title":1},"74":{"body":5,"breadcrumbs":6,"title":3},"75":{"body":32,"breadcrumbs":4,"title":1},"76":{"body":18,"breadcrumbs":4,"title":1},"77":{"body":19,"breadcrumbs":4,"title":1},"78":{"body":11,"breadcrumbs":4,"title":1},"79":{"body":16,"breadcrumbs":7,"title":4},"8":{"body":227,"breadcrumbs":8,"title":3},"80":{"body":10,"breadcrumbs":4,"title":1},"81":{"body":10,"breadcrumbs":6,"title":3},"82":{"body":10,"breadcrumbs":4,"title":1},"83":{"body":27,"breadcrumbs":6,"title":3},"84":{"body":104,"breadcrumbs":6,"title":3},"85":{"body":9,"breadcrumbs":6,"title":3},"86":{"body":21,"breadcrumbs":4,"title":1},"87":{"body":17,"breadcrumbs":4,"title":1},"88":{"body":12,"breadcrumbs":6,"title":3},"89":{"body":18,"breadcrumbs":4,"title":1},"9":{"body":30,"breadcrumbs":7,"title":5},"90":{"body":19,"breadcrumbs":4,"title":1},"91":{"body":54,"breadcrumbs":4,"title":1},"92":{"body":11,"breadcrumbs":6,"title":3},"93":{"body":19,"breadcrumbs":4,"title":1},"94":{"body":14,"breadcrumbs":6,"title":3},"95":{"body":16,"breadcrumbs":6,"title":3},"96":{"body":16,"breadcrumbs":6,"title":3},"97":{"body":13,"breadcrumbs":6,"title":3},"98":{"body":67,"breadcrumbs":4,"title":1},"99":{"body":16,"breadcrumbs":6,"title":3}},"docs":{"0":{"body":"Geo-AID is a tool to generate figures based off of rules given in the script file. Its main purpose is to minimize the pain related to drawing figures for certain mathematical problems or theorems. It's currently in the early development. Note: Geo-AID is not designed to produce perfect output. It is designed to produce best output. This means that it might sacrifice partial accuracy in favor of better readability. It may also make other compromises and produce unexpected results at times. If you're having trouble with this kind of behavior, visit Dealing with complicated figures As an entry point, Geo-AID uses GeoScript - a language used to describe a figure. Aside from that, special parameters can be set as command line arguments. This book is meant to serve as a guide to anyone starting to use Geo-AID and as a reference to anyone who wants to know more. Note: This book is held up-do-date with the latest released version on crates.io .","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"This guide will get you through your first steps with Geo-AID. You will install the tool (if you haven't already) and create your first figure. Then, you will learn how to deal with figures that require distances and how to use Geo-AID parameters to your advantage.","breadcrumbs":"Beginner guide » Beginner guide","id":"1","title":"Beginner guide"},"10":{"body":"Usage: Geo-AID [OPTIONS] Arguments: — The input script file Options: -o, --output - Where the output file(s) should be created. Must point to an existing directory. -d, --delta-max-mean — The maximum mean quality delta. Geo-AID will keep doing generation cycles until the average quality delta over the last m cycles gets below d. Default value: 0.0001 -w, --worker-count — The count of threads to use for generation Default value: 32 -s, --samples - The count of samples to use for generation. Each engine interprets it differently Default value: 512 -e, --engine - The generation engine to use. Default value: glide Possible values: glide: The gradient descent engine rage: Random adjustment based engine -m, --mean-count — The count of last deltas to include in mean calculation. Geo-AID will keep doing generation cycles until the average quality delta over the last m cycles gets below d. Default value: 128 -s, --strictness — How strict the generator treats the rules. The higher, the more strict. Can't be zero. Default value: 2.0 -a, --adjustment-max — Maximal adjustment of an adjustable during generation. Treated differently for different adjustables. Default value: 0.5 -f, --format — What format to generate. Default value: svg Possible values: latex: The LaTeX + tikz format svg: The SVG format renderer json: The JSON (machine-readable) format plaintext: The plaintext (human-readable) format geogebra: The GeoGebra workspace format (*.ggb) Multiple formats can be provided, each after a -f or --format. --width — Canvas width. Default value: 500 for svg, 10 for latex, 5 for json and geogebra, 1 for json. --height — Canvas height (treated very differently for LaTeX) Default value: equal to width (e.g. if width is set to 300, default value for height is 300). -l, --log — Where to put the log output. Geo-AID has a logging feature for concise information about the rendering process (quality and time). This document was generated with the help of clap-markdown.","breadcrumbs":"CLI Reference » Geo-AID","id":"10","title":"Geo-AID"},"100":{"body":"parallel_through(P: Point, k: Line) parallel_through(k: Line, P: Point) Return type : Line Returns : a line parallel to k, passing through P.","breadcrumbs":"GeoScript reference » Functions » parallel_through (alias parallel)","id":"100","title":"parallel_through (alias parallel)"},"101":{"body":"perpendicular_through(P: Point, k: Line) perpendicular_through(k: Line, P: Point) Return type : Line Returns : a line perpendicular to k, passing through P.","breadcrumbs":"GeoScript reference » Functions » perpendicular_through (alias perpendicular)","id":"101","title":"perpendicular_through (alias perpendicular)"},"102":{"body":"point() Return type : Point Returns : an adjusted (free) point.","breadcrumbs":"GeoScript reference » Functions » point","id":"102","title":"point"},"103":{"body":"polygon(n: Number (literal, no unit)) Only works with a number literal. Return type : PC-n Returns : A polygon with n sides. Possibly concave, possibly self-intersecting.","breadcrumbs":"GeoScript reference » Functions » polygon (alias poly)","id":"103","title":"polygon (alias poly)"},"104":{"body":"radians(value: Number (no unit)) Return type : Number (angle) Returns : an angle with the given measurement in radians. Related: degrees radians(value: Number (angle)) Return type : Number (no unit) Returns : the value of the angle in radians. Related: degrees","breadcrumbs":"GeoScript reference » Functions » radians (alias rad)","id":"104","title":"radians (alias rad)"},"105":{"body":"radius(circle: Circle) Return type : Number (distance) Returns : the radius of the given circle.","breadcrumbs":"GeoScript reference » Functions » radius","id":"105","title":"radius"},"106":{"body":"real(v: Number (any unit)) Return type : Number (the same unit) Returns : The real part of this number. real() Return type : Number (no unit) Returns : A free, adjustable real number.","breadcrumbs":"GeoScript reference » Functions » real (alias re)","id":"106","title":"real (alias re)"},"107":{"body":"reflect(line: Line) Return type : TransformType Returns : A reflection about a line.","breadcrumbs":"GeoScript reference » Functions » reflect (alias reflection)","id":"107","title":"reflect (alias reflection)"},"108":{"body":"rotate(origin: Point, angle: Number (angle), scale: Number (unitless)) rotate(origin: Point, scale: Number (unitless), angle: Number (angle)) rotate(angle: Number (angle), origin: Point, scale: Number (unitless)) rotate(angle: Number (angle), scale: Number (unitless), origin: Point) rotate(scale: Number (unitless), origin: Point, angle: Number (angle)) rotate(scale: Number (unitless), angle: Number (angle), origin: Point) rotate(angle: Number (angle), origin: Point) rotate(origin: Point, angle: Number (angle)) Return type : TransformType Returns : A rotation around an origin by an angle (possibly negative), along with an optional homothety at the same point.","breadcrumbs":"GeoScript reference » Functions » rotate (alias rotation)","id":"108","title":"rotate (alias rotation)"},"109":{"body":"right() Return type : Point collection (3) Returns : a right triangle with angle(ACB) = deg(90).","breadcrumbs":"GeoScript reference » Functions » right (alias right_triangle)","id":"109","title":"right (alias right_triangle)"},"11":{"body":"Geo-AID supports five different renderers, also called drawers.","breadcrumbs":"Formats » Renderers","id":"11","title":"Renderers"},"110":{"body":"sec(v: Number (angle)) Return type : Number (no unit) Returns : Secant of this angle.","breadcrumbs":"GeoScript reference » Functions » sec","id":"110","title":"sec"},"111":{"body":"segment(AB: 2-P) segment(A: Point, B: Point) Return type : Segment Returns : the segment AB. Displays : the segment AB. The function accepts additional properties in the form of: struct Segment { display_segment: bool, // Default: true, style: Style, // Default: SOLID\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed.","breadcrumbs":"GeoScript reference » Functions » segment","id":"111","title":"segment"},"112":{"body":"signedarea(A (Point), B (Point), C (Point), ...) signedarea(ABC... (Point collection)) Works for 3 or more points. Return type : Number (distance^2) Returns : the signed area of the given polygon.","breadcrumbs":"GeoScript reference » Functions » signedarea","id":"112","title":"signedarea"},"113":{"body":"sin(v: Number (angle)) Return type : Number (no unit) Returns : Sine of this angle.","breadcrumbs":"GeoScript reference » Functions » sin","id":"113","title":"sin"},"114":{"body":"tan(v: Number (angle)) Return type : Number (no unit) Returns : Tangent of this angle.","breadcrumbs":"GeoScript reference » Functions » tan (alias tg)","id":"114","title":"tan (alias tg)"},"115":{"body":"to_complex(A: Point) Return type : Number (distance) Returns : the point as a complex number.","breadcrumbs":"GeoScript reference » Functions » to_complex","id":"115","title":"to_complex"},"116":{"body":"to_point(v: Number (distance)) Return type : Point Returns : the complex number as a point.","breadcrumbs":"GeoScript reference » Functions » to_point","id":"116","title":"to_point"},"117":{"body":"transform(t: TransformType, object: Any) Return type : Depends on the transformationi and input. Returns : The object transformed using the transformation. Is type isn't supported, a compile error will be raised.","breadcrumbs":"GeoScript reference » Functions » transform","id":"117","title":"transform"},"118":{"body":"translate(vector: Distance) Return type : TransformType Returns : A translation by a vector.","breadcrumbs":"GeoScript reference » Functions » translate (alias translation)","id":"118","title":"translate (alias translation)"},"119":{"body":"triangle() Return type : Point collection (3) Returns : a triangle.","breadcrumbs":"GeoScript reference » Functions » triagngle (alias triangle)","id":"119","title":"triagngle (alias triangle)"},"12":{"body":"Using LaTeX , tikz and tikz-euclide , one of the two recommended ways of drawing the figure.","breadcrumbs":"Formats » LaTeX","id":"12","title":"LaTeX"},"120":{"body":"x(P: Point) Return type : Number (distance) Returns : The x coordinate of the point.","breadcrumbs":"GeoScript reference » Functions » x","id":"120","title":"x"},"121":{"body":"y(P: Point) Return type : Number (distance) Returns : The y coordinate of the point.","breadcrumbs":"GeoScript reference » Functions » y","id":"121","title":"y"},"122":{"body":"Here are listed all of GeoScript's rules. Note that, the names are case-insensitive and ignore underscores. This means that rules lies_on, lieson, LIEsoN and L_ie_s___On are the same rule. Overloads are listed in the order they are checked.","breadcrumbs":"GeoScript reference » Rule operators » Rule operators","id":"122","title":"Rule operators"},"123":{"body":"The operators <, <=, >, >= are only allowed between Numbers of the same unit. They are simple comparison operators with their rules evaluated based on the relative difference between the two values. The operator = (and its negation, !=) is allowed between Numbers of the same unit and Points . Its rule is evaluated based on the absolute distance between the two values.","breadcrumbs":"GeoScript reference » Rule operators » Comparison","id":"123","title":"Comparison"},"124":{"body":"All uses accept weight property. P: Point lies_on k: Line Tells Geo-AID that point P lies on (has zero distance) from line k. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. P: Point lies_on k: Segment Tells Geo-AID that point P lies on (has zero distance) from the line of segment k and between its ends. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. P: Point lies_on omega: Circle Tells Geo-AID that point P lies on (has zero distance) from circle omega. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. col: 0-P lies_on omega: Circle Tells Geo-AID that points in the collection col lie on (have zero distance) from circle omega in exactly the given order . Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. Note : When negated, creates rules for the points not to be on the circle. Points that are on the circle, just not in the given order will not satisfy this rule. col: 0-P lies_on k: Line Tells Geo-AID that points in the collection col lie on (have zero distance) from line k in exactly the given order . Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. Note : When negated, creates rules for the points not to be on the ;ome. Points that are on the line, just not in the given order will not satisfy this rule.","breadcrumbs":"GeoScript reference » Rule operators » lies_on (alias on)","id":"124","title":"lies_on (alias on)"},"125":{"body":"The display system decides which expressions are displayed and which are not. Its options are expressed through properties .","breadcrumbs":"GeoScript reference » Display system » Display system","id":"125","title":"Display system"},"126":{"body":"Most expressions accept a display (bool) property, that has a default value based on the constructive -ness of the expression. Beyond that, expressions have a tree-like structure. For example, an expression representing an orthocenter of triangle ABC. intersection(perpendicular_through(AB, C), perpendicular_through(BC, A)) It's semantic structure is the following: - intersection - perpendicular_through - AB (line) - A - B - C - perpendicular_through - BC (line) - B - C - A Now, the value of the display property of a node in that tree (e.g. the first perpendicular_through) decides not only whether the expression itself is displayed, but also whether its child nodes (the AB and C in our examples) are displayed. Display properties are a simple sequence of key-value pairs used to modify how the figure should be displayed. They're accepted in expressions, rules and variable definitions. Display properties with invalid values or unexpected properties will cause an error and the ones with invalid names will be ignored. The principle the display system works with is that an expression is displayed by default iff it's constructive .","breadcrumbs":"GeoScript reference » Display system » What is displayed?","id":"126","title":"What is displayed?"},"127":{"body":"To display an expression means to display its visual representation in its final figure. As simple example, to display a bisector(ABC) is to add a line representing the bisector of the angle ABC to the output figure.","breadcrumbs":"GeoScript reference » Display system » What does it mean to display an expression?","id":"127","title":"What does it mean to display an expression?"},"128":{"body":"A constructive expression is one that constructs a new object: a point, a line, etc. In practice, only variable references are non-constructive GeoScript - that is, referencing a variable either through a name or through a point collection won't display anything related to that variable (note that anything that could be displayed with it, should already be marked for display while processing the definition). It is however worth noting that point collection construction is constructive. Additionally, collections of length 2 are constructive, as they are converted to a different type (a line or a distance). Certain expressions, even though constructive, don't expect any properties simply because there's nothing to display. An example of that is a literal number.","breadcrumbs":"GeoScript reference » Display system » What is a constructive expression?","id":"128","title":"What is a constructive expression?"},"129":{"body":"All types have their basic properties assigned to them. These are the following. Point struct Properties { display: bool, // Default: true label: MathString, // Default: empty (except look at next section) display_label: bool, // Default: true display_dot: bool // Default: true\n} The display property decides whether the point should be displayed. label gives the point a label and display_label decides if it is to be displayed. If display_dot is true, a small dot is displayed in the point's position. NOTE : display_dot has currently no effect and the dot is always displayed. NOTE : Labels currently have poor support in SVG. Line struct Line { display: bool, // Default: true, label: MathString, // Default empty (look at next section), display_label: bool, // Default: true style: Style, // Default: SOLID type: LineType // Default: LINE\n} display, label and display_label work like with points. The style property decides how the line should be displayed (what \"brush\" should be used). NOTE : Labels don't currently work with lines. Circle struct Circle { display: bool, // Default: true, label: MathString, // Default empty (look at next section), display_label: bool, // Default: true style: Style, // Default: SOLID\n} display, label, display_label and style work like with lines. NOTE : Labels don't currently work with circles. Number struct Number { display: bool, // Default: true, label: MathString, // Default empty (look at next section) display_label: Style, // Default: SOLID\n} All properties work like described before. NOTE : Labels don't currently work with numbers. PointCollection struct PointCollection { display: bool // Default: true\n} The display property works as usual. Point collections also have special behavior when they are used in the context of lines or distances (see: conversions ). Specifically, when converted to a distance measurement or a line, they also accept properties related to Lines (see above). Variables and literals don't accept any properties, no matter the type. Beyond that, additional properties may be added depending on the kind of construction (used function). Details on those are in the documentation of respective functions.","breadcrumbs":"GeoScript reference » Display system » Basic properties for types","id":"129","title":"Basic properties for types"},"13":{"body":"Outputs the figure in the svg format. One of the two - and the most tested - ways of drawing the figure.","breadcrumbs":"Formats » SVG","id":"13","title":"SVG"},"130":{"body":"Variable definitions display their defining expressions. Properties defined on definitions are passed onto the expression. Additionally, if no label is given, the variable name is parsed as a MathString and used as a label if the parse was successful (and if there is no display_label=false).","breadcrumbs":"GeoScript reference » Display system » Properties on variable definitions","id":"130","title":"Properties on variable definitions"},"131":{"body":"Currently, rules only accept a display property and display both of their sides.","breadcrumbs":"GeoScript reference » Display system » Properties on rules","id":"131","title":"Properties on rules"},"132":{"body":"All property names are case-insensitive and ignore underscores. Therefore, display_label, displaylabel and DiSplaYl__aBE__l all refer to the same property.","breadcrumbs":"GeoScript reference » Display system » Matching properties","id":"132","title":"Matching properties"},"133":{"body":"The weight system of Geo-AID is one of the core mechanisms of its generator. It directly modifies how much each adjustable will be affected by certain rules.","breadcrumbs":"GeoScript reference » Weight system » Weight system","id":"133","title":"Weight system"},"134":{"body":"Every entity present in a rule gets assigned a weight - by default equal to 1. Weights themselves, however, ultimately only apply to adjustables - values adjusted by the generator in the figure creation process. The weight system applies only to rules as they are the main set of instructions on how to generate a figure. Let's take a look at an example: let A, B, C = Point(); AC = BC; The above script is a simple description of an isosceles triangle. In order to understand weights, we must first understand adjustables. Adjustables are values adjusted by the generator - this means free points, free numbers, points on lines, etc. An example of a function generating an adjustable is the Point() function. It creates a free point able to be adjusted in both dimensions. Here, we generate three different free points. One for each of A, B, and C. After the definition there is a single rule: AB = BC. As you can see, there are three adjustables here: A. B, C. Despite B appears twice, all adjustables get the same weight of 1.","breadcrumbs":"GeoScript reference » Weight system » How are weights computed?","id":"134","title":"How are weights computed?"},"135":{"body":"By the time weight computation has finished, each rule has a weight assigned to each adjustable in the figure specifying how much the rule affects the adjustable. When it is all computed, each weight of the latter set of weights is normalized , that is: squeezed into the range [0, 1] by dividing each weight by the sum of them all. Finally, each weight is multiplied by the rule's assigned weight. This way each adjustable has a weight assigned to each rule. When rules are evaluated, they are given a quality in range [0, 1]. This way, for each adjustable, all values can be put into pairs (quality, weight) for each rule. From that a weighed mean is calculated (sum of the products quality * weight divided by the sum of weights). The result is the final quality of an adjustable. The final quality affects how much an adjustable is adjusted when making corrections. In short, rule weights affect how much a given adjustable is affected by the rule's quality in comparison to other rules.","breadcrumbs":"GeoScript reference » Weight system » How are weights applied?","id":"135","title":"How are weights applied?"},"136":{"body":"In general, weights are modified by adding a number-type weight property in square brackets: [weight = 2]\nAB = BC; Specifics regarding how do weight properties affect certain rules are in their respective documentations.","breadcrumbs":"GeoScript reference » Weight system » How to modify weights?","id":"136","title":"How to modify weights?"},"137":{"body":"Flags are divided into flag groups.","breadcrumbs":"GeoScript reference » Flags » Flags","id":"137","title":"Flags"},"138":{"body":"These are flags directly in the global scope of flags. They're not in any group and generally refer to some specific settings.","breadcrumbs":"GeoScript reference » Flags » Ungrouped","id":"138","title":"Ungrouped"},"139":{"body":"Type : bool Default : true Description : Automatically adds rules for inequalities of all point entities. Notes : Disabling this might lead to Geo-AID creating figures compressed into one point. Only recommended for debugging or experimenting.","breadcrumbs":"GeoScript reference » Flags » point_inequalities","id":"139","title":"point_inequalities"},"14":{"body":"Machine-readable JSON format according to the Schema available in Geo-AID's repository. Can be used to integrate other tools with Geo-AID.","breadcrumbs":"Formats » JSON","id":"14","title":"JSON"},"140":{"body":"This group of flags modifies how the script is interpreted.","breadcrumbs":"GeoScript reference » Flags » language","id":"140","title":"language"},"141":{"body":"Type : bool Default : false Description : Creates a variable i containing the complex unit.","breadcrumbs":"GeoScript reference » Flags » complex_numbers","id":"141","title":"complex_numbers"},"142":{"body":"This group of flags modifies how the compiler and generator optimize the figure.","breadcrumbs":"GeoScript reference » Flags » optimizations","id":"142","title":"optimizations"},"143":{"body":"All of the theoretical foundation of Geo-AID is described here: https://www.overleaf.com/read/nnjqztpynydm#156b73","breadcrumbs":"Math behind Geo-AID » Math behind Geo-AID","id":"143","title":"Math behind Geo-AID"},"15":{"body":"A human-readable format, pure text . Contains descriptions of the positions of each object in the figure.","breadcrumbs":"Formats » Plaintext","id":"15","title":"Plaintext"},"16":{"body":"You can import Geogebra (*.ggb) output directly in GeoGebra by either choosing \"load\" from the menu in the app or simply by dragging the file onto the tool. This format has not been extensively tested and you may encounter bugs. If you do, please report them.","breadcrumbs":"Formats » GeoGebra","id":"16","title":"GeoGebra"},"17":{"body":"","breadcrumbs":"GeoScript reference » GeoScript reference","id":"17","title":"GeoScript reference"},"18":{"body":"This chapter describes the syntax of GeoScript. The notation used is the same as defined in The Rust Reference . Geo-AID expects utf8 encoded files. All whitespaces are ignored beyond distinguishing separate tokens. The basis is the Figure .","breadcrumbs":"GeoScript reference » Syntax » Syntax","id":"18","title":"Syntax"},"19":{"body":"Syntax Properties : [ Property (; Property )* ] Property : NAMED_IDENT = PropertyValue PropertyValue : NUMBER | IDENT | STRING | RawString RawString : ! STRING","breadcrumbs":"GeoScript reference » Syntax » Properties » Properties","id":"19","title":"Properties"},"2":{"body":"","breadcrumbs":"Beginner guide » Getting started » Getting started","id":"2","title":"Getting started"},"20":{"body":"","breadcrumbs":"GeoScript reference » Syntax » Properties » Property values","id":"20","title":"Property values"},"21":{"body":"Boolean properties represent true or false for certain properties. A true value can be represented as the following: 1, true, enabled, on, \"true\", \"enabled\", \"on\" A false value can be represented like this: 0, false, disabled, off, \"false\", \"disabled\", \"off\" NOTE : Cannot be represented by a raw string. NOTE : In case of boolean values, parsing of identifiers and strings is case-insensitive.","breadcrumbs":"GeoScript reference » Syntax » Properties » bool","id":"21","title":"bool"},"22":{"body":"Number values accept positive integers and floats. They cannot be expressed by idents or strings. Used for weights.","breadcrumbs":"GeoScript reference » Syntax » Properties » number","id":"22","title":"number"},"23":{"body":"Style properties tell Geo-AID how to display a given line or a circle. Available options are: SOLID, DASHED, BOLD, and DOTTED. They can be represented using identifiers or non-raw strings. When parsed, case is ignored.","breadcrumbs":"GeoScript reference » Syntax » Properties » Style","id":"23","title":"Style"},"24":{"body":"This property is most commonly seen alongside lines constructed from points. This tells Geo-AID whether to display the line as a LINE, a RAY, or a SEGMENT.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"24","title":"LineType"},"25":{"body":"MathString properties usually represent label contents. MathStrings are used to write normal text while also allowing lower indices and a restricted set of mathematical characters, like greek letters. Parsing Identifiers If the identifier is a single character or a character code representing a letter (character codes explained below), a number of primes (also explained below), and a _ followed by digits, it can be parsed as a MathString containing only that character. Examples: A\nB_12\nC'\nD''_456 Raw strings Raw strings are parsed as a set of ASCII characters without any additional processing. Useful for injecting LaTeX into point labels, should it be necessary. Examples: !\"\\mathbb{X}^\\prime\"\n!\"Hello, World!\"\n!\"_{}}}Everything is literal}\" Strings Strings are parsed like raw strings with a few important exceptions: Single quotes (') are parsed as primes; Everything directly after a _, until, but not including, a space, is parsed as being in lower index; Lower index cannot be used inside a lower index; Longer text with spaces can be put inside a lower index if delimited by braces ({}); Text inside brackets ([]) is parsed as a character code and outputs a special character with that code; \\\\ before a character inserts that character regardless of the above rules (it does not, however, enable using \" in a string. You can use [quote] for that purpose). Examples: \"A\"\n\"B_12\"\n\"C'_{Hello, World!}\"\n\"[Alpha] [quote]label [alpha][quote]\" Character codes Character codes are used to represent special characters. Currently, Geo-AID only supports greek letters - in form of the names of those letters, where the case of the first letter decides the case of the output letter - and quotes (\"), written as qoute. Primes Primes, in MathStrings, are ticks often seen beside points. They are often used to represent a point after certain transformations, like symmetry or rotation (looks like A'). In MathStrings, all non-escaped (\\\\) single quotes (') are treated as those.","breadcrumbs":"GeoScript reference » Syntax » Properties » MathString","id":"25","title":"MathString"},"26":{"body":"LineType describes whether a line should be displayed as a continuous line, a ray or a segment. This property is allowed in a few functions. Possible values are: LINE, RAY, SEGMENT. The default depends on the context.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"26","title":"LineType"},"27":{"body":"Syntax Expression : ImplicitIterator only if iter = true | SimpleExpression | Expression BinOp Expression ; BinOp : + | - | * | / SimpleExpression : -? SimpleExpressionKind (^ Exponent )? Properties ? SimpleExpressionKind : NAMES | NUMBER | ExplicitIterator | PointCollectionConstructor UnOp : - Exponentiation : SimpleExpressionKind ^ -? Exponent Exponent : INTEGER ( INTEGER / INTEGER ) PointCollectionConstructor : & ( Expression (, Expression )* ) Expressions represent all values in GeoScript. A simple example of an expression is a variable reference with the variable's value or a number literal. After most expressions display options can be given, modifying how the expression affects the final figure visually.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Expressions","id":"27","title":"Expressions"},"28":{"body":"Names can also be used as expressions. See here for more details.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Names","id":"28","title":"Names"},"29":{"body":"Binary operators all have the standard mathematical operation order. Unary operators always precede binary operators and implicit iterators always precede all operators. You can define your own order with parenthesis. Currently, Geo-AID supports only addition, subtraction, multiplication and division as binary operators and negation as unary. Weight in binary operations is applied to both of their operands. In unary operations, it is directly applied to their single operand.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Operators","id":"29","title":"Operators"},"3":{"body":"Before you start using Geo-AID, you'll need to install it. Unfortunately, it does not come in the form of precompiled binaries, and you'll need some other tools to build it. First, install Rust and Cargo . Once you're done, there are two ways of setting up Geo-AID: The first way is to simply use the cargo install method: cargo install geo-aid This has the advantage of installing Geo-AID globally, so that you can run it from anywhere. It will take care of all dependencies for you. Building may take some time, but once it's done, it's done for good (unless you'll want to update it). The second way is to clone/download the GitHub repository ( remember to get the last vX.X version) and build Geo-AID yourself. In this, case, you will also need the geo_aid_derive source. To download the repos, you'll need to download the .zip file and unpack it somewhere. If you want to clone it (recommended), you'll need git . The clone way is shown below mkdir geo-aid\ncd geo-aid\ngit clone https://github.com/DragonGamesStudios/Geo-AID.git\ngit clone https://github.com/DragonGamesStudios/geo_aid_derive.git\ncd Geo-AID\ngit checkout v0.2 It's important that if you compile from source, you should preserve this file structure: | some_folder: | geo-aid | geo_aid_derive Then, either build it with cargo build --release and use the produced executable or run it with cargo run --release -- . Run the program with the --version flag to check if it works properly. You can also run geo-aid --help (replace geo-aid with cargo run --release -- if using the second way) if you want to see how to use the tool CLI (you can also check the CLI reference ). The rest of this book will assume you have the command globally available (as if it was installed).","breadcrumbs":"Beginner guide » Getting started » Installation","id":"3","title":"Installation"},"30":{"body":"Exponentiation takes precedence over every other operator, including negation. It can be written as base^exp, where base is the raised expression and exp is the exponent, either a literal integer or a fraction in the form (nom / denom) with nom and denom being integers and denom being nonzero. The exponent can also be negated by including a - in front of it (in case of fraction exponents, before the parenthesis). When raising a value to a power, its unit is also raised. Weights, like other properties are passed on to raised expressions.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Exponentiation","id":"30","title":"Exponentiation"},"31":{"body":"Expressions can also be used to construct point collections out of other expressions with &(A, B, ...) syntax. All expressions inside must be convertible to points. Weights on point collections are treated as though they were applied to each of the collected points.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Point Collections","id":"31","title":"Point Collections"},"32":{"body":"Syntax Figure : Statement * Statement : FlagStatement | LetStatement | RuleStatement | RefStatement | ; A Figure describes how a figure should be generated in terms of generator flags, variable definitions and rules.","breadcrumbs":"GeoScript reference » Syntax » Figure » Figure","id":"32","title":"Figure"},"33":{"body":"Syntax FlagStatement : FlagName FlagValue FlagName : @ NAMED_IDENT (. NAMED_IDENT )* : FlagValue : NAMED_IDENT | FlagSet | NUMBER FlagSet : { FlagStatement * } Flags modify the behavior of Geo-AID's generator. They have default values, though some of them need to be explicitly specified to enable certain features (e.g. distance_literals). A flag statement composes of the flag's name and its value. Each flag has a predefined type and will only accept values of that type. Identifier flags accept identifiers in general, though usually only a subset of identifiers is valid, representing certain behavior options. Boolean flags are used to enable or disable certain features/modifications to the standard behavior. They accept 1, true, enabled and yes as a true value and 0, false, disabled and no as a false value. Number flags may accept floats or integers, depending on the flag. Flag sets are special flags that categorize other flags. If you want to modify multiple flags of the same category, simply set the value of the parent set flag to a flag set with the respective statements. Flag statements also accept a syntatic sugar for flag indexing. Instead of writing @optimizations { @identical_expressions: false\n} You can simply write @optimizations.identical_expressions: false","breadcrumbs":"GeoScript reference » Syntax » Flags » Flags","id":"33","title":"Flags"},"34":{"body":"Lexer IDENT : NAMED_IDENT | POINT_COLLECTION NAMED_IDENT : Start Continue* POINT_COLLECTION : (Point '*)+ Where Start is any unicode character with the Alphabetic property or an underscore (_) character, Continue is Start or a tick (') character and Point is any unicode character with the Uppercase property. Identifiers mostly represent variables, though they may also serve as a rule operator, a function, a value for a display property or a flag value. See also: names . Point collections are a special kind of identifiers. They essentially represent a sequence of variables, each being a point.","breadcrumbs":"GeoScript reference » Syntax » Identifiers » Identifiers","id":"34","title":"Identifiers"},"35":{"body":"Syntax ImplicitIterator : Expression (, Expression )+ ExplicitIterator : $ INTEGER ( Expression (, Expression )* ) Iterators can be used in let statements and rules on both sides. A sequence of expressions separated by a comma is called an implicit iterator . Using these, multiple lines of a script can be collapsed into a single one. For example: let A, B, C = Point(); AB = AC, BC; Iterators are expanded into multiple rules/statement by simply iterating over the given sequence. Implicit iterators take precedence over any arithmetic operators. Here's a few examples: AB, BC = CD, EF; # Becomes\nAB = CD;\nBC = EF; AB < XY + YZ, OI; # Becomes.\nAB < XY + YZ;\nAB < XY + OI; whereas AB < (XY + YZ), OI; # Becomes AB < XY + YZ;\nAB < OI; To use implicit iterators inside a function call, simply put parentheses around them: intersection(AB, (KL, XY)) Another type of iterator is an explicit iterator . These are written in the following way: AB = $1(AC, BC); The above example is equivalent to just writing AB = AC, BC; The number after the dollar sign is the id of the iterator. If only a single id is used, they function just like implicit iterators. However, when using multiple different ids, more complicated results can be achieved: $1(AB, CD) < $2(XY, YZ); # Becomes\nAB < XY;\nCD < XY;\nAB < YZ;\nCD < YZ; Explicit iterators can also be nested, allowing for even more complicated rules. For example: $1(AB, BC) > $1(x, $2(a, b)), $3(9, 4, 3); # Becomes\nAB > x;\nBC > a;\nBC > b;\nAB > 9;\nAB > 4;\nAB > 3;\nBC > 9;\nBC > 4;\nBC > 3; Iterators have a few rules. Not obeying them causes compilation errors. All implicit iterators have an id of 0; All iterators of the same id must have the same length; The left hand side of let statements only accept implicit iterators; The right hand side of let statements accepts at most one level of iteration; The right hand side of a let statement may only contain iterators, if so does the left side; All iterators must have at least two variants; An iterator with id x must not contain another iterator with id x; Iterator length must not exceed 255; Iterator id must be an integer;","breadcrumbs":"GeoScript reference » Syntax » Iterators » Iterators","id":"35","title":"Iterators"},"36":{"body":"Syntax Name : IDENT | ExprCall | FieldIndex | ( Expression ) ExprCall : Name ( ( Expression (, Expression )*)? )\\","breadcrumbs":"GeoScript reference » Syntax » Names » Names","id":"36","title":"Names"},"37":{"body":"Names can be interpreted in two ways: as values or as function references. When used as values, identifiers denote variable accesses, field indices represent accessing certain fields of values, parenthesised expressions represent the contained expressions and function calls are rather self-explanatory. When used as function references, idents represent global functions, field accesses represent methods and parenthesised expressions, like function calls, are not allowed.","breadcrumbs":"GeoScript reference » Syntax » Names » Interpreting names","id":"37","title":"Interpreting names"},"38":{"body":"Identifiers denote variables created with let statements. When given weight to a named identifier, it will affect the weighing of the definition after expansion (the definition itself won't be affected). When a weight is given to a point collection, it will act as though it was given to each of the referenced points. Note, however, that since point collections are simply abstractions, there is no guarantee that each point of the collection will be used. It the vast majority of cases that can however be guaranteed.","breadcrumbs":"GeoScript reference » Syntax » Names » Variables","id":"38","title":"Variables"},"39":{"body":"Different types have different fields. You should seek specifics in the documentations of respective types. A field index has the following form: name . field. The name is expected to be a value. Weights on field accesses are treated like on variables.","breadcrumbs":"GeoScript reference » Syntax » Names » Fields","id":"39","title":"Fields"},"4":{"body":"In order to use Geo-AID, we have to tell it exactly what we want. We can do this with a script file. Geo-AID uses a special language called GeoScript that lets us give specific instructions. Create the following file with a name of your choice, say figure.geo: let A = Point();\nlet B = Point();\nlet C = Point(); AB = AC;\nAB = BC; and run it with the following command: geo-aid figure.geo After a short wait a new file figure.svg should show up. Open it in any SVG previewer (could even be your browser) and gaze at your first figure in awe: Ok, but what exactly happened here? Let's take a closer look at the script we've just given to Geo-AID: First, we have the three let statements. These statements are used to create variables. In our case, these variables are points created with the Point() function. You can also add special display properties to the variable definitions to change how they are rendered. For example, if you change the first line to the following: let A [label = G] = Point(); you should get something like this: You can find out more about the display system here . After the variable definitions, we have the two lines: AB = AC;\nAB = BC; These are called rule statements. They represent a relationship between the left hand side and the right hand side. In this case, the relationship is the equality of lengths AB, BC and AC. It's worth noting that the equality sign represents a rule , not a definition or a redefinition . GeoScript is a description language, not a programming one. Geo-AID takes these requirements and attempts to create a figure that meets them. let statements and rules can be sometimes combined by adding rules after the left hand side of a let statement. For example: # This is a comment\nlet A = Point();\nlet B = Point();\nlet C = Point();\nlet r = dst(BC) < AB; let omega = Circle(A, r); Here, r is set to the distance BC and said to be smaller than AB.","breadcrumbs":"Beginner guide » Getting started » Your first figure","id":"4","title":"Your first figure"},"40":{"body":"The call syntax, name(arg1, arg2, ...) can be used to call functions with specified parameters. Functions, beyond being constructive expressions, can modify the visual output of the figure, e.g. add a line/ray. This behavior can be usually modified using display options. Some functions accept parameter groups, allowing infinite number of parameters. All functions return a single value. Implicit iterators cannot be used in function parameters, unless surrounded by parentheses. The name of the function must be a function reference. If it's an ident, it's treated as a global function. If it's a field index, the function is treated like a method. Methods are special functions defined on types. They use that type as their first parameter, and are generally associated to that type. For specific examples, look at type documentations. Function names are case-insensitive and ignore underscores. This means that functions perpendicular_through, perpendicularthrough, PERPendicularthrougH and P_erpendic_ular___Through_ are the same function. Weights given to function calls affect the parameters and the expression generated by the function.","breadcrumbs":"GeoScript reference » Syntax » Names » Functions","id":"40","title":"Functions"},"41":{"body":"Putting expressions in parentheses allows for modifying the order of operations or allowing the use of explicit iterators in contexts, where it wouldn't be normally possible. They also allow using complex expressions as names. Weights applied to parenthesised expressions are applied to their contained expressions. Note, that sometimes applied weight to parenthesised expressions is the only way to apply weight to the entire expression (for example: binary operations).","breadcrumbs":"GeoScript reference » Syntax » Names » Parentheses","id":"41","title":"Parentheses"},"42":{"body":"Lexer NUMBER : INTEGER | FLOAT INTEGER : Digit+ FLOAT : INTEGER . Digit* Where Digit is an ASCII digit (0-9). Either integers or decimals.","breadcrumbs":"GeoScript reference » Syntax » Numbers » Numbers","id":"42","title":"Numbers"},"43":{"body":"Syntax Properties : [ Property (; Property )* ] Property : NAMED_IDENT = PropertyValue PropertyValue : NUMBER | IDENT | STRING | RawString RawString : ! STRING","breadcrumbs":"GeoScript reference » Syntax » Properties » Properties","id":"43","title":"Properties"},"44":{"body":"","breadcrumbs":"GeoScript reference » Syntax » Properties » Property values","id":"44","title":"Property values"},"45":{"body":"Boolean properties represent true or false for certain properties. A true value can be represented as the following: 1, true, enabled, on, \"true\", \"enabled\", \"on\" A false value can be represented like this: 0, false, disabled, off, \"false\", \"disabled\", \"off\" NOTE : Cannot be represented by a raw string. NOTE : In case of boolean values, parsing of identifiers and strings is case-insensitive.","breadcrumbs":"GeoScript reference » Syntax » Properties » bool","id":"45","title":"bool"},"46":{"body":"Number values accept positive integers and floats. They cannot be expressed by idents or strings. Used for weights.","breadcrumbs":"GeoScript reference » Syntax » Properties » number","id":"46","title":"number"},"47":{"body":"Style properties tell Geo-AID how to display a given line or a circle. Available options are: SOLID, DASHED, BOLD, and DOTTED. They can be represented using identifiers or non-raw strings. When parsed, case is ignored.","breadcrumbs":"GeoScript reference » Syntax » Properties » Style","id":"47","title":"Style"},"48":{"body":"This property is most commonly seen alongside lines constructed from points. This tells Geo-AID whether to display the line as a LINE, a RAY, or a SEGMENT.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"48","title":"LineType"},"49":{"body":"MathString properties usually represent label contents. MathStrings are used to write normal text while also allowing lower indices and a restricted set of mathematical characters, like greek letters. Parsing Identifiers If the identifier is a single character or a character code representing a letter (character codes explained below), a number of primes (also explained below), and a _ followed by digits, it can be parsed as a MathString containing only that character. Examples: A\nB_12\nC'\nD''_456 Raw strings Raw strings are parsed as a set of ASCII characters without any additional processing. Useful for injecting LaTeX into point labels, should it be necessary. Examples: !\"\\mathbb{X}^\\prime\"\n!\"Hello, World!\"\n!\"_{}}}Everything is literal}\" Strings Strings are parsed like raw strings with a few important exceptions: Single quotes (') are parsed as primes; Everything directly after a _, until, but not including, a space, is parsed as being in lower index; Lower index cannot be used inside a lower index; Longer text with spaces can be put inside a lower index if delimited by braces ({}); Text inside brackets ([]) is parsed as a character code and outputs a special character with that code; \\\\ before a character inserts that character regardless of the above rules (it does not, however, enable using \" in a string. You can use [quote] for that purpose). Examples: \"A\"\n\"B_12\"\n\"C'_{Hello, World!}\"\n\"[Alpha] [quote]label [alpha][quote]\" Character codes Character codes are used to represent special characters. Currently, Geo-AID only supports greek letters - in form of the names of those letters, where the case of the first letter decides the case of the output letter - and quotes (\"), written as qoute. Primes Primes, in MathStrings, are ticks often seen beside points. They are often used to represent a point after certain transformations, like symmetry or rotation (looks like A'). In MathStrings, all non-escaped (\\\\) single quotes (') are treated as those.","breadcrumbs":"GeoScript reference » Syntax » Properties » MathString","id":"49","title":"MathString"},"5":{"body":"Geo-AID mostly operates on expressions. They are variable definitions and both sides of rules. Expressions can be mathematical operations, function calls, lines, distances and literals. All expressions produce values of certain types. Primary examples of these types are points, lines, circles and numbers. They're what the generator operates on and what everything is ultimately compiled into. Everything else is just an abstraction over these primitives. Additionally, numbers can have units. Performing addition or subtraction on numbers with incompatible units is an error. Point collections are sequences of point letters, like AB, ABC, GFED, X, A'V. For a name to be collectable, it has to be a single, uppercase letter with an arbitrary number of ticks (') following it, that represents a point. Point collections can also be constructed using &(...) syntax. You can use them on the left-hand side of let statements to unpack the rhs expression onto a point collection. Note, however, that not all types have that option. let ABC = &(intersection(XY, GH), mid(G, H), intersection(TU, KL)); Other than that, there are other types, like, for example, Segment. These are used for more specific purposes.","breadcrumbs":"Beginner guide » Getting started » Expressions","id":"5","title":"Expressions"},"50":{"body":"LineType describes whether a line should be displayed as a continuous line, a ray or a segment. This property is allowed in a few functions. Possible values are: LINE, RAY, SEGMENT. The default depends on the context.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"50","title":"LineType"},"51":{"body":"Syntax RefStatement : Properties ? Expression ; Ref statements can be used to display expressions without any side effects.","breadcrumbs":"GeoScript reference » Syntax » Ref statements » Ref statements","id":"51","title":"Ref statements"},"52":{"body":"If provided a non-zero weight property, a ref statement generates a bias rule . Bias rules are rules that are always true. They can be used to artificially make certain adjustables more stable. Beyond that, any display properties defined on them are treated like properties of the ref-ed expression.","breadcrumbs":"GeoScript reference » Syntax » Ref statements » Properties of refs","id":"52","title":"Properties of refs"},"53":{"body":"Syntax RuleStatement : Properties Expression ( RuleOp Expression )* ; RuleOp : < | <= | = | >= | > | IDENT | ! RuleOp Rules are the basic building blocks of a figure. They define relationships between figure objects. Geo-AID attempts to generate a figure that obeys them as good as it can. Rules tie two expressions (left and right hand side) with a relationship, otherwise known as the rule operator. Currently supported rule operators are all comparison operators. When given an identifier, a proper defined rule operator is looked up and compiled accordingly. Rules can also be inverted with an exclamation mark in front of the operator. Rules can be chained like so: 2 < a < 3; The above is equivalent to 2 < a;\na < 3; Weights on non-ident rules are assigned to them directly and end up being used directly in the generation process. Weights on ident rules are treated differently depending on the rule. You should seek documentation on them in docs for respective operators. Rule operators are case-insensitive and ignore underscores. This means that rules lies_on, lieson, LIEsoN and L_ie_s___On are the same rule.","breadcrumbs":"GeoScript reference » Syntax » Rules » Rules","id":"53","title":"Rules"},"54":{"body":"Syntax LetStatement : let VariableDefinition (, VariableDefinition )* = Expression ( RuleOp Expression )? ; VariableDefinition : IDENT Properties ? A let statement creates variables given on the left hand side. The lhs of the statement can contain multiple variables. In that, case if the rhs has no iteration, all variables will be set to the given definition (no the same value, though). If there is one level of iteration, all variables will get their respective definition. More levels of iteration are not allowed. The rhs expression of the statement can either become the variable's definition or it can be unpacked onto a point collection. Point collection variables are invalid. A point collection may be used on the right hand side only if the identifier on the left is a point collection. After each variable name there can be given properties that are later applied to the defining expression(s). The let statement also accepts a single rule after its right hand side. It behaves as if the lhs was a sequence of variable accesses in a 0-id iterator.","breadcrumbs":"GeoScript reference » Syntax » Variables » Variables","id":"54","title":"Variables"},"55":{"body":"","breadcrumbs":"GeoScript reference » Types » Types","id":"55","title":"Types"},"56":{"body":"A number is a simple complex value with a unit - a unit is a product of integer powers of simple units. The simple units are: Distance Angle Unknown-unit numbers (usually literals) can be converted into a number with a distance unit. Any number, whose unit cannot be determined, is assumed to be unit-less. Numbers in this reference are denoted as Number(). A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. Any variable defined with an unknown-unit number is assumed to be unit-less. When performing multiplication/division over a number with a unit and a number with an unknown unit, the latter is automatically converted into a unit-less number. Note: A literal will never be coerced to an angle, since that would introduce uncertainty whether it should be treated as given in radians or degrees. Instead, look for their respective functions. Methods acos() for no unit Return type : Number (angle) Returns : Arccosine of this number. acot() (alias actg) for no unit Return type : Number (angle) Returns : Arccotangent of this number. acsc() for no unit Return type : Number (angle) Returns : Arccosecant of this number. asec() for no unit Return type : Number (angle) Returns : Arcsecant of this number. asin() for no unit Return type : Number (angle) Returns : Arcsine of this number. atan() (alias atg) for no unit Return type : Number (angle) Returns : Arctangent of this number. conjugate() for any unit Return type : Number (same unit) Returns : the conjugate of this number. cos() for angle Return type : Number (no unit) Returns : Cosine of this angle. cot() (alias ctg) for angle Return type : Number (no unit) Returns : Cotangent of this angle. csc() for angle Return type : Number (no unit) Returns : Cossecant of this angle. degrees() (alias deg) if the number is unitless. Return type : Number (angle) Returns : Angle value with measurement equal to this number in degrees. degrees() (alias deg) if the number is an angle. Return type : Number (no unit) Returns : The measurement of this angle in degrees. imaginary() (alias im) for any unit Return type : Number (same unit) Returns : The imaginary part of this number. radians() (alias rad) if the number is unitless. Return type : Number (angle) Returns : Angle value with measurement equal to this number in radians. radians() (alias rad) if the number is an angle. Return type : Number (no unit) Returns : The measurement of this angle in radians. real() (alias re) for any unit Return type : Number (same unit) Returns : The real part of this number. sec() for angle Return type : Number (no unit) Returns : Secant of this angle. sin() for angle Return type : Number (no unit) Returns : Sine of this angle. tan() (alias tg) for angle Return type : Number (no unit) Returns : Tangent of this angle. to_point() for distances Return type : Point Returns : this number as a point.","breadcrumbs":"GeoScript reference » Types » Number","id":"56","title":"Number"},"57":{"body":"A point is defined as a point on a Euclidean plane. Denoted as Point. Points have two methods: x and y, returning the respective coordinate values. A point collection of length one is always automatically converted into a point. Methods to_complex() Return type : Number (distance) Returns : This point as a number.","breadcrumbs":"GeoScript reference » Types » Point","id":"57","title":"Point"},"58":{"body":"A circle is given a center and a radius. It is a set of points with the distance to its center equal to its radius. Denoted as Circle. Methods center() Return type : Point Returns : the circle's center. radius() Return type : Number (distance) Returns : the circle's radius.","breadcrumbs":"GeoScript reference » Types » Circle","id":"58","title":"Circle"},"59":{"body":"A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. A line is a line in Euclidean sense. Denoted as Line.","breadcrumbs":"GeoScript reference » Types » Line","id":"59","title":"Line"},"6":{"body":"Geo-AID is capable of performing some implicit conversions: Unknown-unit numbers (usually literals) can be converted into a number with a distance unit. A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. A point collection of length one is always automatically converted into a point. When performing multiplication/division over a number with a unit and a number with an unknown unit, the latter is automatically converted into a unitless number Any variable defined with an unknown-unit number is assumed to be unit-less.","breadcrumbs":"Beginner guide » Getting started » Implicit conversions","id":"6","title":"Implicit conversions"},"60":{"body":"Point collections are simply ordered collections of points. It is never a separate entity, only an abstraction over a set of points. Denoted as -P. If is given as 0, it means a collection of any length. Most functions that accept points as arguments, also accept point collections. Methods area() if the collection has length of at least 3. Return type : Number (distance^2) Returns : The area of the polygon. signedarea() if the collection has length of at least 3. Return type : Number (distance^2) Returns : The signed area of the polygon, where the sign depends on the clockwiseness of the points given. circumcircle() if the collection has length of 3. Return type : Circle Returns : The circle circumscribed on the three points. circumcenter() (alias circumcentre) if the collection has length of 3. Return type : Point Returns : The center of the circle circumscribed on the three points. dst() (alias len) if the collection has length of 2. Return type : Number (distance) Returns : the distance between the two points. excircle if the collection has length of 3 Return type : Circle Returns : the circle excribed to the points given, with the center on the bisector of angle ABC. incircle() if the collection has length of 3. Return type : Circle Returns : The circle inscribed in the three points. Returns : the distance between the two points. incenter() (alias incentre) if the collection has length of 3. Return type : Point Returns : The cetner of the circle inscribed in the three points. mid() for any length. Return type : Point Returns : The arithmetic average of the points included in the collection (coordinates-wise). orthocenter() (alias orthocentre) if the collection has length of 3. Return type : Point Returns : The intersection of the triangle's altitudes. vector() (alias vec) if the collection has length of 2. Return type : Number (distance) Returns : The vector from the first point to the second point.","breadcrumbs":"GeoScript reference » Types » Point collections","id":"60","title":"Point collections"},"61":{"body":"Any two points can be connected with a Segment. Methods len() Return type : Number (distance) Returns : the distance AB. Displays : exactly what dst displays, except that the draw_segment property is false by default.","breadcrumbs":"GeoScript reference » Types » Segment","id":"61","title":"Segment"},"62":{"body":"Represents a plane transformation. Currently only similarities are supported. Methods compose(other: TransformType) Return type : TransformType Returns : The composition of this transform and the other transform (the other is performed first). transform(object: Any) (alias t) Return type : Depends on the transformation. Returns : The transformed object. If the transformation doesn't support a type, an error will be raised.","breadcrumbs":"GeoScript reference » Types » TransformType","id":"62","title":"TransformType"},"63":{"body":"Standard arithmetic operations - addition (+), subtraction (-), multiplication (*) and division (/) are only allowed between numbers. Addition and subtraction must only be performed between numbers of the same unit, whereas multiplication and division can be done with any two numbers. The resulting unit will simply be a product of the operation. Beyond that, negation with the - operator can be performed on any number.","breadcrumbs":"GeoScript reference » Operators » Operators","id":"63","title":"Operators"},"64":{"body":"Here are listed all of GeoScript's functions. Note that, the names are case-insensitive and ignore underscores. This means that functions perpendicular_through, perpendicularthrough, PERPendicularthrougH and P_erpendic_ular___Through_ are the same function. Overloads are listed in the order they are checked.","breadcrumbs":"GeoScript reference » Functions » Functions","id":"64","title":"Functions"},"65":{"body":"acos(v: Number (no unit)) Return type : Number (angle) Returns : Arccosine of this value.","breadcrumbs":"GeoScript reference » Functions » acos","id":"65","title":"acos"},"66":{"body":"acot(v: Number (no unit)) Return type : Number (angle) Returns : Arccotangent of this value.","breadcrumbs":"GeoScript reference » Functions » acot (alias actg)","id":"66","title":"acot (alias actg)"},"67":{"body":"acsc(v: Number (no unit)) Return type : Number (angle) Returns : Arccosecant of this value.","breadcrumbs":"GeoScript reference » Functions » acsc","id":"67","title":"acsc"},"68":{"body":"angle(ABC: 3-P) angle(A: Point, B: Point, C: Point) Return type : Number (angle) Returns : measurement of the angle ABC Displays : the angle's arms. The function accepts additional properties in the form of: struct Angle { display_arms: bool, // Default: true, arms_type: LineType, // Default: SEGMENT\n} display_arms decides whether the arms should be displayed and arms_type decides whether they should be segments, rays or lines. The assumed order for rays is B -> A and B -> C; angle(k: Line, l: Line) Return type : Number (angle) Returns : measurement of the angle between k and l. Which angle, depends on the order of the lines. For predictable outcome, the point versions are strongly recommended.","breadcrumbs":"GeoScript reference » Functions » angle","id":"68","title":"angle"},"69":{"body":"area(A (Point), B (Point), C (Point), ...) area(ABC... (Point collection)) Works for 3 or more points. Return type : Number (distance^2) Returns : the area of the given polygon.","breadcrumbs":"GeoScript reference » Functions » area","id":"69","title":"area"},"7":{"body":"Many figures feature multiple points and defining each one with a separate let statement can feel very verbose. To help that, GeoScript has a powerful iterator system. Iterators can be used in let statements and rules on both sides. A sequence of expressions separated by a comma is called an implicit iterator . Using these, we can collapse multiple lines of a script into a single one. For example, our first figure script becomes the following: let A, B, C = Point(); AB = AC, BC; Iterators are expanded into multiple rules/statement by simply iterating over the given sequence. Note that implicit iterators take precedence over binary arithmetic operators. Here's a few examples: AB, BC = CD, EF; # Becomes\nAB = CD;\nBC = EF; AB < XY + YZ, OI; # Becomes.\nAB < XY + YZ;\nAB < XY + OI; whereas AB < (XY + YZ), OI; # Becomes AB < XY + YZ;\nAB < OI; To use implicit iterators inside a function call, simply put parentheses around them: intersection(AB, (KL, XY)) Another type of iterator is an explicit iterator . These are written in the following way: AB = $1(AC, BC); The above example is equivalent to just writing AB = AC, BC; The number after the dollar sign is the id of the iterator. If you're using a single id, they function just like implicit iterators. However, when using multiple different ids, you can get some interesting results: $1(AB, CD) < $2(XY, YZ); # Becomes\nAB < XY;\nCD < XY;\nAB < YZ;\nCD < YZ; Explicit iterators can also be nested, allowing for even more complicated rules. For example: $1(AB, BC) > $1(x, $2(a, b)), $3(9, 4, 3); # Becomes\nAB > x;\nBC > a;\nBC > b;\nAB > 9;\nAB > 4;\nAB > 3;\nBC > 9;\nBC > 4;\nBC > 3; There are a few important things to remember about iterators: All implicit iterators have an id of 0; All iterators of the same id must have the same length; The left hand side of let statements only accept implicit iterators; The right hand side of let statements accepts at most one level of iteration; The right hand side of a let statement may only contain iterators, if so does the left side; All iterators must have at least two variants; An iterator with id x must not contain another iterator with id x; Iterator length must not exceed 255; Iterator id must be an integer; Exact rules regarding the iterators can be found here .","breadcrumbs":"Beginner guide » Getting started » Shortening the code with iterators","id":"7","title":"Shortening the code with iterators"},"70":{"body":"asec(v: Number (no unit)) Return type : Number (angle) Returns : Arcsecant of this value.","breadcrumbs":"GeoScript reference » Functions » asec","id":"70","title":"asec"},"71":{"body":"asin(v: Number (no unit)) Return type : Number (angle) Returns : Arcsine of this value.","breadcrumbs":"GeoScript reference » Functions » asin","id":"71","title":"asin"},"72":{"body":"atan(v: Number (no unit)) Return type : Number (angle) Returns : Arctangent of this value.","breadcrumbs":"GeoScript reference » Functions » atan (alias atg)","id":"72","title":"atan (alias atg)"},"73":{"body":"bisector(AB: 2-P) bisector(A: Point, B: Point) Return type : Line Returns : a bisector of the segment AB - a perpendicular line passing through its center. bisector(ABC: 3-P) bisector(A: Point, B: Point, C: Point) Return type : Line Returns : a bisector of the angle ABC - a line between lines AB and BC, where each point is in the same distance from both of these lines. Displays : the angle's arms. The function accepts additional properties in the form of: struct Bisector { display_arms: bool, // Default: true, arms_type: LineType, // Default: SEGMENT\n} display_arms decides whether the arms should be displayed and arms_type decides whether they should be segments, rays or lines. The assumed order for rays is B -> A and B -> C; angle(k: Line, l: Line)","breadcrumbs":"GeoScript reference » Functions » bisector","id":"73","title":"bisector"},"74":{"body":"center(circle: Circle) **Return type: Point","breadcrumbs":"GeoScript reference » Functions » center (alias centre)","id":"74","title":"center (alias centre)"},"75":{"body":"circle(center: Point, radius: Number (distance)) circle(radius: Number (distance), center: Point) Return type : Circle Returns : a circle with the given center and radius. circle() Return type : Circle Returns : a circle with an adjusted (free point) center and an adjusted (free real) radius.","breadcrumbs":"GeoScript reference » Functions » circle","id":"75","title":"circle"},"76":{"body":"circumcircle(a: Point, b: Point, c: Point) circumcircle(abc: 3-P) Return type : Circle Returns : the circle circumscribed on the three points given.","breadcrumbs":"GeoScript reference » Functions » circumcircle","id":"76","title":"circumcircle"},"77":{"body":"circumcenter(a: Point, b: Point, c: Point) icircumcenter(abc: 3-P) Return type : Point Returns : the cetner of the circle circumscribed on the three points given.","breadcrumbs":"GeoScript reference » Functions » circumcenter","id":"77","title":"circumcenter"},"78":{"body":"conjugate(v: Number (any unit)) Return type : Number (the same unit) Returns : The conjugate of this number.","breadcrumbs":"GeoScript reference » Functions » conjugate","id":"78","title":"conjugate"},"79":{"body":"convex(n: Number (literal, no unit)) Only works with a number literal. Return type : PC-n Returns : A convex polygon with n sides.","breadcrumbs":"GeoScript reference » Functions » convex (alias convexpolygon, convexpoly)","id":"79","title":"convex (alias convexpolygon, convexpoly)"},"8":{"body":"Sometimes you will stumble on a figure that is quite challenging to draw, even for Geo-AID. In these cases, it's worth knowing a few tricks to guide Geo-AID through them. When Geo-AID generates a figure, it does so with a certain amount of samples, over multiple cycles, until a certain condition (currently: average quality delta over the last x cycles goes below a certain value) is met. That's a lot of different generation parameters and all of them are modifiable. Sample count (-s or --samples option, 512 by default) By modifying this parameter, you change how many different versions of a generation cycle are created. The higher the value, the more likely Geo-AID is to find the right spot for every point. It will, however, take more time, and it might make certain flaws of Geo-AID's generation more visible. Generation break average delta threshold (-d option, 0.0001 by default) Lowering this makes Geo-AID go on with generation for a little longer, essentially postponing the moment it decides it won't really get much better. Count of last records used in calculating the average delta (-m option, 128 by default) Increasing this makes Geo-AID take more of the last cycles into consideration when deciding whether to stop. Generation engine (-e or --engine, glide by default) By default, Geo-AID uses glide as its optimization engine as it should generally perform better than rage. It might, however, be worth a try to switch the engine. Maximum adjustment per generation cycle (-a option, 0.5 by default) This modifies how much can a single point/number be changed when adjusting for another cycle. Keep in mind that this is only a base for calculations. In reality, the amount of adjustment allowed depends on the given point's quality and is different between different workers to allow both big and small changes in the same generation cycle. This parameter only works with the Rage engine. Usually, the most visible effect comes from increasing the sample count. Ultimately the best way of increasing odds for Geo-AID is to write the script as well as you can, relying strongly on defining points with expressions. The golden rule is: the fewer rules, the better.","breadcrumbs":"Beginner guide » Dealing with complicated figures » Dealing with complicated figures","id":"8","title":"Dealing with complicated figures"},"80":{"body":"cos(v: Number (angle)) Return type : Number (no unit) Returns : Cosine of this angle.","breadcrumbs":"GeoScript reference » Functions » cos","id":"80","title":"cos"},"81":{"body":"cot(v: Number (angle)) Return type : Number (no unit) Returns : Cotangent of this angle.","breadcrumbs":"GeoScript reference » Functions » cot (alias ctg)","id":"81","title":"cot (alias ctg)"},"82":{"body":"csc(v: Number (angle)) Return type : Number (no unit) Returns : Cosecant of this angle.","breadcrumbs":"GeoScript reference » Functions » csc","id":"82","title":"csc"},"83":{"body":"degrees(value: Number (no unit)) Return type : Number (angle) Returns : an angle with the given measurement in degrees. Related: radians degrees(value: Number (angle)) Return type : Number (no unit) Returns : the angle value in degrees. Related: radians","breadcrumbs":"GeoScript reference » Functions » degrees (alias deg)","id":"83","title":"degrees (alias deg)"},"84":{"body":"dst(AB: 2-P) dst(A: Point, B: Point) Return type : Number (distance) Returns : the distance between points A and B. Displays : the segment AB. The function accepts additional properties in the form of: struct Dst { display_segment: bool, // Default: true, style: Style, // Default: SOLID\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed. dst(P: Point, k: Line) dst(k: Line, P: Point) Return type : Number (distance) Returns : the distance between point P and line k. Displays : the segment between P and its perpendicular projection onto k. The function accepts additional properties in the form of: struct Dst { display_segment: bool, // Default: true, style: Style, // Default: DASHED\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed. dst(value: Number (no unit / distance)) Return type : Number (angle) Returns : the value with a distance unit.","breadcrumbs":"GeoScript reference » Functions » dst (alias len)","id":"84","title":"dst (alias len)"},"85":{"body":"equilateral() Return type : Point collection (3) Returns : an equilateral triangle.","breadcrumbs":"GeoScript reference » Functions » equilateral (alias equilateral_triangle)","id":"85","title":"equilateral (alias equilateral_triangle)"},"86":{"body":"excircle(a: Point, b: Point, c: Point) excircle(abc: 3-P) Return type : Circle Returns : the circle excribed to the points given, with the center on the bisector of angle ABC.","breadcrumbs":"GeoScript reference » Functions » excircle","id":"86","title":"excircle"},"87":{"body":"homothety(origin: Point, scale: Number (no unit)) homothety(scale: Number (no unit), origin: Point) Return type : TransformType Returns : a homothety with an origin and scale.","breadcrumbs":"GeoScript reference » Functions » homothety","id":"87","title":"homothety"},"88":{"body":"imaginary(v: Number (any unit)) Return type : Number (the same unit) Returns : The imaginary part of this number.","breadcrumbs":"GeoScript reference » Functions » imaginary (alias im)","id":"88","title":"imaginary (alias im)"},"89":{"body":"incircle(a: Point, b: Point, c: Point) incircle(abc: 3-P) Return type : Circle Returns : the circle inscribed in the three points given.","breadcrumbs":"GeoScript reference » Functions » incircle","id":"89","title":"incircle"},"9":{"body":"By default, whenever run, Geo-AID will generate a file in the same location with a different extension matching the requested format. If multiple formats were provided, multiple files with different extensions are generated. This behavior can be modified with the --output option. Command Overview: Geo-AID","breadcrumbs":"CLI Reference » Command-Line Interface of Geo-AID","id":"9","title":"Command-Line Interface of Geo-AID"},"90":{"body":"incenter(a: Point, b: Point, c: Point) incenter(abc: 3-P) Return type : Point Returns : the cetner of the circle inscribed in the three points given.","breadcrumbs":"GeoScript reference » Functions » incenter","id":"90","title":"incenter"},"91":{"body":"All overloads by default don't display the point dot. This can be changed with properties. intersection(k: Line, l: Line) Return type : Point Returns : intersection of lines k and l. intersection(k: Line, circle: Circle) intersection(circle: Circle, k: Line) Return type : Point Returns : intersection of line k and circle circle. intersection(o1: Circle, o2: Circle) Return type : Point Returns : intersection of circles o1 and o2. Note : display_dot property is not currently supported.","breadcrumbs":"GeoScript reference » Functions » intersection","id":"91","title":"intersection"},"92":{"body":"isosceles() Return type : Point collection (3) Returns : an isosceles triangle with AC = BC.","breadcrumbs":"GeoScript reference » Functions » isosceles (alias isosceles_triangle)","id":"92","title":"isosceles (alias isosceles_triangle)"},"93":{"body":"line(col: 2-PC) line(P: Point, Q: Point) Return type : Line Returns : a line through two given points. Displays : The created line.","breadcrumbs":"GeoScript reference » Functions » line","id":"93","title":"line"},"94":{"body":"main_equilateral() Return type : Point collection (3) Returns : an equilateral triangle with C.y > A.y = B.y and A.x < B.x.","breadcrumbs":"GeoScript reference » Functions » main_equilateral (alias main_equilateral_triangle)","id":"94","title":"main_equilateral (alias main_equilateral_triangle)"},"95":{"body":"main_isosceles() Return type : Point collection (3) Returns : an isosceles triangle with AC = BC, C.y > A.y = B.y and A.x < B.x.","breadcrumbs":"GeoScript reference » Functions » main_isosceles (alias main_isosceles_triangle)","id":"95","title":"main_isosceles (alias main_isosceles_triangle)"},"96":{"body":"main_right() Return type : Point collection (3) Returns : a right triangle with angle(ACB) = deg(90), B.y > A.y = C.y and C.x < A.x.","breadcrumbs":"GeoScript reference » Functions » main_right (alias main_right_triangle)","id":"96","title":"main_right (alias main_right_triangle)"},"97":{"body":"main_triangle() Return type : Point collection (3) Returns : a triangle with C.y > A.y = B.y and A.x < B.x.","breadcrumbs":"GeoScript reference » Functions » main_triangle (alias main_triangle)","id":"97","title":"main_triangle (alias main_triangle)"},"98":{"body":"mid(col: 0-P) Return Type : Point Returns : The middle point of all points in the collection. Note : The following functions allow any positive numbers of arguments. mid(v_1: Number (any unit u), v_2 Number (the same unit u), ..., v_n: Number (the same unit u)) Return type : Number (the same unit u) Returns : The average value of v_1, v_2, ... v_n. mid(P_1: Point, P_2: Point, ..., P_n: Point) Return type : Point Returns : The middle point of P_1, P_2, ... P_n. Special cases: when n=2, the middle of a segment; When n=3, the centroid of a triangle.","breadcrumbs":"GeoScript reference » Functions » mid","id":"98","title":"mid"},"99":{"body":"orthocenter(A: Point, B: Point, C: Point) orthocenter(ABC: 3-P) Return type : Point Returns : The intersection of the triangles altitudes.","breadcrumbs":"GeoScript reference » Functions » orthocenter (alias orthocentre)","id":"99","title":"orthocenter (alias orthocentre)"}},"length":144,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"1":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"124":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}},"1":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"c":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"0":{"df":1,"docs":{"10":{"tf":1.0}}},"2":{"8":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}}},"2":{"(":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},".":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"53":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"3":{"(":{"9":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"10":{"tf":1.0}}},"df":22,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"35":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"60":{"tf":2.8284271247461903},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"4":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"5":{"0":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}},"9":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"_":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}}}}},"a":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"5":{"tf":1.0}}}},".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"b":{"c":{"df":7,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"5":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0}}},"df":11,"docs":{"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"35":{"tf":4.123105625617661},"4":{"tf":2.6457513110645907},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":4.123105625617661},"73":{"tf":1.4142135623730951},"84":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":2.23606797749979},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"134":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"38":{"tf":1.0}},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"d":{"d":{"df":4,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"111":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"4":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":2.23606797749979},"102":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":3.0},"135":{"tf":2.8284271247461903},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"'":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":24,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":1.0},"124":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.8284271247461903},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"56":{"tf":3.1622776601683795},"60":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"123":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"]":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"60":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"29":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":22,"docs":{"104":{"tf":2.0},"108":{"tf":3.7416573867739413},"110":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":1.0},"56":{"tf":5.291502622129181},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"86":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}},"(":{"a":{"b":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"109":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":2.0},"54":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"g":{"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"108":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}}},"b":{".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":3,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"_":{"1":{"2":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"^":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}}}},"c":{"df":9,"docs":{"126":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"35":{"tf":3.3166247903554},"4":{"tf":2.0},"7":{"tf":3.3166247903554},"73":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":18,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":2.23606797749979},"54":{"tf":1.0},"7":{"tf":2.449489742783178}}}}},"df":6,"docs":{"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"123":{"tf":2.0},"124":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"29":{"tf":2.0},"3":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":2,"docs":{"127":{"tf":1.0},"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"127":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":2.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"l":{"df":10,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.0},"139":{"tf":1.0},"141":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"131":{"tf":1.0},"134":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"'":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":1,"docs":{"96":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":2.449489742783178}}}}},"s":{"df":0,"docs":{},"e":{"df":18,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"35":{"tf":1.0}}}}},"d":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"7":{"tf":2.23606797749979}}},"df":17,"docs":{"112":{"tf":1.0},"126":{"tf":2.0},"134":{"tf":1.7320508075688772},"25":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"58":{"tf":2.0},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.0}}}},"r":{"df":1,"docs":{"74":{"tf":1.0}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":2.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"60":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":3.605551275463989},"34":{"tf":2.0},"49":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":16,"docs":{"105":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.7320508075688772},"60":{"tf":2.8284271247461903},"74":{"tf":1.0},"75":{"tf":2.449489742783178},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.8284271247461903}},"e":{"'":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"(":{"a":{"df":1,"docs":{"4":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.0}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"7":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"124":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":24,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"31":{"tf":2.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"5":{"tf":2.0},"54":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":4.0},"69":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"135":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":2.8284271247461903},"129":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"26":{"tf":1.0},"34":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"129":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0}}}},"x":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":1,"docs":{"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"129":{"tf":2.23606797749979},"131":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}},"d":{"'":{"'":{"_":{"4":{"5":{"6":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"8":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"84":{"tf":2.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":3.3166247903554},"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":4.123105625617661},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":2.449489742783178},"84":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}}},"g":{"(":{"9":{"0":{"df":2,"docs":{"109":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"83":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":2.0},"49":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"21":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"129":{"tf":2.6457513110645907},"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"84":{"tf":2.0}}}}}},"df":26,"docs":{"111":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"126":{"tf":3.1622776601683795},"127":{"tf":2.0},"128":{"tf":2.0},"129":{"tf":3.7416573867739413},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178},"91":{"tf":1.0},"93":{"tf":1.0}},"l":{"_":{"_":{"a":{"b":{"df":0,"docs":{},"e":{"_":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":4.47213595499958},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178}},"e":{"^":{"2":{"df":3,"docs":{"112":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.4142135623730951},"137":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"t":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"23":{"tf":1.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"84":{"tf":1.0}}},"df":1,"docs":{"84":{"tf":1.0}}},"b":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}},"p":{"df":1,"docs":{"84":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":3.0},"15":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":2.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"d":{"df":2,"docs":{"124":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"85":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"135":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}}}},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":2.23606797749979},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"46":{"tf":1.0},"5":{"tf":2.23606797749979},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"54":{"tf":1.0}}},"<":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":4,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"141":{"tf":1.0},"21":{"tf":2.0},"33":{"tf":2.0},"45":{"tf":2.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"w":{"df":7,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":2.23606797749979},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"124":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"10":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"135":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"d":{"df":2,"docs":{"4":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"33":{"tf":1.0}}},"df":8,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":4.0},"34":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":3.1622776601683795},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":9,"docs":{"111":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"134":{"tf":2.0},"75":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"111":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":4.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":3.0},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"136":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}}}}},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":25,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":1.0},"124":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"33":{"tf":1.0},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":3.0},"9":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"122":{"tf":1.0},"64":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"134":{"tf":1.0},"2":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"b":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":2.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"4":{"tf":1.0}},"n":{"df":30,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"124":{"tf":2.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"138":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}}}},"l":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"y":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"m":{"#":{"1":{"5":{"6":{"b":{"7":{"3":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"35":{"tf":2.8284271247461903},"54":{"tf":1.0},"7":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}},"y":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"56":{"tf":1.0},"88":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"29":{"tf":1.0},"35":{"tf":2.449489742783178},"40":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"89":{"tf":1.0}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"25":{"tf":2.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":2.0}}}},"i":{"c":{"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"117":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":2.6457513110645907}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"33":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"140":{"tf":1.0},"37":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"103":{"tf":1.0},"126":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"o":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"a":{"b":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.0}}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"134":{"tf":1.0},"92":{"tf":1.7320508075688772},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"126":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":4.795831523312719},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":5.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"126":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"k":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"68":{"tf":1.0},"84":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"_":{"_":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":3.4641016151377544},"130":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.0},"140":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"3":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"x":{"df":4,"docs":{"10":{"tf":2.0},"12":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"135":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"n":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"128":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":3.7416573867739413},"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"124":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"42":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"124":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"124":{"tf":2.449489742783178},"53":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"0":{"tf":1.0},"100":{"tf":2.0},"101":{"tf":2.0},"107":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":3.0},"134":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":2.23606797749979},"6":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0},"73":{"tf":3.0},"84":{"tf":1.7320508075688772},"9":{"tf":1.0},"91":{"tf":2.449489742783178},"93":{"tf":2.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"129":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":2.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"129":{"tf":2.0},"134":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"0":{"tf":1.0},"134":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"135":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":2,"docs":{"128":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"b":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":0,"docs":{},"}":{"^":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":2.0},"130":{"tf":1.0},"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"56":{"tf":2.0},"68":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}},"p":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}},"df":2,"docs":{"60":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":11,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"112":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"124":{"tf":2.23606797749979},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"n":{"=":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"3":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"19":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":21,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"33":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":1,"docs":{"108":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"df":2,"docs":{"128":{"tf":1.0},"4":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":2.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}},"n":{"df":7,"docs":{"128":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.6457513110645907},"128":{"tf":1.4142135623730951},"129":{"tf":2.23606797749979},"139":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"w":{"df":1,"docs":{"126":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":57,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":2.23606797749979},"108":{"tf":3.7416573867739413},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"134":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":2.0},"56":{"tf":6.708203932499369},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"o":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"35":{"tf":1.0},"53":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"128":{"tf":1.0},"15":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":2,"docs":{"35":{"tf":2.0},"7":{"tf":2.0}}},"k":{"df":1,"docs":{"4":{"tf":1.0}}},"m":{"df":1,"docs":{"124":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"a":{"df":2,"docs":{"124":{"tf":2.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"130":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":11,"docs":{"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"29":{"tf":3.0},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"53":{"tf":2.6457513110645907},"63":{"tf":2.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.4142135623730951},"108":{"tf":1.0},"125":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"122":{"tf":1.0},"124":{"tf":2.0},"134":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"60":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"127":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"122":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"_":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}},"r":{"df":2,"docs":{"126":{"tf":1.0},"135":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"40":{"tf":2.449489742783178},"8":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}},"s":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"56":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"130":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0}}}}},"c":{"df":3,"docs":{"103":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"124":{"tf":2.8284271247461903},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":2.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"b":{"c":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":4,"docs":{"101":{"tf":1.0},"126":{"tf":1.7320508075688772},"40":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"15":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"129":{"tf":1.0},"8":{"tf":1.0}}},"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":2.0},"108":{"tf":3.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":3.4641016151377544},"128":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"31":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":2.0},"4":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":2.449489742783178},"54":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"60":{"tf":4.58257569495584},"61":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178},"85":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.8284271247461903},"99":{"tf":2.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":5,"docs":{"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"129":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"108":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":3,"docs":{"135":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":37,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"129":{"tf":3.1622776601683795},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"q":{"df":1,"docs":{"93":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":2.0},"135":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}},"e":{"]":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.0},"56":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"104":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"105":{"tf":1.4142135623730951},"58":{"tf":2.0},"75":{"tf":1.7320508075688772}},"s":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"30":{"tf":2.0},"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"w":{"df":6,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}}},"y":{"df":6,"docs":{"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":3,"docs":{"106":{"tf":2.0},"56":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":1,"docs":{"107":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"136":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"123":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":15,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"135":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":6.324555320336759},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"60":{"tf":4.795831523312719},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}}}}}}},"h":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":8,"docs":{"109":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0}},"e":{"(":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.4142135623730951},"124":{"tf":3.7416573867739413},"126":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":2.6457513110645907},"136":{"tf":1.0},"139":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"3":{"tf":2.449489742783178},"4":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":2.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"56":{"tf":1.0}}}}},"df":2,"docs":{"110":{"tf":1.0},"56":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0}},"k":{"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"111":{"tf":1.0}}},"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"111":{"tf":2.449489742783178},"124":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"84":{"tf":2.0},"98":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"37":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"126":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"34":{"tf":1.0}}}},"t":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":2.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"131":{"tf":1.0},"35":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"112":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":9,"docs":{"128":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":2,"docs":{"113":{"tf":1.0},"56":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"134":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"111":{"tf":1.0},"129":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":3,"docs":{"135":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"35":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":2.23606797749979}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"68":{"tf":1.0},"8":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"111":{"tf":1.0},"129":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"129":{"tf":2.6457513110645907},"23":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":2.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"x":{"df":14,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":2,"docs":{"114":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"124":{"tf":2.23606797749979},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"g":{"df":2,"docs":{"114":{"tf":1.0},"56":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"129":{"tf":1.0},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.4142135623730951},"4":{"tf":1.0},"60":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"z":{"df":2,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"135":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"a":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":4,"docs":{"117":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"62":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"25":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":12,"docs":{"109":{"tf":1.0},"119":{"tf":1.7320508075688772},"126":{"tf":1.0},"134":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"129":{"tf":3.1622776601683795},"139":{"tf":1.0},"21":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"45":{"tf":2.0},"52":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":17,"docs":{"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":75,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":2.0},"5":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":4.47213595499958},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":3.3166247903554},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":2.0}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"134":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"141":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":5.744562646538029},"6":{"tf":2.449489742783178},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":2.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":2.449489742783178},"56":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":34,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"3":{"tf":2.23606797749979},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":35,"docs":{"10":{"tf":3.605551275463989},"104":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"124":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"141":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":2.8284271247461903},"56":{"tf":1.0},"6":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"60":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"4":{"tf":1.0}}}},"y":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"10":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":1.0},"38":{"tf":1.0}},"t":{"df":16,"docs":{"124":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":3.605551275463989},"136":{"tf":2.23606797749979},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"3":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"128":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"25":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"x":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":6,"docs":{"120":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"y":{"df":2,"docs":{"35":{"tf":2.8284271247461903},"7":{"tf":2.8284271247461903}}}},"y":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":2,"docs":{"121":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"z":{"df":2,"docs":{"35":{"tf":2.6457513110645907},"7":{"tf":2.6457513110645907}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"124":{"tf":3.1622776601683795},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"1":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"124":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}},"1":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"c":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"0":{"df":1,"docs":{"10":{"tf":1.0}}},"2":{"8":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}}},"2":{"(":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},".":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"53":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"3":{"(":{"9":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"10":{"tf":1.0}}},"df":22,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"35":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"60":{"tf":2.8284271247461903},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"4":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"5":{"0":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}},"9":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"_":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}}}}},"a":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"5":{"tf":1.0}}}},".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"b":{"c":{"df":7,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"5":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0}}},"df":11,"docs":{"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"35":{"tf":4.123105625617661},"4":{"tf":2.6457513110645907},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":4.123105625617661},"73":{"tf":1.4142135623730951},"84":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":2.23606797749979},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"134":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"38":{"tf":1.0}},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"d":{"d":{"df":4,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"111":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"4":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":2.23606797749979},"102":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":3.0},"135":{"tf":2.8284271247461903},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"'":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":24,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.449489742783178},"11":{"tf":1.0},"124":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.8284271247461903},"9":{"tf":2.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":30,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"60":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"123":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"]":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"60":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"29":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":22,"docs":{"104":{"tf":2.0},"108":{"tf":3.7416573867739413},"110":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":1.0},"56":{"tf":5.291502622129181},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.8284271247461903},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"86":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}},"(":{"a":{"b":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"109":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":2.0},"54":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"108":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}}},"b":{".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":3,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"_":{"1":{"2":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"^":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}}}},"c":{"df":9,"docs":{"126":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"35":{"tf":3.3166247903554},"4":{"tf":2.0},"7":{"tf":3.3166247903554},"73":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":18,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":2.23606797749979},"54":{"tf":1.0},"7":{"tf":2.449489742783178}}}}},"df":6,"docs":{"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"143":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"123":{"tf":2.0},"124":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"29":{"tf":2.0},"3":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":2,"docs":{"127":{"tf":1.0},"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"127":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":2.23606797749979},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"l":{"df":10,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.0},"139":{"tf":1.0},"141":{"tf":1.0},"21":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"131":{"tf":1.0},"134":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"'":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":1,"docs":{"96":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":2.449489742783178}}}}},"s":{"df":0,"docs":{},"e":{"df":18,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"35":{"tf":1.0}}}}},"d":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"7":{"tf":2.23606797749979}}},"df":17,"docs":{"112":{"tf":1.0},"126":{"tf":2.0},"134":{"tf":1.7320508075688772},"25":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"58":{"tf":2.0},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"86":{"tf":1.0}}}},"r":{"df":1,"docs":{"74":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":2.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"60":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":3.605551275463989},"34":{"tf":2.0},"49":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":16,"docs":{"105":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":2.0},"60":{"tf":2.8284271247461903},"74":{"tf":1.0},"75":{"tf":2.6457513110645907},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.8284271247461903}},"e":{"'":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"(":{"a":{"df":1,"docs":{"4":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"7":{"tf":1.4142135623730951}}}},"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"124":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":24,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"31":{"tf":2.23606797749979},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"5":{"tf":2.0},"54":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":4.123105625617661},"69":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.7320508075688772},"135":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":3.0},"129":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"26":{"tf":1.0},"34":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"129":{"tf":1.0},"6":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0}}}},"x":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":1,"docs":{"79":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"129":{"tf":2.23606797749979},"131":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}},"d":{"'":{"'":{"_":{"4":{"5":{"6":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"84":{"tf":2.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":3.3166247903554},"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":4.123105625617661},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":2.449489742783178},"84":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":2.0},"134":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}}},"g":{"(":{"9":{"0":{"df":2,"docs":{"109":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"83":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":2.0},"49":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"21":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"129":{"tf":2.6457513110645907},"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"84":{"tf":2.0}}}}}},"df":27,"docs":{"111":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":3.4641016151377544},"127":{"tf":2.449489742783178},"128":{"tf":2.23606797749979},"129":{"tf":3.872983346207417},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178},"91":{"tf":1.0},"93":{"tf":1.0}},"l":{"_":{"_":{"a":{"b":{"df":0,"docs":{},"e":{"_":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":4.47213595499958},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178}},"e":{"^":{"2":{"df":3,"docs":{"112":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.4142135623730951},"137":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"t":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"23":{"tf":1.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"84":{"tf":1.0}}},"df":1,"docs":{"84":{"tf":1.0}}},"b":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}},"p":{"df":1,"docs":{"84":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":2.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":3.0},"15":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":2.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"d":{"df":2,"docs":{"124":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"85":{"tf":2.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"135":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.7320508075688772}}}}}}}},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"127":{"tf":1.7320508075688772},"128":{"tf":2.0},"130":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":2.6457513110645907},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"46":{"tf":1.0},"5":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"54":{"tf":1.0}}},"<":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":4,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"141":{"tf":1.0},"21":{"tf":2.0},"33":{"tf":2.0},"45":{"tf":2.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"w":{"df":7,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":2.449489742783178},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"124":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"4":{"tf":2.0},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"10":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"135":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"d":{"df":2,"docs":{"4":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"40":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"33":{"tf":1.0}}},"df":10,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":4.242640687119285},"34":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":3.1622776601683795},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"df":9,"docs":{"111":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"134":{"tf":2.0},"75":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":71,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":4.123105625617661},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":3.0},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"136":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}}}}},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":25,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.449489742783178},"11":{"tf":1.0},"124":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"143":{"tf":2.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"33":{"tf":1.0},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":3.0},"9":{"tf":2.0}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"16":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"122":{"tf":1.0},"64":{"tf":1.0}}},"df":129,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"134":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"b":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":2.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"4":{"tf":1.0}},"n":{"df":30,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"124":{"tf":2.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"138":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":2.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}}}},"l":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"m":{"#":{"1":{"5":{"6":{"b":{"7":{"3":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"35":{"tf":2.8284271247461903},"54":{"tf":1.0},"7":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"56":{"tf":1.0},"88":{"tf":1.4142135623730951}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"29":{"tf":1.0},"35":{"tf":2.449489742783178},"40":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"25":{"tf":2.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":2.0}}}},"i":{"c":{"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"117":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"33":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"140":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"103":{"tf":1.0},"126":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":2.23606797749979},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"o":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"a":{"b":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.0}}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"134":{"tf":1.0},"92":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"126":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":5.0990195135927845}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"126":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.0},"14":{"tf":1.7320508075688772}}}}}},"k":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"68":{"tf":1.0},"84":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"_":{"_":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":3.4641016151377544},"130":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.0},"140":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"3":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"x":{"df":4,"docs":{"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"135":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"n":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"128":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":3.7416573867739413},"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"124":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"42":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"124":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"124":{"tf":2.6457513110645907},"53":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"0":{"tf":1.0},"100":{"tf":2.0},"101":{"tf":2.0},"107":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":3.0},"134":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0},"73":{"tf":3.0},"84":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178},"93":{"tf":2.23606797749979}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"129":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"68":{"tf":1.0},"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":2.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"129":{"tf":2.0},"134":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"96":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"0":{"tf":1.0},"134":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"135":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":2,"docs":{"128":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"b":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":0,"docs":{},"}":{"^":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":2.0},"130":{"tf":1.0},"25":{"tf":2.6457513110645907},"49":{"tf":2.6457513110645907}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"56":{"tf":2.0},"68":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}},"p":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}},"df":2,"docs":{"60":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":11,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"112":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"124":{"tf":2.23606797749979},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"n":{"=":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"3":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"19":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":21,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"33":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":1,"docs":{"108":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"df":2,"docs":{"128":{"tf":1.0},"4":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":2.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}},"n":{"df":7,"docs":{"128":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.6457513110645907},"128":{"tf":1.4142135623730951},"129":{"tf":2.23606797749979},"139":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"w":{"df":1,"docs":{"126":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":57,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":2.23606797749979},"108":{"tf":3.7416573867739413},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"134":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":2.0},"56":{"tf":6.782329983125268},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"o":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"35":{"tf":1.0},"53":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"128":{"tf":1.0},"15":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":2,"docs":{"35":{"tf":2.0},"7":{"tf":2.0}}},"k":{"df":1,"docs":{"4":{"tf":1.0}}},"m":{"df":1,"docs":{"124":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"a":{"df":2,"docs":{"124":{"tf":2.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"130":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":12,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"29":{"tf":3.1622776601683795},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"53":{"tf":2.6457513110645907},"63":{"tf":2.449489742783178},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.4142135623730951},"108":{"tf":1.0},"125":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"122":{"tf":1.0},"124":{"tf":2.0},"134":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"60":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"127":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"122":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"_":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}},"r":{"df":2,"docs":{"126":{"tf":1.0},"135":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}}}}}},"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"40":{"tf":2.449489742783178},"8":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"7":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}},"s":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"56":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"130":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0}}}}},"c":{"df":3,"docs":{"103":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"124":{"tf":2.8284271247461903},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":2.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"b":{"c":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":4,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"40":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"101":{"tf":1.7320508075688772},"73":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"129":{"tf":1.0},"8":{"tf":1.0}}},"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":2.23606797749979},"108":{"tf":3.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":3.4641016151377544},"128":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"31":{"tf":2.449489742783178},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":2.0},"4":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":2.449489742783178},"54":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":3.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"60":{"tf":4.69041575982343},"61":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178},"85":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.8284271247461903},"99":{"tf":2.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":5,"docs":{"103":{"tf":1.7320508075688772},"112":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"129":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"108":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":3,"docs":{"135":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":39,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"129":{"tf":3.3166247903554},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"132":{"tf":2.0},"136":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"q":{"df":1,"docs":{"93":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":2.0},"135":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}},"e":{"]":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"104":{"tf":2.0},"56":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"105":{"tf":1.7320508075688772},"58":{"tf":2.0},"75":{"tf":1.7320508075688772}},"s":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"30":{"tf":2.0},"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"w":{"df":6,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}}},"y":{"df":6,"docs":{"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":3,"docs":{"106":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":2,"docs":{"106":{"tf":1.4142135623730951},"56":{"tf":1.0}},"f":{"df":2,"docs":{"51":{"tf":2.0},"52":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":130,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":1,"docs":{"107":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"136":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"123":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":15,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"135":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":6.324555320336759},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"60":{"tf":4.795831523312719},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}}}}}}},"h":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":8,"docs":{"109":{"tf":2.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":2.23606797749979},"25":{"tf":1.0},"49":{"tf":1.0}},"e":{"(":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":1.7320508075688772},"124":{"tf":3.872983346207417},"126":{"tf":1.0},"131":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":2.6457513110645907},"136":{"tf":1.0},"139":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":4.0},"54":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"3":{"tf":2.449489742783178},"4":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":2.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"56":{"tf":1.0}}}}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"56":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0}},"k":{"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"111":{"tf":1.0}}},"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"111":{"tf":2.6457513110645907},"124":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"84":{"tf":2.0},"98":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"37":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"126":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"34":{"tf":1.0}}}},"t":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":2.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"131":{"tf":1.0},"35":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"112":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":9,"docs":{"128":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"df":2,"docs":{"113":{"tf":1.0},"56":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"134":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"111":{"tf":1.0},"129":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":3,"docs":{"135":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"35":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"54":{"tf":2.0},"7":{"tf":2.23606797749979}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"68":{"tf":1.0},"8":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"111":{"tf":1.0},"129":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"129":{"tf":2.6457513110645907},"23":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":2.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"x":{"df":38,"docs":{"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":14,"docs":{"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":2,"docs":{"114":{"tf":1.4142135623730951},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"124":{"tf":2.23606797749979},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"g":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"129":{"tf":1.0},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.4142135623730951},"4":{"tf":1.0},"60":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"z":{"df":2,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"135":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"a":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":4,"docs":{"117":{"tf":2.0},"25":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"62":{"tf":2.0},"87":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":2.23606797749979}},"e":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"25":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":12,"docs":{"109":{"tf":1.0},"119":{"tf":2.0},"126":{"tf":1.0},"134":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"129":{"tf":3.1622776601683795},"139":{"tf":1.0},"21":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"45":{"tf":2.0},"52":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":17,"docs":{"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":76,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.23606797749979},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":2.0},"5":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":4.58257569495584},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":3.4641016151377544},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":2.0}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"134":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"141":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":5.744562646538029},"6":{"tf":2.449489742783178},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":2.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":2.449489742783178},"56":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":34,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"3":{"tf":2.23606797749979},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":35,"docs":{"10":{"tf":3.605551275463989},"104":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"124":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":2.0},"141":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":3.1622776601683795},"56":{"tf":1.0},"6":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"60":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"4":{"tf":1.0}}}},"y":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"10":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":1.0},"38":{"tf":1.0}},"t":{"df":16,"docs":{"124":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.8284271247461903},"135":{"tf":3.872983346207417},"136":{"tf":2.6457513110645907},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"3":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"128":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"25":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"x":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":6,"docs":{"120":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"y":{"df":2,"docs":{"35":{"tf":2.8284271247461903},"7":{"tf":2.8284271247461903}}}},"y":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":2,"docs":{"121":{"tf":1.7320508075688772},"57":{"tf":1.0}},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"z":{"df":2,"docs":{"35":{"tf":2.6457513110645907},"7":{"tf":2.6457513110645907}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"124":{"tf":3.1622776601683795},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"title":{"root":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"65":{"tf":1.0}},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"143":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":27,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"45":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"75":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":1,"docs":{"80":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}}}},"x":{"df":1,"docs":{"79":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}}}}},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"s":{"c":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"83":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"x":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"143":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"88":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":4,"docs":{"102":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"r":{"a":{"d":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":1,"docs":{"106":{"tf":1.0}},"f":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"109":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"122":{"tf":1.0},"131":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"130":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0}}}}}}}},"x":{"df":1,"docs":{"120":{"tf":1.0}}},"y":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/searchindex.json b/searchindex.json index ba8e9bc..0bac548 100644 --- a/searchindex.json +++ b/searchindex.json @@ -1 +1 @@ -{"doc_urls":["introduction.html#introduction","guide.html#beginner-guide","guide/getting-started.html#getting-started","guide/getting-started.html#installation","guide/getting-started.html#your-first-figure","guide/getting-started.html#expressions","guide/getting-started.html#implicit-conversions","guide/getting-started.html#shortening-the-code-with-iterators","guide/complicated-figures.html#dealing-with-complicated-figures","cli.html#command-line-interface-of-geo-aid","cli.html#geo-aid","formats.html#renderers","formats.html#latex","formats.html#svg","formats.html#json","formats.html#plaintext","formats.html#geogebra","reference.html#geoscript-reference","reference/syntax.html#syntax","reference/syntax/properties.html#properties","reference/syntax/properties.html#property-values","reference/syntax/properties.html#bool","reference/syntax/properties.html#number","reference/syntax/properties.html#style","reference/syntax/properties.html#linetype","reference/syntax/properties.html#mathstring","reference/syntax/properties.html#linetype-1","reference/syntax/expressions.html#expressions","reference/syntax/expressions.html#names","reference/syntax/expressions.html#operators","reference/syntax/expressions.html#exponentiation","reference/syntax/expressions.html#point-collections","reference/syntax/figure.html#figure","reference/syntax/flags.html#flags","reference/syntax/identifiers.html#identifiers","reference/syntax/iterators.html#iterators","reference/syntax/names.html#names","reference/syntax/names.html#interpreting-names","reference/syntax/names.html#variables","reference/syntax/names.html#fields","reference/syntax/names.html#functions","reference/syntax/names.html#parentheses","reference/syntax/numbers.html#numbers","reference/syntax/properties.html#properties","reference/syntax/properties.html#property-values","reference/syntax/properties.html#bool","reference/syntax/properties.html#number","reference/syntax/properties.html#style","reference/syntax/properties.html#linetype","reference/syntax/properties.html#mathstring","reference/syntax/properties.html#linetype-1","reference/syntax/refs.html#ref-statements","reference/syntax/refs.html#properties-of-refs","reference/syntax/rules.html#rules","reference/syntax/variables.html#variables","reference/types.html#types","reference/types.html#number","reference/types.html#point","reference/types.html#circle","reference/types.html#line","reference/types.html#point-collections","reference/types.html#segment","reference/types.html#transformtype","reference/operators.html#operators","reference/functions.html#functions","reference/functions.html#acos","reference/functions.html#acot-alias-actg","reference/functions.html#acsc","reference/functions.html#angle","reference/functions.html#area","reference/functions.html#asec","reference/functions.html#asin","reference/functions.html#atan-alias-atg","reference/functions.html#bisector","reference/functions.html#center","reference/functions.html#circle","reference/functions.html#circumcircle","reference/functions.html#conjugate","reference/functions.html#convex-alias-convexpolygon-convexpoly","reference/functions.html#cos","reference/functions.html#cot-alias-ctg","reference/functions.html#csc","reference/functions.html#degrees-alias-deg","reference/functions.html#dst-alias-len","reference/functions.html#homothety","reference/functions.html#imaginary-alias-im","reference/functions.html#incircle","reference/functions.html#intersection","reference/functions.html#line","reference/functions.html#mid","reference/functions.html#parallel_through-alias-parallel","reference/functions.html#perpendicular_through-alias-perpendicular","reference/functions.html#point","reference/functions.html#polygon-alias-poly","reference/functions.html#radians-alias-rad","reference/functions.html#radius","reference/functions.html#real-alias-re","reference/functions.html#reflect-alias-reflection","reference/functions.html#rotate-alias-rotation","reference/functions.html#sec","reference/functions.html#segment","reference/functions.html#signedarea","reference/functions.html#sin","reference/functions.html#tan-alias-tg","reference/functions.html#to_complex","reference/functions.html#to_point","reference/functions.html#transform","reference/functions.html#translate-alias-translation","reference/functions.html#x","reference/functions.html#y","reference/rule-operators.html#rule-operators","reference/rule-operators.html#comparison","reference/rule-operators.html#lies_on-alias-on","reference/display-system.html#display-system","reference/display-system.html#what-is-displayed","reference/display-system.html#what-does-it-mean-to-display-an-expression","reference/display-system.html#what-is-a-constructive-expression","reference/display-system.html#basic-properties-for-types","reference/display-system.html#properties-on-variable-definitions","reference/display-system.html#properties-on-rules","reference/display-system.html#matching-properties","reference/weight-system.html#weight-system","reference/weight-system.html#how-are-weights-computed","reference/weight-system.html#how-are-weights-applied","reference/weight-system.html#how-to-modify-weights","reference/flags.html#flags","reference/flags.html#ungrouped","reference/flags.html#point_inequalities","reference/flags.html#language","reference/flags.html#complex_numbers","reference/flags.html#optimizations","math.html#math-behind-geo-aid"],"index":{"documentStore":{"docInfo":{"0":{"body":97,"breadcrumbs":2,"title":1},"1":{"body":23,"breadcrumbs":4,"title":2},"10":{"body":248,"breadcrumbs":4,"title":2},"100":{"body":39,"breadcrumbs":4,"title":1},"101":{"body":22,"breadcrumbs":4,"title":1},"102":{"body":10,"breadcrumbs":4,"title":1},"103":{"body":10,"breadcrumbs":6,"title":3},"104":{"body":10,"breadcrumbs":4,"title":1},"105":{"body":10,"breadcrumbs":4,"title":1},"106":{"body":19,"breadcrumbs":4,"title":1},"107":{"body":8,"breadcrumbs":6,"title":3},"108":{"body":10,"breadcrumbs":4,"title":1},"109":{"body":10,"breadcrumbs":4,"title":1},"11":{"body":8,"breadcrumbs":2,"title":1},"110":{"body":22,"breadcrumbs":6,"title":2},"111":{"body":33,"breadcrumbs":5,"title":1},"112":{"body":186,"breadcrumbs":6,"title":2},"113":{"body":9,"breadcrumbs":6,"title":2},"114":{"body":99,"breadcrumbs":5,"title":1},"115":{"body":20,"breadcrumbs":7,"title":3},"116":{"body":66,"breadcrumbs":6,"title":2},"117":{"body":220,"breadcrumbs":7,"title":3},"118":{"body":23,"breadcrumbs":7,"title":3},"119":{"body":8,"breadcrumbs":6,"title":2},"12":{"body":11,"breadcrumbs":2,"title":1},"120":{"body":13,"breadcrumbs":6,"title":2},"121":{"body":16,"breadcrumbs":6,"title":2},"122":{"body":103,"breadcrumbs":6,"title":2},"123":{"body":96,"breadcrumbs":6,"title":2},"124":{"body":23,"breadcrumbs":6,"title":2},"125":{"body":4,"breadcrumbs":4,"title":1},"126":{"body":11,"breadcrumbs":4,"title":1},"127":{"body":24,"breadcrumbs":4,"title":1},"128":{"body":5,"breadcrumbs":4,"title":1},"129":{"body":10,"breadcrumbs":4,"title":1},"13":{"body":10,"breadcrumbs":2,"title":1},"130":{"body":7,"breadcrumbs":4,"title":1},"131":{"body":7,"breadcrumbs":8,"title":4},"14":{"body":15,"breadcrumbs":2,"title":1},"15":{"body":11,"breadcrumbs":2,"title":1},"16":{"body":22,"breadcrumbs":2,"title":1},"17":{"body":0,"breadcrumbs":4,"title":2},"18":{"body":24,"breadcrumbs":4,"title":1},"19":{"body":14,"breadcrumbs":5,"title":1},"2":{"body":0,"breadcrumbs":6,"title":2},"20":{"body":0,"breadcrumbs":6,"title":2},"21":{"body":37,"breadcrumbs":5,"title":1},"22":{"body":11,"breadcrumbs":5,"title":1},"23":{"body":24,"breadcrumbs":5,"title":1},"24":{"body":16,"breadcrumbs":5,"title":1},"25":{"body":188,"breadcrumbs":5,"title":1},"26":{"body":21,"breadcrumbs":5,"title":1},"27":{"body":53,"breadcrumbs":5,"title":1},"28":{"body":7,"breadcrumbs":5,"title":1},"29":{"body":44,"breadcrumbs":5,"title":1},"3":{"body":180,"breadcrumbs":5,"title":1},"30":{"body":46,"breadcrumbs":5,"title":1},"31":{"body":22,"breadcrumbs":6,"title":2},"32":{"body":18,"breadcrumbs":5,"title":1},"33":{"body":123,"breadcrumbs":5,"title":1},"34":{"body":54,"breadcrumbs":5,"title":1},"35":{"body":240,"breadcrumbs":5,"title":1},"36":{"body":10,"breadcrumbs":5,"title":1},"37":{"body":45,"breadcrumbs":6,"title":2},"38":{"body":41,"breadcrumbs":5,"title":1},"39":{"body":23,"breadcrumbs":5,"title":1},"4":{"body":185,"breadcrumbs":6,"title":2},"40":{"body":103,"breadcrumbs":5,"title":1},"41":{"body":41,"breadcrumbs":5,"title":1},"42":{"body":16,"breadcrumbs":5,"title":1},"43":{"body":14,"breadcrumbs":5,"title":1},"44":{"body":0,"breadcrumbs":6,"title":2},"45":{"body":37,"breadcrumbs":5,"title":1},"46":{"body":11,"breadcrumbs":5,"title":1},"47":{"body":24,"breadcrumbs":5,"title":1},"48":{"body":16,"breadcrumbs":5,"title":1},"49":{"body":188,"breadcrumbs":5,"title":1},"5":{"body":104,"breadcrumbs":5,"title":1},"50":{"body":21,"breadcrumbs":5,"title":1},"51":{"body":12,"breadcrumbs":7,"title":2},"52":{"body":31,"breadcrumbs":7,"title":2},"53":{"body":108,"breadcrumbs":5,"title":1},"54":{"body":90,"breadcrumbs":5,"title":1},"55":{"body":0,"breadcrumbs":4,"title":1},"56":{"body":305,"breadcrumbs":4,"title":1},"57":{"body":33,"breadcrumbs":4,"title":1},"58":{"body":28,"breadcrumbs":4,"title":1},"59":{"body":19,"breadcrumbs":4,"title":1},"6":{"body":57,"breadcrumbs":6,"title":2},"60":{"body":126,"breadcrumbs":5,"title":2},"61":{"body":22,"breadcrumbs":4,"title":1},"62":{"body":34,"breadcrumbs":4,"title":1},"63":{"body":33,"breadcrumbs":4,"title":1},"64":{"body":22,"breadcrumbs":4,"title":1},"65":{"body":10,"breadcrumbs":4,"title":1},"66":{"body":10,"breadcrumbs":6,"title":3},"67":{"body":10,"breadcrumbs":4,"title":1},"68":{"body":76,"breadcrumbs":4,"title":1},"69":{"body":21,"breadcrumbs":4,"title":1},"7":{"body":260,"breadcrumbs":7,"title":3},"70":{"body":10,"breadcrumbs":4,"title":1},"71":{"body":10,"breadcrumbs":4,"title":1},"72":{"body":10,"breadcrumbs":6,"title":3},"73":{"body":85,"breadcrumbs":4,"title":1},"74":{"body":5,"breadcrumbs":4,"title":1},"75":{"body":32,"breadcrumbs":4,"title":1},"76":{"body":18,"breadcrumbs":4,"title":1},"77":{"body":11,"breadcrumbs":4,"title":1},"78":{"body":16,"breadcrumbs":7,"title":4},"79":{"body":10,"breadcrumbs":4,"title":1},"8":{"body":227,"breadcrumbs":8,"title":3},"80":{"body":10,"breadcrumbs":6,"title":3},"81":{"body":10,"breadcrumbs":4,"title":1},"82":{"body":27,"breadcrumbs":6,"title":3},"83":{"body":104,"breadcrumbs":6,"title":3},"84":{"body":17,"breadcrumbs":4,"title":1},"85":{"body":12,"breadcrumbs":6,"title":3},"86":{"body":18,"breadcrumbs":4,"title":1},"87":{"body":54,"breadcrumbs":4,"title":1},"88":{"body":19,"breadcrumbs":4,"title":1},"89":{"body":67,"breadcrumbs":4,"title":1},"9":{"body":30,"breadcrumbs":7,"title":5},"90":{"body":18,"breadcrumbs":6,"title":3},"91":{"body":18,"breadcrumbs":6,"title":3},"92":{"body":8,"breadcrumbs":4,"title":1},"93":{"body":20,"breadcrumbs":6,"title":3},"94":{"body":27,"breadcrumbs":6,"title":3},"95":{"body":10,"breadcrumbs":4,"title":1},"96":{"body":22,"breadcrumbs":6,"title":3},"97":{"body":8,"breadcrumbs":6,"title":3},"98":{"body":73,"breadcrumbs":6,"title":3},"99":{"body":10,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"Geo-AID is a tool to generate figures based off of rules given in the script file. Its main purpose is to minimize the pain related to drawing figures for certain mathematical problems or theorems. It's currently in the early development. Note: Geo-AID is not designed to produce perfect output. It is designed to produce best output. This means that it might sacrifice partial accuracy in favor of better readability. It may also make other compromises and produce unexpected results at times. If you're having trouble with this kind of behavior, visit Dealing with complicated figures As an entry point, Geo-AID uses GeoScript - a language used to describe a figure. Aside from that, special parameters can be set as command line arguments. This book is meant to serve as a guide to anyone starting to use Geo-AID and as a reference to anyone who wants to know more. Note: This book is held up-do-date with the latest released version on crates.io .","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"This guide will get you through your first steps with Geo-AID. You will install the tool (if you haven't already) and create your first figure. Then, you will learn how to deal with figures that require distances and how to use Geo-AID parameters to your advantage.","breadcrumbs":"Beginner guide » Beginner guide","id":"1","title":"Beginner guide"},"10":{"body":"Usage: Geo-AID [OPTIONS] Arguments: — The input script file Options: -o, --output - Where the output file(s) should be created. Must point to an existing directory. -d, --delta-max-mean — The maximum mean quality delta. Geo-AID will keep doing generation cycles until the average quality delta over the last m cycles gets below d. Default value: 0.0001 -w, --worker-count — The count of threads to use for generation Default value: 32 -s, --samples - The count of samples to use for generation. Each engine interprets it differently Default value: 512 -e, --engine - The generation engine to use. Default value: glide Possible values: glide: The gradient descent engine rage: Random adjustment based engine -m, --mean-count — The count of last deltas to include in mean calculation. Geo-AID will keep doing generation cycles until the average quality delta over the last m cycles gets below d. Default value: 128 -s, --strictness — How strict the generator treats the rules. The higher, the more strict. Can't be zero. Default value: 2.0 -a, --adjustment-max — Maximal adjustment of an adjustable during generation. Treated differently for different adjustables. Default value: 0.5 -f, --format — What format to generate. Default value: svg Possible values: latex: The LaTeX + tikz format svg: The SVG format renderer json: The JSON (machine-readable) format plaintext: The plaintext (human-readable) format geogebra: The GeoGebra workspace format (*.ggb) Multiple formats can be provided, each after a -f or --format. --width — Canvas width. Default value: 500 for svg, 10 for latex, 5 for json and geogebra, 1 for json. --height — Canvas height (treated very differently for LaTeX) Default value: equal to width (e.g. if width is set to 300, default value for height is 300). -l, --log — Where to put the log output. Geo-AID has a logging feature for concise information about the rendering process (quality and time). This document was generated with the help of clap-markdown.","breadcrumbs":"CLI Reference » Geo-AID","id":"10","title":"Geo-AID"},"100":{"body":"segment(AB: 2-P) segment(A: Point, B: Point) Return type : Segment Returns : the segment AB. Displays : the segment AB. The function accepts additional properties in the form of: struct Segment { display_segment: bool, // Default: true, style: Style, // Default: SOLID\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed.","breadcrumbs":"GeoScript reference » Functions » segment","id":"100","title":"segment"},"101":{"body":"signedarea(A (Point), B (Point), C (Point), ...) signedarea(ABC... (Point collection)) Works for 3 or more points. Return type : Number (distance^2) Returns : the signed area of the given polygon.","breadcrumbs":"GeoScript reference » Functions » signedarea","id":"101","title":"signedarea"},"102":{"body":"sin(v: Number (angle)) Return type : Number (no unit) Returns : Sine of this angle.","breadcrumbs":"GeoScript reference » Functions » sin","id":"102","title":"sin"},"103":{"body":"tan(v: Number (angle)) Return type : Number (no unit) Returns : Tangent of this angle.","breadcrumbs":"GeoScript reference » Functions » tan (alias tg)","id":"103","title":"tan (alias tg)"},"104":{"body":"to_complex(A: Point) Return type : Number (distance) Returns : the point as a complex number.","breadcrumbs":"GeoScript reference » Functions » to_complex","id":"104","title":"to_complex"},"105":{"body":"to_point(v: Number (distance)) Return type : Point Returns : the complex number as a point.","breadcrumbs":"GeoScript reference » Functions » to_point","id":"105","title":"to_point"},"106":{"body":"transform(t: TransformType, object: Any) Return type : Depends on the transformationi and input. Returns : The object transformed using the transformation. Is type isn't supported, a compile error will be raised.","breadcrumbs":"GeoScript reference » Functions » transform","id":"106","title":"transform"},"107":{"body":"translate(vector: Distance) Return type : TransformType Returns : A translation by a vector.","breadcrumbs":"GeoScript reference » Functions » translate (alias translation)","id":"107","title":"translate (alias translation)"},"108":{"body":"x(P: Point) Return type : Number (distance) Returns : The x coordinate of the point.","breadcrumbs":"GeoScript reference » Functions » x","id":"108","title":"x"},"109":{"body":"y(P: Point) Return type : Number (distance) Returns : The y coordinate of the point.","breadcrumbs":"GeoScript reference » Functions » y","id":"109","title":"y"},"11":{"body":"Geo-AID supports five different renderers, also called drawers.","breadcrumbs":"Formats » Renderers","id":"11","title":"Renderers"},"110":{"body":"Here are listed all of GeoScript's rules. Note that, the names are case-insensitive and ignore underscores. This means that rules lies_on, lieson, LIEsoN and L_ie_s___On are the same rule. Overloads are listed in the order they are checked.","breadcrumbs":"GeoScript reference » Rule operators » Rule operators","id":"110","title":"Rule operators"},"111":{"body":"The operators <, <=, >, >= are only allowed between Numbers of the same unit. They are simple comparison operators with their rules evaluated based on the relative difference between the two values. The operator = (and its negation, !=) is allowed between Numbers of the same unit and Points . Its rule is evaluated based on the absolute distance between the two values.","breadcrumbs":"GeoScript reference » Rule operators » Comparison","id":"111","title":"Comparison"},"112":{"body":"All uses accept weight property. P: Point lies_on k: Line Tells Geo-AID that point P lies on (has zero distance) from line k. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. P: Point lies_on k: Segment Tells Geo-AID that point P lies on (has zero distance) from the line of segment k and between its ends. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. P: Point lies_on omega: Circle Tells Geo-AID that point P lies on (has zero distance) from circle omega. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. col: 0-P lies_on omega: Circle Tells Geo-AID that points in the collection col lie on (have zero distance) from circle omega in exactly the given order . Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. Note : When negated, creates rules for the points not to be on the circle. Points that are on the circle, just not in the given order will not satisfy this rule. col: 0-P lies_on k: Line Tells Geo-AID that points in the collection col lie on (have zero distance) from line k in exactly the given order . Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. Note : When negated, creates rules for the points not to be on the ;ome. Points that are on the line, just not in the given order will not satisfy this rule.","breadcrumbs":"GeoScript reference » Rule operators » lies_on (alias on)","id":"112","title":"lies_on (alias on)"},"113":{"body":"The display system decides which expressions are displayed and which are not. Its options are expressed through properties .","breadcrumbs":"GeoScript reference » Display system » Display system","id":"113","title":"Display system"},"114":{"body":"Most expressions accept a display (bool) property, that has a default value based on the constructive -ness of the expression. Beyond that, expressions have a tree-like structure. For example, an expression representing an orthocenter of triangle ABC. intersection(perpendicular_through(AB, C), perpendicular_through(BC, A)) It's semantic structure is the following: - intersection - perpendicular_through - AB (line) - A - B - C - perpendicular_through - BC (line) - B - C - A Now, the value of the display property of a node in that tree (e.g. the first perpendicular_through) decides not only whether the expression itself is displayed, but also whether its child nodes (the AB and C in our examples) are displayed. Display properties are a simple sequence of key-value pairs used to modify how the figure should be displayed. They're accepted in expressions, rules and variable definitions. Display properties with invalid values or unexpected properties will cause an error and the ones with invalid names will be ignored. The principle the display system works with is that an expression is displayed by default iff it's constructive .","breadcrumbs":"GeoScript reference » Display system » What is displayed?","id":"114","title":"What is displayed?"},"115":{"body":"To display an expression means to display its visual representation in its final figure. As simple example, to display a bisector(ABC) is to add a line representing the bisector of the angle ABC to the output figure.","breadcrumbs":"GeoScript reference » Display system » What does it mean to display an expression?","id":"115","title":"What does it mean to display an expression?"},"116":{"body":"A constructive expression is one that constructs a new object: a point, a line, etc. In practice, only variable references are non-constructive GeoScript - that is, referencing a variable either through a name or through a point collection won't display anything related to that variable (note that anything that could be displayed with it, should already be marked for display while processing the definition). It is however worth noting that point collection construction is constructive. Additionally, collections of length 2 are constructive, as they are converted to a different type (a line or a distance). Certain expressions, even though constructive, don't expect any properties simply because there's nothing to display. An example of that is a literal number.","breadcrumbs":"GeoScript reference » Display system » What is a constructive expression?","id":"116","title":"What is a constructive expression?"},"117":{"body":"All types have their basic properties assigned to them. These are the following. Point struct Properties { display: bool, // Default: true label: MathString, // Default: empty (except look at next section) display_label: bool, // Default: true display_dot: bool // Default: true\n} The display property decides whether the point should be displayed. label gives the point a label and display_label decides if it is to be displayed. If display_dot is true, a small dot is displayed in the point's position. NOTE : display_dot has currently no effect and the dot is always displayed. NOTE : Labels currently have poor support in SVG. Line struct Line { display: bool, // Default: true, label: MathString, // Default empty (look at next section), display_label: bool, // Default: true style: Style, // Default: SOLID type: LineType // Default: LINE\n} display, label and display_label work like with points. The style property decides how the line should be displayed (what \"brush\" should be used). NOTE : Labels don't currently work with lines. Circle struct Circle { display: bool, // Default: true, label: MathString, // Default empty (look at next section), display_label: bool, // Default: true style: Style, // Default: SOLID\n} display, label, display_label and style work like with lines. NOTE : Labels don't currently work with circles. Number struct Number { display: bool, // Default: true, label: MathString, // Default empty (look at next section) display_label: Style, // Default: SOLID\n} All properties work like described before. NOTE : Labels don't currently work with numbers. PointCollection struct PointCollection { display: bool // Default: true\n} The display property works as usual. Point collections also have special behavior when they are used in the context of lines or distances (see: conversions ). Specifically, when converted to a distance measurement or a line, they also accept properties related to Lines (see above). Variables and literals don't accept any properties, no matter the type. Beyond that, additional properties may be added depending on the kind of construction (used function). Details on those are in the documentation of respective functions.","breadcrumbs":"GeoScript reference » Display system » Basic properties for types","id":"117","title":"Basic properties for types"},"118":{"body":"Variable definitions display their defining expressions. Properties defined on definitions are passed onto the expression. Additionally, if no label is given, the variable name is parsed as a MathString and used as a label if the parse was successful (and if there is no display_label=false).","breadcrumbs":"GeoScript reference » Display system » Properties on variable definitions","id":"118","title":"Properties on variable definitions"},"119":{"body":"Currently, rules only accept a display property and display both of their sides.","breadcrumbs":"GeoScript reference » Display system » Properties on rules","id":"119","title":"Properties on rules"},"12":{"body":"Using LaTeX , tikz and tikz-euclide , one of the two recommended ways of drawing the figure.","breadcrumbs":"Formats » LaTeX","id":"12","title":"LaTeX"},"120":{"body":"All property names are case-insensitive and ignore underscores. Therefore, display_label, displaylabel and DiSplaYl__aBE__l all refer to the same property.","breadcrumbs":"GeoScript reference » Display system » Matching properties","id":"120","title":"Matching properties"},"121":{"body":"The weight system of Geo-AID is one of the core mechanisms of its generator. It directly modifies how much each adjustable will be affected by certain rules.","breadcrumbs":"GeoScript reference » Weight system » Weight system","id":"121","title":"Weight system"},"122":{"body":"Every entity present in a rule gets assigned a weight - by default equal to 1. Weights themselves, however, ultimately only apply to adjustables - values adjusted by the generator in the figure creation process. The weight system applies only to rules as they are the main set of instructions on how to generate a figure. Let's take a look at an example: let A, B, C = Point(); AC = BC; The above script is a simple description of an isosceles triangle. In order to understand weights, we must first understand adjustables. Adjustables are values adjusted by the generator - this means free points, free numbers, points on lines, etc. An example of a function generating an adjustable is the Point() function. It creates a free point able to be adjusted in both dimensions. Here, we generate three different free points. One for each of A, B, and C. After the definition there is a single rule: AB = BC. As you can see, there are three adjustables here: A. B, C. Despite B appears twice, all adjustables get the same weight of 1.","breadcrumbs":"GeoScript reference » Weight system » How are weights computed?","id":"122","title":"How are weights computed?"},"123":{"body":"By the time weight computation has finished, each rule has a weight assigned to each adjustable in the figure specifying how much the rule affects the adjustable. When it is all computed, each weight of the latter set of weights is normalized , that is: squeezed into the range [0, 1] by dividing each weight by the sum of them all. Finally, each weight is multiplied by the rule's assigned weight. This way each adjustable has a weight assigned to each rule. When rules are evaluated, they are given a quality in range [0, 1]. This way, for each adjustable, all values can be put into pairs (quality, weight) for each rule. From that a weighed mean is calculated (sum of the products quality * weight divided by the sum of weights). The result is the final quality of an adjustable. The final quality affects how much an adjustable is adjusted when making corrections. In short, rule weights affect how much a given adjustable is affected by the rule's quality in comparison to other rules.","breadcrumbs":"GeoScript reference » Weight system » How are weights applied?","id":"123","title":"How are weights applied?"},"124":{"body":"In general, weights are modified by adding a number-type weight property in square brackets: [weight = 2]\nAB = BC; Specifics regarding how do weight properties affect certain rules are in their respective documentations.","breadcrumbs":"GeoScript reference » Weight system » How to modify weights?","id":"124","title":"How to modify weights?"},"125":{"body":"Flags are divided into flag groups.","breadcrumbs":"GeoScript reference » Flags » Flags","id":"125","title":"Flags"},"126":{"body":"These are flags directly in the global scope of flags. They're not in any group and generally refer to some specific settings.","breadcrumbs":"GeoScript reference » Flags » Ungrouped","id":"126","title":"Ungrouped"},"127":{"body":"Type : bool Default : true Description : Automatically adds rules for inequalities of all point entities. Notes : Disabling this might lead to Geo-AID creating figures compressed into one point. Only recommended for debugging or experimenting.","breadcrumbs":"GeoScript reference » Flags » point_inequalities","id":"127","title":"point_inequalities"},"128":{"body":"This group of flags modifies how the script is interpreted.","breadcrumbs":"GeoScript reference » Flags » language","id":"128","title":"language"},"129":{"body":"Type : bool Default : false Description : Creates a variable i containing the complex unit.","breadcrumbs":"GeoScript reference » Flags » complex_numbers","id":"129","title":"complex_numbers"},"13":{"body":"Outputs the figure in the svg format. One of the two - and the most tested - ways of drawing the figure.","breadcrumbs":"Formats » SVG","id":"13","title":"SVG"},"130":{"body":"This group of flags modifies how the compiler and generator optimize the figure.","breadcrumbs":"GeoScript reference » Flags » optimizations","id":"130","title":"optimizations"},"131":{"body":"All of the theoretical foundation of Geo-AID is described here: https://www.overleaf.com/read/nnjqztpynydm#156b73","breadcrumbs":"Math behind Geo-AID » Math behind Geo-AID","id":"131","title":"Math behind Geo-AID"},"14":{"body":"Machine-readable JSON format according to the Schema available in Geo-AID's repository. Can be used to integrate other tools with Geo-AID.","breadcrumbs":"Formats » JSON","id":"14","title":"JSON"},"15":{"body":"A human-readable format, pure text . Contains descriptions of the positions of each object in the figure.","breadcrumbs":"Formats » Plaintext","id":"15","title":"Plaintext"},"16":{"body":"You can import Geogebra (*.ggb) output directly in GeoGebra by either choosing \"load\" from the menu in the app or simply by dragging the file onto the tool. This format has not been extensively tested and you may encounter bugs. If you do, please report them.","breadcrumbs":"Formats » GeoGebra","id":"16","title":"GeoGebra"},"17":{"body":"","breadcrumbs":"GeoScript reference » GeoScript reference","id":"17","title":"GeoScript reference"},"18":{"body":"This chapter describes the syntax of GeoScript. The notation used is the same as defined in The Rust Reference . Geo-AID expects utf8 encoded files. All whitespaces are ignored beyond distinguishing separate tokens. The basis is the Figure .","breadcrumbs":"GeoScript reference » Syntax » Syntax","id":"18","title":"Syntax"},"19":{"body":"Syntax Properties : [ Property (; Property )* ] Property : NAMED_IDENT = PropertyValue PropertyValue : NUMBER | IDENT | STRING | RawString RawString : ! STRING","breadcrumbs":"GeoScript reference » Syntax » Properties » Properties","id":"19","title":"Properties"},"2":{"body":"","breadcrumbs":"Beginner guide » Getting started » Getting started","id":"2","title":"Getting started"},"20":{"body":"","breadcrumbs":"GeoScript reference » Syntax » Properties » Property values","id":"20","title":"Property values"},"21":{"body":"Boolean properties represent true or false for certain properties. A true value can be represented as the following: 1, true, enabled, on, \"true\", \"enabled\", \"on\" A false value can be represented like this: 0, false, disabled, off, \"false\", \"disabled\", \"off\" NOTE : Cannot be represented by a raw string. NOTE : In case of boolean values, parsing of identifiers and strings is case-insensitive.","breadcrumbs":"GeoScript reference » Syntax » Properties » bool","id":"21","title":"bool"},"22":{"body":"Number values accept positive integers and floats. They cannot be expressed by idents or strings. Used for weights.","breadcrumbs":"GeoScript reference » Syntax » Properties » number","id":"22","title":"number"},"23":{"body":"Style properties tell Geo-AID how to display a given line or a circle. Available options are: SOLID, DASHED, BOLD, and DOTTED. They can be represented using identifiers or non-raw strings. When parsed, case is ignored.","breadcrumbs":"GeoScript reference » Syntax » Properties » Style","id":"23","title":"Style"},"24":{"body":"This property is most commonly seen alongside lines constructed from points. This tells Geo-AID whether to display the line as a LINE, a RAY, or a SEGMENT.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"24","title":"LineType"},"25":{"body":"MathString properties usually represent label contents. MathStrings are used to write normal text while also allowing lower indices and a restricted set of mathematical characters, like greek letters. Parsing Identifiers If the identifier is a single character or a character code representing a letter (character codes explained below), a number of primes (also explained below), and a _ followed by digits, it can be parsed as a MathString containing only that character. Examples: A\nB_12\nC'\nD''_456 Raw strings Raw strings are parsed as a set of ASCII characters without any additional processing. Useful for injecting LaTeX into point labels, should it be necessary. Examples: !\"\\mathbb{X}^\\prime\"\n!\"Hello, World!\"\n!\"_{}}}Everything is literal}\" Strings Strings are parsed like raw strings with a few important exceptions: Single quotes (') are parsed as primes; Everything directly after a _, until, but not including, a space, is parsed as being in lower index; Lower index cannot be used inside a lower index; Longer text with spaces can be put inside a lower index if delimited by braces ({}); Text inside brackets ([]) is parsed as a character code and outputs a special character with that code; \\\\ before a character inserts that character regardless of the above rules (it does not, however, enable using \" in a string. You can use [quote] for that purpose). Examples: \"A\"\n\"B_12\"\n\"C'_{Hello, World!}\"\n\"[Alpha] [quote]label [alpha][quote]\" Character codes Character codes are used to represent special characters. Currently, Geo-AID only supports greek letters - in form of the names of those letters, where the case of the first letter decides the case of the output letter - and quotes (\"), written as qoute. Primes Primes, in MathStrings, are ticks often seen beside points. They are often used to represent a point after certain transformations, like symmetry or rotation (looks like A'). In MathStrings, all non-escaped (\\\\) single quotes (') are treated as those.","breadcrumbs":"GeoScript reference » Syntax » Properties » MathString","id":"25","title":"MathString"},"26":{"body":"LineType describes whether a line should be displayed as a continuous line, a ray or a segment. This property is allowed in a few functions. Possible values are: LINE, RAY, SEGMENT. The default depends on the context.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"26","title":"LineType"},"27":{"body":"Syntax Expression : ImplicitIterator only if iter = true | SimpleExpression | Expression BinOp Expression ; BinOp : + | - | * | / SimpleExpression : -? SimpleExpressionKind (^ Exponent )? Properties ? SimpleExpressionKind : NAMES | NUMBER | ExplicitIterator | PointCollectionConstructor UnOp : - Exponentiation : SimpleExpressionKind ^ -? Exponent Exponent : INTEGER ( INTEGER / INTEGER ) PointCollectionConstructor : & ( Expression (, Expression )* ) Expressions represent all values in GeoScript. A simple example of an expression is a variable reference with the variable's value or a number literal. After most expressions display options can be given, modifying how the expression affects the final figure visually.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Expressions","id":"27","title":"Expressions"},"28":{"body":"Names can also be used as expressions. See here for more details.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Names","id":"28","title":"Names"},"29":{"body":"Binary operators all have the standard mathematical operation order. Unary operators always precede binary operators and implicit iterators always precede all operators. You can define your own order with parenthesis. Currently, Geo-AID supports only addition, subtraction, multiplication and division as binary operators and negation as unary. Weight in binary operations is applied to both of their operands. In unary operations, it is directly applied to their single operand.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Operators","id":"29","title":"Operators"},"3":{"body":"Before you start using Geo-AID, you'll need to install it. Unfortunately, it does not come in the form of precompiled binaries, and you'll need some other tools to build it. First, install Rust and Cargo . Once you're done, there are two ways of setting up Geo-AID: The first way is to simply use the cargo install method: cargo install geo-aid This has the advantage of installing Geo-AID globally, so that you can run it from anywhere. It will take care of all dependencies for you. Building may take some time, but once it's done, it's done for good (unless you'll want to update it). The second way is to clone/download the GitHub repository ( remember to get the last vX.X version) and build Geo-AID yourself. In this, case, you will also need the geo_aid_derive source. To download the repos, you'll need to download the .zip file and unpack it somewhere. If you want to clone it (recommended), you'll need git . The clone way is shown below mkdir geo-aid\ncd geo-aid\ngit clone https://github.com/DragonGamesStudios/Geo-AID.git\ngit clone https://github.com/DragonGamesStudios/geo_aid_derive.git\ncd Geo-AID\ngit checkout v0.2 It's important that if you compile from source, you should preserve this file structure: | some_folder: | geo-aid | geo_aid_derive Then, either build it with cargo build --release and use the produced executable or run it with cargo run --release -- . Run the program with the --version flag to check if it works properly. You can also run geo-aid --help (replace geo-aid with cargo run --release -- if using the second way) if you want to see how to use the tool CLI (you can also check the CLI reference ). The rest of this book will assume you have the command globally available (as if it was installed).","breadcrumbs":"Beginner guide » Getting started » Installation","id":"3","title":"Installation"},"30":{"body":"Exponentiation takes precedence over every other operator, including negation. It can be written as base^exp, where base is the raised expression and exp is the exponent, either a literal integer or a fraction in the form (nom / denom) with nom and denom being integers and denom being nonzero. The exponent can also be negated by including a - in front of it (in case of fraction exponents, before the parenthesis). When raising a value to a power, its unit is also raised. Weights, like other properties are passed on to raised expressions.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Exponentiation","id":"30","title":"Exponentiation"},"31":{"body":"Expressions can also be used to construct point collections out of other expressions with &(A, B, ...) syntax. All expressions inside must be convertible to points. Weights on point collections are treated as though they were applied to each of the collected points.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Point Collections","id":"31","title":"Point Collections"},"32":{"body":"Syntax Figure : Statement * Statement : FlagStatement | LetStatement | RuleStatement | RefStatement | ; A Figure describes how a figure should be generated in terms of generator flags, variable definitions and rules.","breadcrumbs":"GeoScript reference » Syntax » Figure » Figure","id":"32","title":"Figure"},"33":{"body":"Syntax FlagStatement : FlagName FlagValue FlagName : @ NAMED_IDENT (. NAMED_IDENT )* : FlagValue : NAMED_IDENT | FlagSet | NUMBER FlagSet : { FlagStatement * } Flags modify the behavior of Geo-AID's generator. They have default values, though some of them need to be explicitly specified to enable certain features (e.g. distance_literals). A flag statement composes of the flag's name and its value. Each flag has a predefined type and will only accept values of that type. Identifier flags accept identifiers in general, though usually only a subset of identifiers is valid, representing certain behavior options. Boolean flags are used to enable or disable certain features/modifications to the standard behavior. They accept 1, true, enabled and yes as a true value and 0, false, disabled and no as a false value. Number flags may accept floats or integers, depending on the flag. Flag sets are special flags that categorize other flags. If you want to modify multiple flags of the same category, simply set the value of the parent set flag to a flag set with the respective statements. Flag statements also accept a syntatic sugar for flag indexing. Instead of writing @optimizations { @identical_expressions: false\n} You can simply write @optimizations.identical_expressions: false","breadcrumbs":"GeoScript reference » Syntax » Flags » Flags","id":"33","title":"Flags"},"34":{"body":"Lexer IDENT : NAMED_IDENT | POINT_COLLECTION NAMED_IDENT : Start Continue* POINT_COLLECTION : (Point '*)+ Where Start is any unicode character with the Alphabetic property or an underscore (_) character, Continue is Start or a tick (') character and Point is any unicode character with the Uppercase property. Identifiers mostly represent variables, though they may also serve as a rule operator, a function, a value for a display property or a flag value. See also: names . Point collections are a special kind of identifiers. They essentially represent a sequence of variables, each being a point.","breadcrumbs":"GeoScript reference » Syntax » Identifiers » Identifiers","id":"34","title":"Identifiers"},"35":{"body":"Syntax ImplicitIterator : Expression (, Expression )+ ExplicitIterator : $ INTEGER ( Expression (, Expression )* ) Iterators can be used in let statements and rules on both sides. A sequence of expressions separated by a comma is called an implicit iterator . Using these, multiple lines of a script can be collapsed into a single one. For example: let A, B, C = Point(); AB = AC, BC; Iterators are expanded into multiple rules/statement by simply iterating over the given sequence. Implicit iterators take precedence over any arithmetic operators. Here's a few examples: AB, BC = CD, EF; # Becomes\nAB = CD;\nBC = EF; AB < XY + YZ, OI; # Becomes.\nAB < XY + YZ;\nAB < XY + OI; whereas AB < (XY + YZ), OI; # Becomes AB < XY + YZ;\nAB < OI; To use implicit iterators inside a function call, simply put parentheses around them: intersection(AB, (KL, XY)) Another type of iterator is an explicit iterator . These are written in the following way: AB = $1(AC, BC); The above example is equivalent to just writing AB = AC, BC; The number after the dollar sign is the id of the iterator. If only a single id is used, they function just like implicit iterators. However, when using multiple different ids, more complicated results can be achieved: $1(AB, CD) < $2(XY, YZ); # Becomes\nAB < XY;\nCD < XY;\nAB < YZ;\nCD < YZ; Explicit iterators can also be nested, allowing for even more complicated rules. For example: $1(AB, BC) > $1(x, $2(a, b)), $3(9, 4, 3); # Becomes\nAB > x;\nBC > a;\nBC > b;\nAB > 9;\nAB > 4;\nAB > 3;\nBC > 9;\nBC > 4;\nBC > 3; Iterators have a few rules. Not obeying them causes compilation errors. All implicit iterators have an id of 0; All iterators of the same id must have the same length; The left hand side of let statements only accept implicit iterators; The right hand side of let statements accepts at most one level of iteration; The right hand side of a let statement may only contain iterators, if so does the left side; All iterators must have at least two variants; An iterator with id x must not contain another iterator with id x; Iterator length must not exceed 255; Iterator id must be an integer;","breadcrumbs":"GeoScript reference » Syntax » Iterators » Iterators","id":"35","title":"Iterators"},"36":{"body":"Syntax Name : IDENT | ExprCall | FieldIndex | ( Expression ) ExprCall : Name ( ( Expression (, Expression )*)? )\\","breadcrumbs":"GeoScript reference » Syntax » Names » Names","id":"36","title":"Names"},"37":{"body":"Names can be interpreted in two ways: as values or as function references. When used as values, identifiers denote variable accesses, field indices represent accessing certain fields of values, parenthesised expressions represent the contained expressions and function calls are rather self-explanatory. When used as function references, idents represent global functions, field accesses represent methods and parenthesised expressions, like function calls, are not allowed.","breadcrumbs":"GeoScript reference » Syntax » Names » Interpreting names","id":"37","title":"Interpreting names"},"38":{"body":"Identifiers denote variables created with let statements. When given weight to a named identifier, it will affect the weighing of the definition after expansion (the definition itself won't be affected). When a weight is given to a point collection, it will act as though it was given to each of the referenced points. Note, however, that since point collections are simply abstractions, there is no guarantee that each point of the collection will be used. It the vast majority of cases that can however be guaranteed.","breadcrumbs":"GeoScript reference » Syntax » Names » Variables","id":"38","title":"Variables"},"39":{"body":"Different types have different fields. You should seek specifics in the documentations of respective types. A field index has the following form: name . field. The name is expected to be a value. Weights on field accesses are treated like on variables.","breadcrumbs":"GeoScript reference » Syntax » Names » Fields","id":"39","title":"Fields"},"4":{"body":"In order to use Geo-AID, we have to tell it exactly what we want. We can do this with a script file. Geo-AID uses a special language called GeoScript that lets us give specific instructions. Create the following file with a name of your choice, say figure.geo: let A = Point();\nlet B = Point();\nlet C = Point(); AB = AC;\nAB = BC; and run it with the following command: geo-aid figure.geo After a short wait a new file figure.svg should show up. Open it in any SVG previewer (could even be your browser) and gaze at your first figure in awe: Ok, but what exactly happened here? Let's take a closer look at the script we've just given to Geo-AID: First, we have the three let statements. These statements are used to create variables. In our case, these variables are points created with the Point() function. You can also add special display properties to the variable definitions to change how they are rendered. For example, if you change the first line to the following: let A [label = G] = Point(); you should get something like this: You can find out more about the display system here . After the variable definitions, we have the two lines: AB = AC;\nAB = BC; These are called rule statements. They represent a relationship between the left hand side and the right hand side. In this case, the relationship is the equality of lengths AB, BC and AC. It's worth noting that the equality sign represents a rule , not a definition or a redefinition . GeoScript is a description language, not a programming one. Geo-AID takes these requirements and attempts to create a figure that meets them. let statements and rules can be sometimes combined by adding rules after the left hand side of a let statement. For example: # This is a comment\nlet A = Point();\nlet B = Point();\nlet C = Point();\nlet r = dst(BC) < AB; let omega = Circle(A, r); Here, r is set to the distance BC and said to be smaller than AB.","breadcrumbs":"Beginner guide » Getting started » Your first figure","id":"4","title":"Your first figure"},"40":{"body":"The call syntax, name(arg1, arg2, ...) can be used to call functions with specified parameters. Functions, beyond being constructive expressions, can modify the visual output of the figure, e.g. add a line/ray. This behavior can be usually modified using display options. Some functions accept parameter groups, allowing infinite number of parameters. All functions return a single value. Implicit iterators cannot be used in function parameters, unless surrounded by parentheses. The name of the function must be a function reference. If it's an ident, it's treated as a global function. If it's a field index, the function is treated like a method. Methods are special functions defined on types. They use that type as their first parameter, and are generally associated to that type. For specific examples, look at type documentations. Function names are case-insensitive and ignore underscores. This means that functions perpendicular_through, perpendicularthrough, PERPendicularthrougH and P_erpendic_ular___Through_ are the same function. Weights given to function calls affect the parameters and the expression generated by the function.","breadcrumbs":"GeoScript reference » Syntax » Names » Functions","id":"40","title":"Functions"},"41":{"body":"Putting expressions in parentheses allows for modifying the order of operations or allowing the use of explicit iterators in contexts, where it wouldn't be normally possible. They also allow using complex expressions as names. Weights applied to parenthesised expressions are applied to their contained expressions. Note, that sometimes applied weight to parenthesised expressions is the only way to apply weight to the entire expression (for example: binary operations).","breadcrumbs":"GeoScript reference » Syntax » Names » Parentheses","id":"41","title":"Parentheses"},"42":{"body":"Lexer NUMBER : INTEGER | FLOAT INTEGER : Digit+ FLOAT : INTEGER . Digit* Where Digit is an ASCII digit (0-9). Either integers or decimals.","breadcrumbs":"GeoScript reference » Syntax » Numbers » Numbers","id":"42","title":"Numbers"},"43":{"body":"Syntax Properties : [ Property (; Property )* ] Property : NAMED_IDENT = PropertyValue PropertyValue : NUMBER | IDENT | STRING | RawString RawString : ! STRING","breadcrumbs":"GeoScript reference » Syntax » Properties » Properties","id":"43","title":"Properties"},"44":{"body":"","breadcrumbs":"GeoScript reference » Syntax » Properties » Property values","id":"44","title":"Property values"},"45":{"body":"Boolean properties represent true or false for certain properties. A true value can be represented as the following: 1, true, enabled, on, \"true\", \"enabled\", \"on\" A false value can be represented like this: 0, false, disabled, off, \"false\", \"disabled\", \"off\" NOTE : Cannot be represented by a raw string. NOTE : In case of boolean values, parsing of identifiers and strings is case-insensitive.","breadcrumbs":"GeoScript reference » Syntax » Properties » bool","id":"45","title":"bool"},"46":{"body":"Number values accept positive integers and floats. They cannot be expressed by idents or strings. Used for weights.","breadcrumbs":"GeoScript reference » Syntax » Properties » number","id":"46","title":"number"},"47":{"body":"Style properties tell Geo-AID how to display a given line or a circle. Available options are: SOLID, DASHED, BOLD, and DOTTED. They can be represented using identifiers or non-raw strings. When parsed, case is ignored.","breadcrumbs":"GeoScript reference » Syntax » Properties » Style","id":"47","title":"Style"},"48":{"body":"This property is most commonly seen alongside lines constructed from points. This tells Geo-AID whether to display the line as a LINE, a RAY, or a SEGMENT.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"48","title":"LineType"},"49":{"body":"MathString properties usually represent label contents. MathStrings are used to write normal text while also allowing lower indices and a restricted set of mathematical characters, like greek letters. Parsing Identifiers If the identifier is a single character or a character code representing a letter (character codes explained below), a number of primes (also explained below), and a _ followed by digits, it can be parsed as a MathString containing only that character. Examples: A\nB_12\nC'\nD''_456 Raw strings Raw strings are parsed as a set of ASCII characters without any additional processing. Useful for injecting LaTeX into point labels, should it be necessary. Examples: !\"\\mathbb{X}^\\prime\"\n!\"Hello, World!\"\n!\"_{}}}Everything is literal}\" Strings Strings are parsed like raw strings with a few important exceptions: Single quotes (') are parsed as primes; Everything directly after a _, until, but not including, a space, is parsed as being in lower index; Lower index cannot be used inside a lower index; Longer text with spaces can be put inside a lower index if delimited by braces ({}); Text inside brackets ([]) is parsed as a character code and outputs a special character with that code; \\\\ before a character inserts that character regardless of the above rules (it does not, however, enable using \" in a string. You can use [quote] for that purpose). Examples: \"A\"\n\"B_12\"\n\"C'_{Hello, World!}\"\n\"[Alpha] [quote]label [alpha][quote]\" Character codes Character codes are used to represent special characters. Currently, Geo-AID only supports greek letters - in form of the names of those letters, where the case of the first letter decides the case of the output letter - and quotes (\"), written as qoute. Primes Primes, in MathStrings, are ticks often seen beside points. They are often used to represent a point after certain transformations, like symmetry or rotation (looks like A'). In MathStrings, all non-escaped (\\\\) single quotes (') are treated as those.","breadcrumbs":"GeoScript reference » Syntax » Properties » MathString","id":"49","title":"MathString"},"5":{"body":"Geo-AID mostly operates on expressions. They are variable definitions and both sides of rules. Expressions can be mathematical operations, function calls, lines, distances and literals. All expressions produce values of certain types. Primary examples of these types are points, lines, circles and numbers. They're what the generator operates on and what everything is ultimately compiled into. Everything else is just an abstraction over these primitives. Additionally, numbers can have units. Performing addition or subtraction on numbers with incompatible units is an error. Point collections are sequences of point letters, like AB, ABC, GFED, X, A'V. For a name to be collectable, it has to be a single, uppercase letter with an arbitrary number of ticks (') following it, that represents a point. Point collections can also be constructed using &(...) syntax. You can use them on the left-hand side of let statements to unpack the rhs expression onto a point collection. Note, however, that not all types have that option. let ABC = &(intersection(XY, GH), mid(G, H), intersection(TU, KL)); Other than that, there are other types, like, for example, Segment. These are used for more specific purposes.","breadcrumbs":"Beginner guide » Getting started » Expressions","id":"5","title":"Expressions"},"50":{"body":"LineType describes whether a line should be displayed as a continuous line, a ray or a segment. This property is allowed in a few functions. Possible values are: LINE, RAY, SEGMENT. The default depends on the context.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"50","title":"LineType"},"51":{"body":"Syntax RefStatement : Properties ? Expression ; Ref statements can be used to display expressions without any side effects.","breadcrumbs":"GeoScript reference » Syntax » Ref statements » Ref statements","id":"51","title":"Ref statements"},"52":{"body":"If provided a non-zero weight property, a ref statement generates a bias rule . Bias rules are rules that are always true. They can be used to artificially make certain adjustables more stable. Beyond that, any display properties defined on them are treated like properties of the ref-ed expression.","breadcrumbs":"GeoScript reference » Syntax » Ref statements » Properties of refs","id":"52","title":"Properties of refs"},"53":{"body":"Syntax RuleStatement : Properties Expression ( RuleOp Expression )* ; RuleOp : < | <= | = | >= | > | IDENT | ! RuleOp Rules are the basic building blocks of a figure. They define relationships between figure objects. Geo-AID attempts to generate a figure that obeys them as good as it can. Rules tie two expressions (left and right hand side) with a relationship, otherwise known as the rule operator. Currently supported rule operators are all comparison operators. When given an identifier, a proper defined rule operator is looked up and compiled accordingly. Rules can also be inverted with an exclamation mark in front of the operator. Rules can be chained like so: 2 < a < 3; The above is equivalent to 2 < a;\na < 3; Weights on non-ident rules are assigned to them directly and end up being used directly in the generation process. Weights on ident rules are treated differently depending on the rule. You should seek documentation on them in docs for respective operators. Rule operators are case-insensitive and ignore underscores. This means that rules lies_on, lieson, LIEsoN and L_ie_s___On are the same rule.","breadcrumbs":"GeoScript reference » Syntax » Rules » Rules","id":"53","title":"Rules"},"54":{"body":"Syntax LetStatement : let VariableDefinition (, VariableDefinition )* = Expression ( RuleOp Expression )? ; VariableDefinition : IDENT Properties ? A let statement creates variables given on the left hand side. The lhs of the statement can contain multiple variables. In that, case if the rhs has no iteration, all variables will be set to the given definition (no the same value, though). If there is one level of iteration, all variables will get their respective definition. More levels of iteration are not allowed. The rhs expression of the statement can either become the variable's definition or it can be unpacked onto a point collection. Point collection variables are invalid. A point collection may be used on the right hand side only if the identifier on the left is a point collection. After each variable name there can be given properties that are later applied to the defining expression(s). The let statement also accepts a single rule after its right hand side. It behaves as if the lhs was a sequence of variable accesses in a 0-id iterator.","breadcrumbs":"GeoScript reference » Syntax » Variables » Variables","id":"54","title":"Variables"},"55":{"body":"","breadcrumbs":"GeoScript reference » Types » Types","id":"55","title":"Types"},"56":{"body":"A number is a simple complex value with a unit - a unit is a product of integer powers of simple units. The simple units are: Distance Angle Unknown-unit numbers (usually literals) can be converted into a number with a distance unit. Any number, whose unit cannot be determined, is assumed to be unit-less. Numbers in this reference are denoted as Number(). A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. Any variable defined with an unknown-unit number is assumed to be unit-less. When performing multiplication/division over a number with a unit and a number with an unknown unit, the latter is automatically converted into a unit-less number. Note: A literal will never be coerced to an angle, since that would introduce uncertainty whether it should be treated as given in radians or degrees. Instead, look for their respective functions. Methods acos() for no unit Return type : Number (angle) Returns : Arccosine of this number. acot() (alias actg) for no unit Return type : Number (angle) Returns : Arccotangent of this number. acsc() for no unit Return type : Number (angle) Returns : Arccosecant of this number. asec() for no unit Return type : Number (angle) Returns : Arcsecant of this number. asin() for no unit Return type : Number (angle) Returns : Arcsine of this number. atan() (alias atg) for no unit Return type : Number (angle) Returns : Arctangent of this number. conjugate() for any unit Return type : Number (same unit) Returns : the conjugate of this number. cos() for angle Return type : Number (no unit) Returns : Cosine of this angle. cot() (alias ctg) for angle Return type : Number (no unit) Returns : Cotangent of this angle. csc() for angle Return type : Number (no unit) Returns : Cossecant of this angle. degrees() (alias deg) if the number is unitless. Return type : Number (angle) Returns : Angle value with measurement equal to this number in degrees. degrees() (alias deg) if the number is an angle. Return type : Number (no unit) Returns : The measurement of this angle in degrees. imaginary() (alias im) for any unit Return type : Number (same unit) Returns : The imaginary part of this number. radians() (alias rad) if the number is unitless. Return type : Number (angle) Returns : Angle value with measurement equal to this number in radians. radians() (alias rad) if the number is an angle. Return type : Number (no unit) Returns : The measurement of this angle in radians. real() (alias re) for any unit Return type : Number (same unit) Returns : The real part of this number. sec() for angle Return type : Number (no unit) Returns : Secant of this angle. sin() for angle Return type : Number (no unit) Returns : Sine of this angle. tan() (alias tg) for angle Return type : Number (no unit) Returns : Tangent of this angle. to_point() for distances Return type : Point Returns : this number as a point.","breadcrumbs":"GeoScript reference » Types » Number","id":"56","title":"Number"},"57":{"body":"A point is defined as a point on a Euclidean plane. Denoted as Point. Points have two methods: x and y, returning the respective coordinate values. A point collection of length one is always automatically converted into a point. Methods to_complex() Return type : Number (distance) Returns : This point as a number.","breadcrumbs":"GeoScript reference » Types » Point","id":"57","title":"Point"},"58":{"body":"A circle is given a center and a radius. It is a set of points with the distance to its center equal to its radius. Denoted as Circle. Methods center() Return type : Point Returns : the circle's center. radius() Return type : Number (distance) Returns : the circle's radius.","breadcrumbs":"GeoScript reference » Types » Circle","id":"58","title":"Circle"},"59":{"body":"A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. A line is a line in Euclidean sense. Denoted as Line.","breadcrumbs":"GeoScript reference » Types » Line","id":"59","title":"Line"},"6":{"body":"Geo-AID is capable of performing some implicit conversions: Unknown-unit numbers (usually literals) can be converted into a number with a distance unit. A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. A point collection of length one is always automatically converted into a point. When performing multiplication/division over a number with a unit and a number with an unknown unit, the latter is automatically converted into a unitless number Any variable defined with an unknown-unit number is assumed to be unit-less.","breadcrumbs":"Beginner guide » Getting started » Implicit conversions","id":"6","title":"Implicit conversions"},"60":{"body":"Point collections are simply ordered collections of points. It is never a separate entity, only an abstraction over a set of points. Denoted as -P. If is given as 0, it means a collection of any length. Most functions that accept points as arguments, also accept point collections. Methods area() if the collection has length of at least 3. Return type : Number (distance^2) Returns : The area of the polygon. signedarea() if the collection has length of at least 3. Return type : Number (distance^2) Returns : The signed area of the polygon, where the sign depends on the clockwiseness of the points given. circumcircle() if the collection has length of 3. Return type : Circle Returns : The circle circumscribed on the three points. dst() (alias len) if the collection has length of 2. Return type : Number (distance) Returns : the distance between the two points. incircle() if the collection has length of 3. Return type : Circle Returns : The circle inscribed in the three points. mid() for any length. Return type : Point Returns : The arithmetic average of the points included in the collection (coordinates-wise). vector() (alias vec) if the collection has length of 2. Return type : Number (distance) Returns : The vector from the first point to the second point.","breadcrumbs":"GeoScript reference » Types » Point collections","id":"60","title":"Point collections"},"61":{"body":"Any two points can be connected with a Segment. Methods len() Return type : Number (distance) Returns : the distance AB. Displays : exactly what dst displays, except that the draw_segment property is false by default.","breadcrumbs":"GeoScript reference » Types » Segment","id":"61","title":"Segment"},"62":{"body":"Represents a plane transformation. Currently only similarities are supported. Methods compose(other: TransformType) Return type : TransformType Returns : The composition of this transform and the other transform (the other is performed first). transform(object: Any) (alias t) Return type : Depends on the transformation. Returns : The transformed object. If the transformation doesn't support a type, an error will be raised.","breadcrumbs":"GeoScript reference » Types » TransformType","id":"62","title":"TransformType"},"63":{"body":"Standard arithmetic operations - addition (+), subtraction (-), multiplication (*) and division (/) are only allowed between numbers. Addition and subtraction must only be performed between numbers of the same unit, whereas multiplication and division can be done with any two numbers. The resulting unit will simply be a product of the operation. Beyond that, negation with the - operator can be performed on any number.","breadcrumbs":"GeoScript reference » Operators » Operators","id":"63","title":"Operators"},"64":{"body":"Here are listed all of GeoScript's functions. Note that, the names are case-insensitive and ignore underscores. This means that functions perpendicular_through, perpendicularthrough, PERPendicularthrougH and P_erpendic_ular___Through_ are the same function. Overloads are listed in the order they are checked.","breadcrumbs":"GeoScript reference » Functions » Functions","id":"64","title":"Functions"},"65":{"body":"acos(v: Number (no unit)) Return type : Number (angle) Returns : Arccosine of this value.","breadcrumbs":"GeoScript reference » Functions » acos","id":"65","title":"acos"},"66":{"body":"acot(v: Number (no unit)) Return type : Number (angle) Returns : Arccotangent of this value.","breadcrumbs":"GeoScript reference » Functions » acot (alias actg)","id":"66","title":"acot (alias actg)"},"67":{"body":"acsc(v: Number (no unit)) Return type : Number (angle) Returns : Arccosecant of this value.","breadcrumbs":"GeoScript reference » Functions » acsc","id":"67","title":"acsc"},"68":{"body":"angle(ABC: 3-P) angle(A: Point, B: Point, C: Point) Return type : Number (angle) Returns : measurement of the angle ABC Displays : the angle's arms. The function accepts additional properties in the form of: struct Angle { display_arms: bool, // Default: true, arms_type: LineType, // Default: SEGMENT\n} display_arms decides whether the arms should be displayed and arms_type decides whether they should be segments, rays or lines. The assumed order for rays is B -> A and B -> C; angle(k: Line, l: Line) Return type : Number (angle) Returns : measurement of the angle between k and l. Which angle, depends on the order of the lines. For predictable outcome, the point versions are strongly recommended.","breadcrumbs":"GeoScript reference » Functions » angle","id":"68","title":"angle"},"69":{"body":"area(A (Point), B (Point), C (Point), ...) area(ABC... (Point collection)) Works for 3 or more points. Return type : Number (distance^2) Returns : the area of the given polygon.","breadcrumbs":"GeoScript reference » Functions » area","id":"69","title":"area"},"7":{"body":"Many figures feature multiple points and defining each one with a separate let statement can feel very verbose. To help that, GeoScript has a powerful iterator system. Iterators can be used in let statements and rules on both sides. A sequence of expressions separated by a comma is called an implicit iterator . Using these, we can collapse multiple lines of a script into a single one. For example, our first figure script becomes the following: let A, B, C = Point(); AB = AC, BC; Iterators are expanded into multiple rules/statement by simply iterating over the given sequence. Note that implicit iterators take precedence over binary arithmetic operators. Here's a few examples: AB, BC = CD, EF; # Becomes\nAB = CD;\nBC = EF; AB < XY + YZ, OI; # Becomes.\nAB < XY + YZ;\nAB < XY + OI; whereas AB < (XY + YZ), OI; # Becomes AB < XY + YZ;\nAB < OI; To use implicit iterators inside a function call, simply put parentheses around them: intersection(AB, (KL, XY)) Another type of iterator is an explicit iterator . These are written in the following way: AB = $1(AC, BC); The above example is equivalent to just writing AB = AC, BC; The number after the dollar sign is the id of the iterator. If you're using a single id, they function just like implicit iterators. However, when using multiple different ids, you can get some interesting results: $1(AB, CD) < $2(XY, YZ); # Becomes\nAB < XY;\nCD < XY;\nAB < YZ;\nCD < YZ; Explicit iterators can also be nested, allowing for even more complicated rules. For example: $1(AB, BC) > $1(x, $2(a, b)), $3(9, 4, 3); # Becomes\nAB > x;\nBC > a;\nBC > b;\nAB > 9;\nAB > 4;\nAB > 3;\nBC > 9;\nBC > 4;\nBC > 3; There are a few important things to remember about iterators: All implicit iterators have an id of 0; All iterators of the same id must have the same length; The left hand side of let statements only accept implicit iterators; The right hand side of let statements accepts at most one level of iteration; The right hand side of a let statement may only contain iterators, if so does the left side; All iterators must have at least two variants; An iterator with id x must not contain another iterator with id x; Iterator length must not exceed 255; Iterator id must be an integer; Exact rules regarding the iterators can be found here .","breadcrumbs":"Beginner guide » Getting started » Shortening the code with iterators","id":"7","title":"Shortening the code with iterators"},"70":{"body":"asec(v: Number (no unit)) Return type : Number (angle) Returns : Arcsecant of this value.","breadcrumbs":"GeoScript reference » Functions » asec","id":"70","title":"asec"},"71":{"body":"asin(v: Number (no unit)) Return type : Number (angle) Returns : Arcsine of this value.","breadcrumbs":"GeoScript reference » Functions » asin","id":"71","title":"asin"},"72":{"body":"atan(v: Number (no unit)) Return type : Number (angle) Returns : Arctangent of this value.","breadcrumbs":"GeoScript reference » Functions » atan (alias atg)","id":"72","title":"atan (alias atg)"},"73":{"body":"bisector(AB: 2-P) bisector(A: Point, B: Point) Return type : Line Returns : a bisector of the segment AB - a perpendicular line passing through its center. bisector(ABC: 3-P) bisector(A: Point, B: Point, C: Point) Return type : Line Returns : a bisector of the angle ABC - a line between lines AB and BC, where each point is in the same distance from both of these lines. Displays : the angle's arms. The function accepts additional properties in the form of: struct Bisector { display_arms: bool, // Default: true, arms_type: LineType, // Default: SEGMENT\n} display_arms decides whether the arms should be displayed and arms_type decides whether they should be segments, rays or lines. The assumed order for rays is B -> A and B -> C; angle(k: Line, l: Line)","breadcrumbs":"GeoScript reference » Functions » bisector","id":"73","title":"bisector"},"74":{"body":"center(circle: Circle) **Return type: Point","breadcrumbs":"GeoScript reference » Functions » center","id":"74","title":"center"},"75":{"body":"circle(center: Point, radius: Number (distance)) circle(radius: Number (distance), center: Point) Return type : Circle Returns : a circle with the given center and radius. circle() Return type : Circle Returns : a circle with an adjusted (free point) center and an adjusted (free real) radius.","breadcrumbs":"GeoScript reference » Functions » circle","id":"75","title":"circle"},"76":{"body":"circumcircle(a: Point, b: Point, c: Point) circumcircle(abc: 3-P) Return type : Circle Returns : a circle circumscribed on the three points given.","breadcrumbs":"GeoScript reference » Functions » circumcircle","id":"76","title":"circumcircle"},"77":{"body":"conjugate(v: Number (any unit)) Return type : Number (the same unit) Returns : The conjugate of this number.","breadcrumbs":"GeoScript reference » Functions » conjugate","id":"77","title":"conjugate"},"78":{"body":"convex(n: Number (literal, no unit)) Only works with a number literal. Return type : PC-n Returns : A convex polygon with n sides.","breadcrumbs":"GeoScript reference » Functions » convex (alias convexpolygon, convexpoly)","id":"78","title":"convex (alias convexpolygon, convexpoly)"},"79":{"body":"cos(v: Number (angle)) Return type : Number (no unit) Returns : Cosine of this angle.","breadcrumbs":"GeoScript reference » Functions » cos","id":"79","title":"cos"},"8":{"body":"Sometimes you will stumble on a figure that is quite challenging to draw, even for Geo-AID. In these cases, it's worth knowing a few tricks to guide Geo-AID through them. When Geo-AID generates a figure, it does so with a certain amount of samples, over multiple cycles, until a certain condition (currently: average quality delta over the last x cycles goes below a certain value) is met. That's a lot of different generation parameters and all of them are modifiable. Sample count (-s or --samples option, 512 by default) By modifying this parameter, you change how many different versions of a generation cycle are created. The higher the value, the more likely Geo-AID is to find the right spot for every point. It will, however, take more time, and it might make certain flaws of Geo-AID's generation more visible. Generation break average delta threshold (-d option, 0.0001 by default) Lowering this makes Geo-AID go on with generation for a little longer, essentially postponing the moment it decides it won't really get much better. Count of last records used in calculating the average delta (-m option, 128 by default) Increasing this makes Geo-AID take more of the last cycles into consideration when deciding whether to stop. Generation engine (-e or --engine, glide by default) By default, Geo-AID uses glide as its optimization engine as it should generally perform better than rage. It might, however, be worth a try to switch the engine. Maximum adjustment per generation cycle (-a option, 0.5 by default) This modifies how much can a single point/number be changed when adjusting for another cycle. Keep in mind that this is only a base for calculations. In reality, the amount of adjustment allowed depends on the given point's quality and is different between different workers to allow both big and small changes in the same generation cycle. This parameter only works with the Rage engine. Usually, the most visible effect comes from increasing the sample count. Ultimately the best way of increasing odds for Geo-AID is to write the script as well as you can, relying strongly on defining points with expressions. The golden rule is: the fewer rules, the better.","breadcrumbs":"Beginner guide » Dealing with complicated figures » Dealing with complicated figures","id":"8","title":"Dealing with complicated figures"},"80":{"body":"cot(v: Number (angle)) Return type : Number (no unit) Returns : Cotangent of this angle.","breadcrumbs":"GeoScript reference » Functions » cot (alias ctg)","id":"80","title":"cot (alias ctg)"},"81":{"body":"csc(v: Number (angle)) Return type : Number (no unit) Returns : Cosecant of this angle.","breadcrumbs":"GeoScript reference » Functions » csc","id":"81","title":"csc"},"82":{"body":"degrees(value: Number (no unit)) Return type : Number (angle) Returns : an angle with the given measurement in degrees. Related: radians degrees(value: Number (angle)) Return type : Number (no unit) Returns : the angle value in degrees. Related: radians","breadcrumbs":"GeoScript reference » Functions » degrees (alias deg)","id":"82","title":"degrees (alias deg)"},"83":{"body":"dst(AB: 2-P) dst(A: Point, B: Point) Return type : Number (distance) Returns : the distance between points A and B. Displays : the segment AB. The function accepts additional properties in the form of: struct Dst { display_segment: bool, // Default: true, style: Style, // Default: SOLID\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed. dst(P: Point, k: Line) dst(k: Line, P: Point) Return type : Number (distance) Returns : the distance between point P and line k. Displays : the segment between P and its perpendicular projection onto k. The function accepts additional properties in the form of: struct Dst { display_segment: bool, // Default: true, style: Style, // Default: DASHED\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed. dst(value: Number (no unit / distance)) Return type : Number (angle) Returns : the value with a distance unit.","breadcrumbs":"GeoScript reference » Functions » dst (alias len)","id":"83","title":"dst (alias len)"},"84":{"body":"homothety(origin: Point, scale: Number (no unit)) homothety(scale: Number (no unit), origin: Point) Return type : TransformType Returns : a homothety with an origin and scale.","breadcrumbs":"GeoScript reference » Functions » homothety","id":"84","title":"homothety"},"85":{"body":"imaginary(v: Number (any unit)) Return type : Number (the same unit) Returns : The imaginary part of this number.","breadcrumbs":"GeoScript reference » Functions » imaginary (alias im)","id":"85","title":"imaginary (alias im)"},"86":{"body":"incircle(a: Point, b: Point, c: Point) incircle(abc: 3-P) Return type : Circle Returns : a circle inscribed in the three points given.","breadcrumbs":"GeoScript reference » Functions » incircle","id":"86","title":"incircle"},"87":{"body":"All overloads by default don't display the point dot. This can be changed with properties. intersection(k: Line, l: Line) Return type : Point Returns : intersection of lines k and l. intersection(k: Line, circle: Circle) intersection(circle: Circle, k: Line) Return type : Point Returns : intersection of line k and circle circle. intersection(o1: Circle, o2: Circle) Return type : Point Returns : intersection of circles o1 and o2. Note : display_dot property is not currently supported.","breadcrumbs":"GeoScript reference » Functions » intersection","id":"87","title":"intersection"},"88":{"body":"line(col: 2-PC) line(P: Point, Q: Point) Return type : Line Returns : a line through two given points. Displays : The created line.","breadcrumbs":"GeoScript reference » Functions » line","id":"88","title":"line"},"89":{"body":"mid(col: 0-P) Return Type : Point Returns : The middle point of all points in the collection. Note : The following functions allow any positive numbers of arguments. mid(v_1: Number (any unit u), v_2 Number (the same unit u), ..., v_n: Number (the same unit u)) Return type : Number (the same unit u) Returns : The average value of v_1, v_2, ... v_n. mid(P_1: Point, P_2: Point, ..., P_n: Point) Return type : Point Returns : The middle point of P_1, P_2, ... P_n. Special cases: when n=2, the middle of a segment; When n=3, the centroid of a triangle.","breadcrumbs":"GeoScript reference » Functions » mid","id":"89","title":"mid"},"9":{"body":"By default, whenever run, Geo-AID will generate a file in the same location with a different extension matching the requested format. If multiple formats were provided, multiple files with different extensions are generated. This behavior can be modified with the --output option. Command Overview: Geo-AID","breadcrumbs":"CLI Reference » Command-Line Interface of Geo-AID","id":"9","title":"Command-Line Interface of Geo-AID"},"90":{"body":"parallel_through(P: Point, k: Line) parallel_through(k: Line, P: Point) Return type : Line Returns : a line parallel to k, passing through P.","breadcrumbs":"GeoScript reference » Functions » parallel_through (alias parallel)","id":"90","title":"parallel_through (alias parallel)"},"91":{"body":"perpendicular_through(P: Point, k: Line) perpendicular_through(k: Line, P: Point) Return type : Line Returns : a line perpendicular to k, passing through P.","breadcrumbs":"GeoScript reference » Functions » perpendicular_through (alias perpendicular)","id":"91","title":"perpendicular_through (alias perpendicular)"},"92":{"body":"point() Return type : Point Returns : an adjusted (free) point.","breadcrumbs":"GeoScript reference » Functions » point","id":"92","title":"point"},"93":{"body":"polygon(n: Number (literal, no unit)) Only works with a number literal. Return type : PC-n Returns : A polygon with n sides. Possibly concave, possibly self-intersecting.","breadcrumbs":"GeoScript reference » Functions » polygon (alias poly)","id":"93","title":"polygon (alias poly)"},"94":{"body":"radians(value: Number (no unit)) Return type : Number (angle) Returns : an angle with the given measurement in radians. Related: degrees radians(value: Number (angle)) Return type : Number (no unit) Returns : the value of the angle in radians. Related: degrees","breadcrumbs":"GeoScript reference » Functions » radians (alias rad)","id":"94","title":"radians (alias rad)"},"95":{"body":"radius(circle: Circle) Return type : Number (distance) Returns : the radius of the given circle.","breadcrumbs":"GeoScript reference » Functions » radius","id":"95","title":"radius"},"96":{"body":"real(v: Number (any unit)) Return type : Number (the same unit) Returns : The real part of this number. real() Return type : Number (no unit) Returns : A free, adjustable real number.","breadcrumbs":"GeoScript reference » Functions » real (alias re)","id":"96","title":"real (alias re)"},"97":{"body":"reflect(line: Line) Return type : TransformType Returns : A reflection about a line.","breadcrumbs":"GeoScript reference » Functions » reflect (alias reflection)","id":"97","title":"reflect (alias reflection)"},"98":{"body":"rotate(origin: Point, angle: Number (angle), scale: Number (unitless)) rotate(origin: Point, scale: Number (unitless), angle: Number (angle)) rotate(angle: Number (angle), origin: Point, scale: Number (unitless)) rotate(angle: Number (angle), scale: Number (unitless), origin: Point) rotate(scale: Number (unitless), origin: Point, angle: Number (angle)) rotate(scale: Number (unitless), angle: Number (angle), origin: Point) rotate(angle: Number (angle), origin: Point) rotate(origin: Point, angle: Number (angle)) Return type : TransformType Returns : A rotation around an origin by an angle (possibly negative), along with an optional homothety at the same point.","breadcrumbs":"GeoScript reference » Functions » rotate (alias rotation)","id":"98","title":"rotate (alias rotation)"},"99":{"body":"sec(v: Number (angle)) Return type : Number (no unit) Returns : Secant of this angle.","breadcrumbs":"GeoScript reference » Functions » sec","id":"99","title":"sec"}},"length":132,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"1":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}},"1":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"c":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"0":{"df":1,"docs":{"10":{"tf":1.0}}},"2":{"8":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}}},"2":{"(":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},".":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"53":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"3":{"(":{"9":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"10":{"tf":1.0}}},"df":10,"docs":{"101":{"tf":1.0},"35":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"60":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}}},"4":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"5":{"0":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}},"9":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"_":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}}}}},"a":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"5":{"tf":1.0}}}},"b":{"c":{"df":5,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"35":{"tf":4.123105625617661},"4":{"tf":2.6457513110645907},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":4.123105625617661},"73":{"tf":1.4142135623730951},"83":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":2.23606797749979},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"38":{"tf":1.0}},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"d":{"d":{"df":4,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"df":3,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"4":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":2.23606797749979},"121":{"tf":1.0},"122":{"tf":3.0},"123":{"tf":2.8284271247461903},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"123":{"tf":2.0},"124":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"'":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":24,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.8284271247461903},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":20,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"56":{"tf":3.1622776601683795},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"]":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"117":{"tf":1.0},"29":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":20,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"115":{"tf":1.0},"56":{"tf":5.291502622129181},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.0},"94":{"tf":2.0},"98":{"tf":3.7416573867739413},"99":{"tf":1.4142135623730951}},"e":{"'":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}},"(":{"a":{"b":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":2.0},"54":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"g":{"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}}},"b":{"_":{"1":{"2":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"^":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}}}},"c":{"df":7,"docs":{"114":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"35":{"tf":3.3166247903554},"4":{"tf":2.0},"7":{"tf":3.3166247903554},"73":{"tf":1.0}}},"df":14,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":2.0},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":2.23606797749979},"54":{"tf":1.0},"7":{"tf":2.449489742783178}}}}},"df":6,"docs":{"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"111":{"tf":2.0},"112":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"29":{"tf":2.0},"3":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":2,"docs":{"115":{"tf":1.0},"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"73":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"l":{"df":10,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":3.0},"127":{"tf":1.0},"129":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"'":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":2.449489742783178}}}}},"s":{"df":0,"docs":{},"e":{"df":18,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"114":{"tf":1.0},"35":{"tf":1.0}}}}},"d":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"7":{"tf":2.23606797749979}}},"df":13,"docs":{"101":{"tf":1.0},"114":{"tf":2.0},"122":{"tf":1.7320508075688772},"25":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":2.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":3.605551275463989},"34":{"tf":2.0},"49":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.7320508075688772},"60":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.449489742783178},"76":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.8284271247461903},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"(":{"a":{"df":1,"docs":{"4":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.0}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"7":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"112":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"31":{"tf":2.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"5":{"tf":2.0},"54":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":3.4641016151377544},"69":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"129":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":2.8284271247461903},"117":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"129":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"117":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"26":{"tf":1.0},"34":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"t":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0}}}},"x":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"78":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"117":{"tf":2.23606797749979},"119":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}},"d":{"'":{"'":{"_":{"4":{"5":{"6":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"8":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":2.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":3.3166247903554},"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"117":{"tf":4.123105625617661},"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":2.449489742783178},"83":{"tf":2.0},"87":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"118":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"122":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}}},"g":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"82":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"56":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":2.0},"49":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"21":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":2.6457513110645907},"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"83":{"tf":2.0}}}}}},"df":26,"docs":{"100":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":3.1622776601683795},"115":{"tf":2.0},"116":{"tf":2.0},"117":{"tf":3.7416573867739413},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"87":{"tf":1.0},"88":{"tf":1.0}},"l":{"_":{"_":{"a":{"b":{"df":0,"docs":{},"e":{"_":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":4.47213595499958},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"95":{"tf":1.0}},"e":{"^":{"2":{"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"125":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":2.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"t":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"23":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"83":{"tf":1.0}}},"df":1,"docs":{"83":{"tf":1.0}}},"b":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}}},"p":{"df":1,"docs":{"83":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.0},"15":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":2.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"d":{"df":2,"docs":{"112":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"122":{"tf":1.0},"4":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"116":{"tf":1.0},"122":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"116":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"127":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}}}},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":2.23606797749979},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"46":{"tf":1.0},"5":{"tf":2.23606797749979},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"54":{"tf":1.0}}},"<":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":4,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"129":{"tf":1.0},"21":{"tf":2.0},"33":{"tf":2.0},"45":{"tf":2.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"w":{"df":7,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":2.23606797749979},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"10":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"123":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"d":{"df":2,"docs":{"4":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"33":{"tf":1.0}}},"df":8,"docs":{"125":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":4.0},"34":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":3.1622776601683795},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":9,"docs":{"100":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":2.0},"75":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"100":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":4.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":3.0},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}}}}},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":25,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"33":{"tf":1.0},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":3.0},"9":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"110":{"tf":1.0},"64":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"122":{"tf":1.0},"2":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"b":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":2.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"4":{"tf":1.0}},"n":{"df":27,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"126":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}}}},"l":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":8,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"m":{"#":{"1":{"5":{"6":{"b":{"7":{"3":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":3,"docs":{"35":{"tf":2.8284271247461903},"54":{"tf":1.0},"7":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"120":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"y":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"56":{"tf":1.0},"85":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"29":{"tf":1.0},"35":{"tf":2.449489742783178},"40":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"25":{"tf":2.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":2.0}}}},"i":{"c":{"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"106":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":2.6457513110645907}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"33":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"37":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"87":{"tf":2.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"o":{"1":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"a":{"b":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.0}}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"114":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":4.795831523312719},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":5.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"k":{"df":6,"docs":{"112":{"tf":2.449489742783178},"68":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"114":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"_":{"_":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":3.4641016151377544},"118":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"3":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"x":{"df":4,"docs":{"10":{"tf":2.0},"12":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"n":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"116":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":3.1622776601683795},"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"112":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"122":{"tf":1.0},"4":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"42":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"112":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":2.449489742783178},"53":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"0":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":3.0},"122":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":2.23606797749979},"6":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0},"73":{"tf":3.0},"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"97":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":2.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"117":{"tf":2.0},"122":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"122":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":2,"docs":{"116":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"120":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"b":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":0,"docs":{},"}":{"^":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"56":{"tf":2.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}},"p":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"df":2,"docs":{"60":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":2.23606797749979},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"n":{"=":{"2":{"df":1,"docs":{"89":{"tf":1.0}}},"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"19":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":21,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}},"df":2,"docs":{"78":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"33":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":1,"docs":{"98":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"114":{"tf":1.0}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"df":2,"docs":{"116":{"tf":1.0},"4":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":2.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}},"n":{"df":7,"docs":{"116":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"123":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":2.23606797749979},"127":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"h":{"df":1,"docs":{"116":{"tf":1.0}}}},"w":{"df":1,"docs":{"114":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":57,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":2.0},"56":{"tf":6.708203932499369},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"89":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":2.23606797749979},"98":{"tf":3.7416573867739413},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"1":{"df":1,"docs":{"87":{"tf":1.0}}},"2":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"35":{"tf":1.0},"53":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"15":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":2,"docs":{"35":{"tf":2.0},"7":{"tf":2.0}}},"k":{"df":1,"docs":{"4":{"tf":1.0}}},"m":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"a":{"df":2,"docs":{"112":{"tf":2.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":13,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"118":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":11,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"29":{"tf":3.0},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"53":{"tf":2.6457513110645907},"63":{"tf":2.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.4142135623730951},"113":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":2.0},"122":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"98":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"115":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"110":{"tf":1.0},"64":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"2":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"_":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}},"r":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}},"p":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":1,"docs":{"90":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"40":{"tf":2.449489742783178},"8":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}},"s":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"t":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"85":{"tf":1.0},"96":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"118":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"c":{"df":3,"docs":{"78":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.0},"112":{"tf":2.8284271247461903},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"b":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}},"p":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":4,"docs":{"114":{"tf":1.7320508075688772},"40":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"73":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"15":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"117":{"tf":1.0},"8":{"tf":1.0}}},"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":50,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":3.4641016151377544},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"122":{"tf":2.449489742783178},"127":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"31":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":2.0},"4":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":2.449489742783178},"54":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"60":{"tf":3.7416573867739413},"61":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"8":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":2.8284271247461903},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"98":{"tf":3.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":5,"docs":{"101":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":3,"docs":{"123":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":37,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":3.1622776601683795},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"q":{"df":1,"docs":{"88":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":2.0},"123":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}},"e":{"]":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"a":{"d":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"94":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"56":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"58":{"tf":2.0},"75":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}},"s":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"30":{"tf":2.0},"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"w":{"df":6,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}}},"y":{"df":6,"docs":{"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"75":{"tf":1.0},"96":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"3":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":2,"docs":{"56":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":1,"docs":{"97":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"124":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"111":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":15,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":6.324555320336759},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"60":{"tf":3.7416573867739413},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":2.449489742783178},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"h":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":3.7416573867739413},"114":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"127":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"3":{"tf":2.449489742783178},"4":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"98":{"tf":2.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"99":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"99":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0}},"k":{"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"100":{"tf":1.0}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"100":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"83":{"tf":2.0},"89":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"93":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"114":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"34":{"tf":1.0}}}},"t":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":2.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":10,"docs":{"119":{"tf":1.0},"35":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"78":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":9,"docs":{"116":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":2,"docs":{"102":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":2,"docs":{"102":{"tf":1.0},"56":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"122":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"100":{"tf":1.0},"117":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":3,"docs":{"123":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"35":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":2.23606797749979}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"68":{"tf":1.0},"8":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"117":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"117":{"tf":2.6457513110645907},"23":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":2.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"x":{"df":14,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":2.23606797749979},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"g":{"df":2,"docs":{"103":{"tf":1.0},"56":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"z":{"df":2,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"123":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"104":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":2,"docs":{"105":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":4,"docs":{"106":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"62":{"tf":1.7320508075688772},"84":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"25":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"89":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"117":{"tf":3.1622776601683795},"127":{"tf":1.0},"21":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"45":{"tf":2.0},"52":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":63,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":2.0},"5":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":4.47213595499958},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":2.6457513110645907},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"89":{"tf":2.0}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"122":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":29,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"129":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":5.744562646538029},"6":{"tf":2.449489742783178},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"89":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"98":{"tf":2.449489742783178}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":34,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"106":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"3":{"tf":2.23606797749979},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"2":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":35,"docs":{"10":{"tf":3.605551275463989},"111":{"tf":1.4142135623730951},"114":{"tf":2.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"112":{"tf":2.23606797749979},"114":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"129":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":2.8284271247461903},"56":{"tf":1.0},"6":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"60":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"4":{"tf":1.0}}}},"y":{"df":9,"docs":{"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"3":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"10":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"38":{"tf":1.0}},"t":{"df":16,"docs":{"112":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.449489742783178},"123":{"tf":3.605551275463989},"124":{"tf":2.23606797749979},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":2.6457513110645907},"3":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"25":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"x":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"y":{"df":2,"docs":{"35":{"tf":2.8284271247461903},"7":{"tf":2.8284271247461903}}}},"y":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":2,"docs":{"109":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"z":{"df":2,"docs":{"35":{"tf":2.6457513110645907},"7":{"tf":2.6457513110645907}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"112":{"tf":3.1622776601683795},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"1":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}},"1":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"c":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"0":{"df":1,"docs":{"10":{"tf":1.0}}},"2":{"8":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}}},"2":{"(":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},".":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"53":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"3":{"(":{"9":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"10":{"tf":1.0}}},"df":10,"docs":{"101":{"tf":1.0},"35":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"60":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}}},"4":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"5":{"0":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}},"9":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"_":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}}}}},"a":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"5":{"tf":1.0}}}},"b":{"c":{"df":5,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"35":{"tf":4.123105625617661},"4":{"tf":2.6457513110645907},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":4.123105625617661},"73":{"tf":1.4142135623730951},"83":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":2.23606797749979},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"38":{"tf":1.0}},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"d":{"d":{"df":4,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"df":3,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"4":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":2.23606797749979},"121":{"tf":1.0},"122":{"tf":3.0},"123":{"tf":2.8284271247461903},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"123":{"tf":2.0},"124":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"'":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":24,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.449489742783178},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"14":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.8284271247461903},"9":{"tf":2.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":20,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"111":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"98":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"]":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"117":{"tf":1.0},"29":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":20,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"115":{"tf":1.0},"56":{"tf":5.291502622129181},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.8284271247461903},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.0},"94":{"tf":2.0},"98":{"tf":3.7416573867739413},"99":{"tf":1.4142135623730951}},"e":{"'":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}},"(":{"a":{"b":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":2.0},"54":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"35":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}}},"b":{"_":{"1":{"2":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"^":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"117":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}}}},"c":{"df":7,"docs":{"114":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"35":{"tf":3.3166247903554},"4":{"tf":2.0},"7":{"tf":3.3166247903554},"73":{"tf":1.0}}},"df":14,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"122":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":2.0},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":2.23606797749979},"54":{"tf":1.0},"7":{"tf":2.449489742783178}}}}},"df":6,"docs":{"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"131":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"111":{"tf":2.0},"112":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"29":{"tf":2.0},"3":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":2,"docs":{"115":{"tf":1.0},"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"73":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"l":{"df":10,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":3.0},"127":{"tf":1.0},"129":{"tf":1.0},"21":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"'":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":2.449489742783178}}}}},"s":{"df":0,"docs":{},"e":{"df":18,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"114":{"tf":1.0},"35":{"tf":1.0}}}}},"d":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"7":{"tf":2.23606797749979}}},"df":13,"docs":{"101":{"tf":1.0},"114":{"tf":2.0},"122":{"tf":1.7320508075688772},"25":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"58":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":2.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":3.605551275463989},"34":{"tf":2.0},"49":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":2.0},"60":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.6457513110645907},"76":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.8284271247461903},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"(":{"a":{"df":1,"docs":{"4":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"7":{"tf":1.4142135623730951}}}},"df":2,"docs":{"56":{"tf":1.0},"79":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"112":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"31":{"tf":2.23606797749979},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"5":{"tf":2.0},"54":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":3.605551275463989},"69":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.7320508075688772},"123":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":5,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"129":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":3.0},"117":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"129":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"117":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"26":{"tf":1.0},"34":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"6":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0}}}},"x":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"78":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"117":{"tf":2.23606797749979},"119":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}},"d":{"'":{"'":{"_":{"4":{"5":{"6":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":2.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":3.3166247903554},"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"117":{"tf":4.123105625617661},"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":2.449489742783178},"83":{"tf":2.0},"87":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"118":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":2.0},"122":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}}},"g":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"56":{"tf":2.23606797749979},"82":{"tf":2.0},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":2.0},"49":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"21":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":2.6457513110645907},"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"83":{"tf":2.0}}}}}},"df":27,"docs":{"100":{"tf":1.7320508075688772},"113":{"tf":2.23606797749979},"114":{"tf":3.4641016151377544},"115":{"tf":2.449489742783178},"116":{"tf":2.23606797749979},"117":{"tf":3.872983346207417},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"87":{"tf":1.0},"88":{"tf":1.0}},"l":{"_":{"_":{"a":{"b":{"df":0,"docs":{},"e":{"_":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":4.47213595499958},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"95":{"tf":1.0}},"e":{"^":{"2":{"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"125":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":2.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"t":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"23":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"83":{"tf":1.0}}},"df":1,"docs":{"83":{"tf":1.0}}},"b":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}}},"p":{"df":1,"docs":{"83":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":2.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.0},"15":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":2.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"d":{"df":2,"docs":{"112":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"122":{"tf":1.0},"4":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"106":{"tf":1.0},"114":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"116":{"tf":1.0},"122":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"116":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"127":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.7320508075688772}}}}}}}},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":2.6457513110645907},"115":{"tf":1.7320508075688772},"116":{"tf":2.0},"118":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":2.6457513110645907},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"46":{"tf":1.0},"5":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"54":{"tf":1.0}}},"<":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":4,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"129":{"tf":1.0},"21":{"tf":2.0},"33":{"tf":2.0},"45":{"tf":2.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"w":{"df":7,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":2.449489742783178},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"4":{"tf":2.0},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"10":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"123":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"d":{"df":2,"docs":{"4":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.4142135623730951},"114":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"40":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"33":{"tf":1.0}}},"df":10,"docs":{"125":{"tf":2.23606797749979},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":4.242640687119285},"34":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":3.1622776601683795},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"df":9,"docs":{"100":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":2.0},"75":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":59,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":4.123105625617661},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":3.0},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}}}}},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":25,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.449489742783178},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"33":{"tf":1.0},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":3.0},"9":{"tf":2.0}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"16":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"110":{"tf":1.0},"64":{"tf":1.0}}},"df":117,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"122":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"b":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":2.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"4":{"tf":1.0}},"n":{"df":27,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"126":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":2.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}}}},"l":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":8,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"84":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"m":{"#":{"1":{"5":{"6":{"b":{"7":{"3":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":3,"docs":{"35":{"tf":2.8284271247461903},"54":{"tf":1.0},"7":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"114":{"tf":1.0}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"120":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"56":{"tf":1.0},"85":{"tf":1.4142135623730951}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"29":{"tf":1.0},"35":{"tf":2.449489742783178},"40":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"25":{"tf":2.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":2.0}}}},"i":{"c":{"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"106":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"33":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"87":{"tf":2.23606797749979},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"o":{"1":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"a":{"b":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.0}}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"114":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":5.0990195135927845}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.0},"14":{"tf":1.7320508075688772}}}}}},"k":{"df":6,"docs":{"112":{"tf":2.449489742783178},"68":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"114":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"_":{"_":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":3.4641016151377544},"118":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.0},"128":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"3":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"x":{"df":4,"docs":{"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"123":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"n":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"116":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":3.1622776601683795},"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"112":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"122":{"tf":1.0},"4":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"42":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"112":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"53":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"0":{"tf":1.0},"112":{"tf":2.449489742783178},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":3.0},"122":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0},"73":{"tf":3.0},"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951},"90":{"tf":2.0},"91":{"tf":2.0},"97":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"68":{"tf":1.0},"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":2.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"117":{"tf":2.0},"122":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"122":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":2,"docs":{"116":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"120":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"b":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":0,"docs":{},"}":{"^":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"25":{"tf":2.6457513110645907},"49":{"tf":2.6457513110645907}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"56":{"tf":2.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"94":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}},"p":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"df":2,"docs":{"60":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":11,"docs":{"114":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"112":{"tf":2.23606797749979},"121":{"tf":1.0},"123":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"n":{"=":{"2":{"df":1,"docs":{"89":{"tf":1.0}}},"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"19":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":21,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}},"df":2,"docs":{"78":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"33":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":1,"docs":{"98":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"114":{"tf":1.0}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"df":2,"docs":{"116":{"tf":1.0},"4":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":2.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}},"n":{"df":7,"docs":{"116":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"123":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":2.23606797749979},"127":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0}}},"h":{"df":1,"docs":{"116":{"tf":1.0}}}},"w":{"df":1,"docs":{"114":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":57,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":2.0},"56":{"tf":6.782329983125268},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"89":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":2.23606797749979},"98":{"tf":3.7416573867739413},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"1":{"df":1,"docs":{"87":{"tf":1.0}}},"2":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"35":{"tf":1.0},"53":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"15":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":2,"docs":{"35":{"tf":2.0},"7":{"tf":2.0}}},"k":{"df":1,"docs":{"4":{"tf":1.0}}},"m":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"a":{"df":2,"docs":{"112":{"tf":2.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":13,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"118":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":12,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":2.0},"112":{"tf":1.0},"29":{"tf":3.1622776601683795},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"53":{"tf":2.6457513110645907},"63":{"tf":2.449489742783178},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.7320508075688772},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.4142135623730951},"113":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0},"98":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":2.0},"122":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"98":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"115":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"110":{"tf":1.0},"64":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"2":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"_":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}},"r":{"df":2,"docs":{"114":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}},"p":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}}}}}},"df":1,"docs":{"90":{"tf":1.7320508075688772}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"40":{"tf":2.449489742783178},"8":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"7":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}},"s":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"t":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"85":{"tf":1.0},"96":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"118":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"c":{"df":3,"docs":{"78":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},"df":11,"docs":{"100":{"tf":1.0},"112":{"tf":2.8284271247461903},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":2.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"b":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}},"p":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":4,"docs":{"114":{"tf":1.7320508075688772},"40":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}}}}}},"df":3,"docs":{"73":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"117":{"tf":1.0},"8":{"tf":1.0}}},"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":50,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":3.4641016151377544},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"122":{"tf":2.449489742783178},"127":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"31":{"tf":2.449489742783178},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":2.0},"4":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":2.449489742783178},"54":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":3.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"60":{"tf":3.872983346207417},"61":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"8":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":2.8284271247461903},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"98":{"tf":3.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":5,"docs":{"101":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"93":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":3,"docs":{"123":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":39,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"124":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"10":{"tf":1.0},"123":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"q":{"df":1,"docs":{"88":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":2.0},"123":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}},"e":{"]":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"a":{"d":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"56":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"94":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"58":{"tf":2.0},"75":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"s":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"30":{"tf":2.0},"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"w":{"df":6,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}}},"y":{"df":6,"docs":{"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"75":{"tf":1.0},"96":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"3":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":2,"docs":{"56":{"tf":1.0},"96":{"tf":1.4142135623730951}},"f":{"df":2,"docs":{"51":{"tf":2.0},"52":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":118,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":1,"docs":{"97":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"124":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"111":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":15,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":6.324555320336759},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"60":{"tf":3.7416573867739413},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":2.449489742783178},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"89":{"tf":2.449489742783178},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"h":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"98":{"tf":2.23606797749979}},"e":{"(":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"110":{"tf":2.449489742783178},"111":{"tf":1.7320508075688772},"112":{"tf":3.872983346207417},"114":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"127":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":4.0},"54":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"3":{"tf":2.449489742783178},"4":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"98":{"tf":2.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"99":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"99":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0}},"k":{"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"100":{"tf":1.0}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"100":{"tf":2.6457513110645907},"112":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"83":{"tf":2.0},"89":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"93":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"114":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"34":{"tf":1.0}}}},"t":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":2.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":10,"docs":{"119":{"tf":1.0},"35":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"78":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":9,"docs":{"116":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":2,"docs":{"102":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"df":2,"docs":{"102":{"tf":1.0},"56":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"122":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"117":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"100":{"tf":1.0},"117":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":3,"docs":{"123":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":2.23606797749979}}}},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"35":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"54":{"tf":2.0},"7":{"tf":2.23606797749979}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"68":{"tf":1.0},"8":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"117":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"117":{"tf":2.6457513110645907},"23":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"83":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":2.0},"117":{"tf":1.0},"13":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"x":{"df":38,"docs":{"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":14,"docs":{"113":{"tf":2.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":2.23606797749979},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"g":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"1":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"z":{"df":2,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"123":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"104":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":2,"docs":{"105":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":4,"docs":{"106":{"tf":2.0},"25":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"62":{"tf":2.0},"84":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":2.23606797749979}},"e":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"25":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"114":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"89":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"117":{"tf":3.1622776601683795},"127":{"tf":1.0},"21":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"45":{"tf":2.0},"52":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":64,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.23606797749979},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":2.0},"5":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":4.58257569495584},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":2.8284271247461903},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"89":{"tf":2.0}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"122":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":29,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"129":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":5.744562646538029},"6":{"tf":2.449489742783178},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"89":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"98":{"tf":2.449489742783178}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":34,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"106":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"3":{"tf":2.23606797749979},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"117":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"89":{"tf":1.0}}},"2":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":35,"docs":{"10":{"tf":3.605551275463989},"111":{"tf":1.4142135623730951},"114":{"tf":2.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"112":{"tf":2.23606797749979},"114":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":2.0},"129":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":3.1622776601683795},"56":{"tf":1.0},"6":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"60":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"4":{"tf":1.0}}}},"y":{"df":9,"docs":{"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"3":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"10":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"123":{"tf":1.0},"38":{"tf":1.0}},"t":{"df":16,"docs":{"112":{"tf":1.0},"121":{"tf":2.0},"122":{"tf":2.8284271247461903},"123":{"tf":3.872983346207417},"124":{"tf":2.6457513110645907},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":2.6457513110645907},"3":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"25":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"x":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":6,"docs":{"108":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"y":{"df":2,"docs":{"35":{"tf":2.8284271247461903},"7":{"tf":2.8284271247461903}}}},"y":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":2,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.0}},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"z":{"df":2,"docs":{"35":{"tf":2.6457513110645907},"7":{"tf":2.6457513110645907}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"112":{"tf":3.1622776601683795},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"title":{"root":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"65":{"tf":1.0}},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"131":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":17,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"45":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"75":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":1,"docs":{"79":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}}}},"x":{"df":1,"docs":{"78":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}}}}},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"s":{"c":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"82":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"125":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"131":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"85":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"83":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"131":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"110":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}},"df":4,"docs":{"31":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"92":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"r":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":1,"docs":{"96":{"tf":1.0}},"f":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"121":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.0}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"118":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}}}}}}},"x":{"df":1,"docs":{"108":{"tf":1.0}}},"y":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file +{"doc_urls":["introduction.html#introduction","guide.html#beginner-guide","guide/getting-started.html#getting-started","guide/getting-started.html#installation","guide/getting-started.html#your-first-figure","guide/getting-started.html#expressions","guide/getting-started.html#implicit-conversions","guide/getting-started.html#shortening-the-code-with-iterators","guide/complicated-figures.html#dealing-with-complicated-figures","cli.html#command-line-interface-of-geo-aid","cli.html#geo-aid","formats.html#renderers","formats.html#latex","formats.html#svg","formats.html#json","formats.html#plaintext","formats.html#geogebra","reference.html#geoscript-reference","reference/syntax.html#syntax","reference/syntax/properties.html#properties","reference/syntax/properties.html#property-values","reference/syntax/properties.html#bool","reference/syntax/properties.html#number","reference/syntax/properties.html#style","reference/syntax/properties.html#linetype","reference/syntax/properties.html#mathstring","reference/syntax/properties.html#linetype-1","reference/syntax/expressions.html#expressions","reference/syntax/expressions.html#names","reference/syntax/expressions.html#operators","reference/syntax/expressions.html#exponentiation","reference/syntax/expressions.html#point-collections","reference/syntax/figure.html#figure","reference/syntax/flags.html#flags","reference/syntax/identifiers.html#identifiers","reference/syntax/iterators.html#iterators","reference/syntax/names.html#names","reference/syntax/names.html#interpreting-names","reference/syntax/names.html#variables","reference/syntax/names.html#fields","reference/syntax/names.html#functions","reference/syntax/names.html#parentheses","reference/syntax/numbers.html#numbers","reference/syntax/properties.html#properties","reference/syntax/properties.html#property-values","reference/syntax/properties.html#bool","reference/syntax/properties.html#number","reference/syntax/properties.html#style","reference/syntax/properties.html#linetype","reference/syntax/properties.html#mathstring","reference/syntax/properties.html#linetype-1","reference/syntax/refs.html#ref-statements","reference/syntax/refs.html#properties-of-refs","reference/syntax/rules.html#rules","reference/syntax/variables.html#variables","reference/types.html#types","reference/types.html#number","reference/types.html#point","reference/types.html#circle","reference/types.html#line","reference/types.html#point-collections","reference/types.html#segment","reference/types.html#transformtype","reference/operators.html#operators","reference/functions.html#functions","reference/functions.html#acos","reference/functions.html#acot-alias-actg","reference/functions.html#acsc","reference/functions.html#angle","reference/functions.html#area","reference/functions.html#asec","reference/functions.html#asin","reference/functions.html#atan-alias-atg","reference/functions.html#bisector","reference/functions.html#center-alias-centre","reference/functions.html#circle","reference/functions.html#circumcircle","reference/functions.html#circumcenter","reference/functions.html#conjugate","reference/functions.html#convex-alias-convexpolygon-convexpoly","reference/functions.html#cos","reference/functions.html#cot-alias-ctg","reference/functions.html#csc","reference/functions.html#degrees-alias-deg","reference/functions.html#dst-alias-len","reference/functions.html#equilateral-alias-equilateral_triangle","reference/functions.html#excircle","reference/functions.html#homothety","reference/functions.html#imaginary-alias-im","reference/functions.html#incircle","reference/functions.html#incenter","reference/functions.html#intersection","reference/functions.html#isosceles-alias-isosceles_triangle","reference/functions.html#line","reference/functions.html#main_equilateral-alias-main_equilateral_triangle","reference/functions.html#main_isosceles-alias-main_isosceles_triangle","reference/functions.html#main_right-alias-main_right_triangle","reference/functions.html#main_triangle-alias-main_triangle","reference/functions.html#mid","reference/functions.html#orthocenter-alias-orthocentre","reference/functions.html#parallel_through-alias-parallel","reference/functions.html#perpendicular_through-alias-perpendicular","reference/functions.html#point","reference/functions.html#polygon-alias-poly","reference/functions.html#radians-alias-rad","reference/functions.html#radius","reference/functions.html#real-alias-re","reference/functions.html#reflect-alias-reflection","reference/functions.html#rotate-alias-rotation","reference/functions.html#right-alias-right_triangle","reference/functions.html#sec","reference/functions.html#segment","reference/functions.html#signedarea","reference/functions.html#sin","reference/functions.html#tan-alias-tg","reference/functions.html#to_complex","reference/functions.html#to_point","reference/functions.html#transform","reference/functions.html#translate-alias-translation","reference/functions.html#triagngle-alias-triangle","reference/functions.html#x","reference/functions.html#y","reference/rule-operators.html#rule-operators","reference/rule-operators.html#comparison","reference/rule-operators.html#lies_on-alias-on","reference/display-system.html#display-system","reference/display-system.html#what-is-displayed","reference/display-system.html#what-does-it-mean-to-display-an-expression","reference/display-system.html#what-is-a-constructive-expression","reference/display-system.html#basic-properties-for-types","reference/display-system.html#properties-on-variable-definitions","reference/display-system.html#properties-on-rules","reference/display-system.html#matching-properties","reference/weight-system.html#weight-system","reference/weight-system.html#how-are-weights-computed","reference/weight-system.html#how-are-weights-applied","reference/weight-system.html#how-to-modify-weights","reference/flags.html#flags","reference/flags.html#ungrouped","reference/flags.html#point_inequalities","reference/flags.html#language","reference/flags.html#complex_numbers","reference/flags.html#optimizations","math.html#math-behind-geo-aid"],"index":{"documentStore":{"docInfo":{"0":{"body":97,"breadcrumbs":2,"title":1},"1":{"body":23,"breadcrumbs":4,"title":2},"10":{"body":248,"breadcrumbs":4,"title":2},"100":{"body":18,"breadcrumbs":6,"title":3},"101":{"body":18,"breadcrumbs":6,"title":3},"102":{"body":8,"breadcrumbs":4,"title":1},"103":{"body":20,"breadcrumbs":6,"title":3},"104":{"body":27,"breadcrumbs":6,"title":3},"105":{"body":10,"breadcrumbs":4,"title":1},"106":{"body":22,"breadcrumbs":6,"title":3},"107":{"body":8,"breadcrumbs":6,"title":3},"108":{"body":73,"breadcrumbs":6,"title":3},"109":{"body":11,"breadcrumbs":6,"title":3},"11":{"body":8,"breadcrumbs":2,"title":1},"110":{"body":10,"breadcrumbs":4,"title":1},"111":{"body":39,"breadcrumbs":4,"title":1},"112":{"body":22,"breadcrumbs":4,"title":1},"113":{"body":10,"breadcrumbs":4,"title":1},"114":{"body":10,"breadcrumbs":6,"title":3},"115":{"body":10,"breadcrumbs":4,"title":1},"116":{"body":10,"breadcrumbs":4,"title":1},"117":{"body":19,"breadcrumbs":4,"title":1},"118":{"body":8,"breadcrumbs":6,"title":3},"119":{"body":8,"breadcrumbs":6,"title":3},"12":{"body":11,"breadcrumbs":2,"title":1},"120":{"body":10,"breadcrumbs":4,"title":1},"121":{"body":10,"breadcrumbs":4,"title":1},"122":{"body":22,"breadcrumbs":6,"title":2},"123":{"body":33,"breadcrumbs":5,"title":1},"124":{"body":186,"breadcrumbs":6,"title":2},"125":{"body":9,"breadcrumbs":6,"title":2},"126":{"body":99,"breadcrumbs":5,"title":1},"127":{"body":20,"breadcrumbs":7,"title":3},"128":{"body":66,"breadcrumbs":6,"title":2},"129":{"body":220,"breadcrumbs":7,"title":3},"13":{"body":10,"breadcrumbs":2,"title":1},"130":{"body":23,"breadcrumbs":7,"title":3},"131":{"body":8,"breadcrumbs":6,"title":2},"132":{"body":13,"breadcrumbs":6,"title":2},"133":{"body":16,"breadcrumbs":6,"title":2},"134":{"body":103,"breadcrumbs":6,"title":2},"135":{"body":96,"breadcrumbs":6,"title":2},"136":{"body":23,"breadcrumbs":6,"title":2},"137":{"body":4,"breadcrumbs":4,"title":1},"138":{"body":11,"breadcrumbs":4,"title":1},"139":{"body":24,"breadcrumbs":4,"title":1},"14":{"body":15,"breadcrumbs":2,"title":1},"140":{"body":5,"breadcrumbs":4,"title":1},"141":{"body":10,"breadcrumbs":4,"title":1},"142":{"body":7,"breadcrumbs":4,"title":1},"143":{"body":7,"breadcrumbs":8,"title":4},"15":{"body":11,"breadcrumbs":2,"title":1},"16":{"body":22,"breadcrumbs":2,"title":1},"17":{"body":0,"breadcrumbs":4,"title":2},"18":{"body":24,"breadcrumbs":4,"title":1},"19":{"body":14,"breadcrumbs":5,"title":1},"2":{"body":0,"breadcrumbs":6,"title":2},"20":{"body":0,"breadcrumbs":6,"title":2},"21":{"body":37,"breadcrumbs":5,"title":1},"22":{"body":11,"breadcrumbs":5,"title":1},"23":{"body":24,"breadcrumbs":5,"title":1},"24":{"body":16,"breadcrumbs":5,"title":1},"25":{"body":188,"breadcrumbs":5,"title":1},"26":{"body":21,"breadcrumbs":5,"title":1},"27":{"body":53,"breadcrumbs":5,"title":1},"28":{"body":7,"breadcrumbs":5,"title":1},"29":{"body":44,"breadcrumbs":5,"title":1},"3":{"body":180,"breadcrumbs":5,"title":1},"30":{"body":46,"breadcrumbs":5,"title":1},"31":{"body":22,"breadcrumbs":6,"title":2},"32":{"body":18,"breadcrumbs":5,"title":1},"33":{"body":123,"breadcrumbs":5,"title":1},"34":{"body":54,"breadcrumbs":5,"title":1},"35":{"body":240,"breadcrumbs":5,"title":1},"36":{"body":10,"breadcrumbs":5,"title":1},"37":{"body":45,"breadcrumbs":6,"title":2},"38":{"body":41,"breadcrumbs":5,"title":1},"39":{"body":23,"breadcrumbs":5,"title":1},"4":{"body":185,"breadcrumbs":6,"title":2},"40":{"body":103,"breadcrumbs":5,"title":1},"41":{"body":41,"breadcrumbs":5,"title":1},"42":{"body":16,"breadcrumbs":5,"title":1},"43":{"body":14,"breadcrumbs":5,"title":1},"44":{"body":0,"breadcrumbs":6,"title":2},"45":{"body":37,"breadcrumbs":5,"title":1},"46":{"body":11,"breadcrumbs":5,"title":1},"47":{"body":24,"breadcrumbs":5,"title":1},"48":{"body":16,"breadcrumbs":5,"title":1},"49":{"body":188,"breadcrumbs":5,"title":1},"5":{"body":104,"breadcrumbs":5,"title":1},"50":{"body":21,"breadcrumbs":5,"title":1},"51":{"body":12,"breadcrumbs":7,"title":2},"52":{"body":31,"breadcrumbs":7,"title":2},"53":{"body":108,"breadcrumbs":5,"title":1},"54":{"body":90,"breadcrumbs":5,"title":1},"55":{"body":0,"breadcrumbs":4,"title":1},"56":{"body":305,"breadcrumbs":4,"title":1},"57":{"body":33,"breadcrumbs":4,"title":1},"58":{"body":28,"breadcrumbs":4,"title":1},"59":{"body":19,"breadcrumbs":4,"title":1},"6":{"body":57,"breadcrumbs":6,"title":2},"60":{"body":190,"breadcrumbs":5,"title":2},"61":{"body":22,"breadcrumbs":4,"title":1},"62":{"body":34,"breadcrumbs":4,"title":1},"63":{"body":33,"breadcrumbs":4,"title":1},"64":{"body":22,"breadcrumbs":4,"title":1},"65":{"body":10,"breadcrumbs":4,"title":1},"66":{"body":10,"breadcrumbs":6,"title":3},"67":{"body":10,"breadcrumbs":4,"title":1},"68":{"body":76,"breadcrumbs":4,"title":1},"69":{"body":21,"breadcrumbs":4,"title":1},"7":{"body":260,"breadcrumbs":7,"title":3},"70":{"body":10,"breadcrumbs":4,"title":1},"71":{"body":10,"breadcrumbs":4,"title":1},"72":{"body":10,"breadcrumbs":6,"title":3},"73":{"body":85,"breadcrumbs":4,"title":1},"74":{"body":5,"breadcrumbs":6,"title":3},"75":{"body":32,"breadcrumbs":4,"title":1},"76":{"body":18,"breadcrumbs":4,"title":1},"77":{"body":19,"breadcrumbs":4,"title":1},"78":{"body":11,"breadcrumbs":4,"title":1},"79":{"body":16,"breadcrumbs":7,"title":4},"8":{"body":227,"breadcrumbs":8,"title":3},"80":{"body":10,"breadcrumbs":4,"title":1},"81":{"body":10,"breadcrumbs":6,"title":3},"82":{"body":10,"breadcrumbs":4,"title":1},"83":{"body":27,"breadcrumbs":6,"title":3},"84":{"body":104,"breadcrumbs":6,"title":3},"85":{"body":9,"breadcrumbs":6,"title":3},"86":{"body":21,"breadcrumbs":4,"title":1},"87":{"body":17,"breadcrumbs":4,"title":1},"88":{"body":12,"breadcrumbs":6,"title":3},"89":{"body":18,"breadcrumbs":4,"title":1},"9":{"body":30,"breadcrumbs":7,"title":5},"90":{"body":19,"breadcrumbs":4,"title":1},"91":{"body":54,"breadcrumbs":4,"title":1},"92":{"body":11,"breadcrumbs":6,"title":3},"93":{"body":19,"breadcrumbs":4,"title":1},"94":{"body":14,"breadcrumbs":6,"title":3},"95":{"body":16,"breadcrumbs":6,"title":3},"96":{"body":16,"breadcrumbs":6,"title":3},"97":{"body":13,"breadcrumbs":6,"title":3},"98":{"body":67,"breadcrumbs":4,"title":1},"99":{"body":16,"breadcrumbs":6,"title":3}},"docs":{"0":{"body":"Geo-AID is a tool to generate figures based off of rules given in the script file. Its main purpose is to minimize the pain related to drawing figures for certain mathematical problems or theorems. It's currently in the early development. Note: Geo-AID is not designed to produce perfect output. It is designed to produce best output. This means that it might sacrifice partial accuracy in favor of better readability. It may also make other compromises and produce unexpected results at times. If you're having trouble with this kind of behavior, visit Dealing with complicated figures As an entry point, Geo-AID uses GeoScript - a language used to describe a figure. Aside from that, special parameters can be set as command line arguments. This book is meant to serve as a guide to anyone starting to use Geo-AID and as a reference to anyone who wants to know more. Note: This book is held up-do-date with the latest released version on crates.io .","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"This guide will get you through your first steps with Geo-AID. You will install the tool (if you haven't already) and create your first figure. Then, you will learn how to deal with figures that require distances and how to use Geo-AID parameters to your advantage.","breadcrumbs":"Beginner guide » Beginner guide","id":"1","title":"Beginner guide"},"10":{"body":"Usage: Geo-AID [OPTIONS] Arguments: — The input script file Options: -o, --output - Where the output file(s) should be created. Must point to an existing directory. -d, --delta-max-mean — The maximum mean quality delta. Geo-AID will keep doing generation cycles until the average quality delta over the last m cycles gets below d. Default value: 0.0001 -w, --worker-count — The count of threads to use for generation Default value: 32 -s, --samples - The count of samples to use for generation. Each engine interprets it differently Default value: 512 -e, --engine - The generation engine to use. Default value: glide Possible values: glide: The gradient descent engine rage: Random adjustment based engine -m, --mean-count — The count of last deltas to include in mean calculation. Geo-AID will keep doing generation cycles until the average quality delta over the last m cycles gets below d. Default value: 128 -s, --strictness — How strict the generator treats the rules. The higher, the more strict. Can't be zero. Default value: 2.0 -a, --adjustment-max — Maximal adjustment of an adjustable during generation. Treated differently for different adjustables. Default value: 0.5 -f, --format — What format to generate. Default value: svg Possible values: latex: The LaTeX + tikz format svg: The SVG format renderer json: The JSON (machine-readable) format plaintext: The plaintext (human-readable) format geogebra: The GeoGebra workspace format (*.ggb) Multiple formats can be provided, each after a -f or --format. --width — Canvas width. Default value: 500 for svg, 10 for latex, 5 for json and geogebra, 1 for json. --height — Canvas height (treated very differently for LaTeX) Default value: equal to width (e.g. if width is set to 300, default value for height is 300). -l, --log — Where to put the log output. Geo-AID has a logging feature for concise information about the rendering process (quality and time). This document was generated with the help of clap-markdown.","breadcrumbs":"CLI Reference » Geo-AID","id":"10","title":"Geo-AID"},"100":{"body":"parallel_through(P: Point, k: Line) parallel_through(k: Line, P: Point) Return type : Line Returns : a line parallel to k, passing through P.","breadcrumbs":"GeoScript reference » Functions » parallel_through (alias parallel)","id":"100","title":"parallel_through (alias parallel)"},"101":{"body":"perpendicular_through(P: Point, k: Line) perpendicular_through(k: Line, P: Point) Return type : Line Returns : a line perpendicular to k, passing through P.","breadcrumbs":"GeoScript reference » Functions » perpendicular_through (alias perpendicular)","id":"101","title":"perpendicular_through (alias perpendicular)"},"102":{"body":"point() Return type : Point Returns : an adjusted (free) point.","breadcrumbs":"GeoScript reference » Functions » point","id":"102","title":"point"},"103":{"body":"polygon(n: Number (literal, no unit)) Only works with a number literal. Return type : PC-n Returns : A polygon with n sides. Possibly concave, possibly self-intersecting.","breadcrumbs":"GeoScript reference » Functions » polygon (alias poly)","id":"103","title":"polygon (alias poly)"},"104":{"body":"radians(value: Number (no unit)) Return type : Number (angle) Returns : an angle with the given measurement in radians. Related: degrees radians(value: Number (angle)) Return type : Number (no unit) Returns : the value of the angle in radians. Related: degrees","breadcrumbs":"GeoScript reference » Functions » radians (alias rad)","id":"104","title":"radians (alias rad)"},"105":{"body":"radius(circle: Circle) Return type : Number (distance) Returns : the radius of the given circle.","breadcrumbs":"GeoScript reference » Functions » radius","id":"105","title":"radius"},"106":{"body":"real(v: Number (any unit)) Return type : Number (the same unit) Returns : The real part of this number. real() Return type : Number (no unit) Returns : A free, adjustable real number.","breadcrumbs":"GeoScript reference » Functions » real (alias re)","id":"106","title":"real (alias re)"},"107":{"body":"reflect(line: Line) Return type : TransformType Returns : A reflection about a line.","breadcrumbs":"GeoScript reference » Functions » reflect (alias reflection)","id":"107","title":"reflect (alias reflection)"},"108":{"body":"rotate(origin: Point, angle: Number (angle), scale: Number (unitless)) rotate(origin: Point, scale: Number (unitless), angle: Number (angle)) rotate(angle: Number (angle), origin: Point, scale: Number (unitless)) rotate(angle: Number (angle), scale: Number (unitless), origin: Point) rotate(scale: Number (unitless), origin: Point, angle: Number (angle)) rotate(scale: Number (unitless), angle: Number (angle), origin: Point) rotate(angle: Number (angle), origin: Point) rotate(origin: Point, angle: Number (angle)) Return type : TransformType Returns : A rotation around an origin by an angle (possibly negative), along with an optional homothety at the same point.","breadcrumbs":"GeoScript reference » Functions » rotate (alias rotation)","id":"108","title":"rotate (alias rotation)"},"109":{"body":"right() Return type : Point collection (3) Returns : a right triangle with angle(ACB) = deg(90).","breadcrumbs":"GeoScript reference » Functions » right (alias right_triangle)","id":"109","title":"right (alias right_triangle)"},"11":{"body":"Geo-AID supports five different renderers, also called drawers.","breadcrumbs":"Formats » Renderers","id":"11","title":"Renderers"},"110":{"body":"sec(v: Number (angle)) Return type : Number (no unit) Returns : Secant of this angle.","breadcrumbs":"GeoScript reference » Functions » sec","id":"110","title":"sec"},"111":{"body":"segment(AB: 2-P) segment(A: Point, B: Point) Return type : Segment Returns : the segment AB. Displays : the segment AB. The function accepts additional properties in the form of: struct Segment { display_segment: bool, // Default: true, style: Style, // Default: SOLID\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed.","breadcrumbs":"GeoScript reference » Functions » segment","id":"111","title":"segment"},"112":{"body":"signedarea(A (Point), B (Point), C (Point), ...) signedarea(ABC... (Point collection)) Works for 3 or more points. Return type : Number (distance^2) Returns : the signed area of the given polygon.","breadcrumbs":"GeoScript reference » Functions » signedarea","id":"112","title":"signedarea"},"113":{"body":"sin(v: Number (angle)) Return type : Number (no unit) Returns : Sine of this angle.","breadcrumbs":"GeoScript reference » Functions » sin","id":"113","title":"sin"},"114":{"body":"tan(v: Number (angle)) Return type : Number (no unit) Returns : Tangent of this angle.","breadcrumbs":"GeoScript reference » Functions » tan (alias tg)","id":"114","title":"tan (alias tg)"},"115":{"body":"to_complex(A: Point) Return type : Number (distance) Returns : the point as a complex number.","breadcrumbs":"GeoScript reference » Functions » to_complex","id":"115","title":"to_complex"},"116":{"body":"to_point(v: Number (distance)) Return type : Point Returns : the complex number as a point.","breadcrumbs":"GeoScript reference » Functions » to_point","id":"116","title":"to_point"},"117":{"body":"transform(t: TransformType, object: Any) Return type : Depends on the transformationi and input. Returns : The object transformed using the transformation. Is type isn't supported, a compile error will be raised.","breadcrumbs":"GeoScript reference » Functions » transform","id":"117","title":"transform"},"118":{"body":"translate(vector: Distance) Return type : TransformType Returns : A translation by a vector.","breadcrumbs":"GeoScript reference » Functions » translate (alias translation)","id":"118","title":"translate (alias translation)"},"119":{"body":"triangle() Return type : Point collection (3) Returns : a triangle.","breadcrumbs":"GeoScript reference » Functions » triagngle (alias triangle)","id":"119","title":"triagngle (alias triangle)"},"12":{"body":"Using LaTeX , tikz and tikz-euclide , one of the two recommended ways of drawing the figure.","breadcrumbs":"Formats » LaTeX","id":"12","title":"LaTeX"},"120":{"body":"x(P: Point) Return type : Number (distance) Returns : The x coordinate of the point.","breadcrumbs":"GeoScript reference » Functions » x","id":"120","title":"x"},"121":{"body":"y(P: Point) Return type : Number (distance) Returns : The y coordinate of the point.","breadcrumbs":"GeoScript reference » Functions » y","id":"121","title":"y"},"122":{"body":"Here are listed all of GeoScript's rules. Note that, the names are case-insensitive and ignore underscores. This means that rules lies_on, lieson, LIEsoN and L_ie_s___On are the same rule. Overloads are listed in the order they are checked.","breadcrumbs":"GeoScript reference » Rule operators » Rule operators","id":"122","title":"Rule operators"},"123":{"body":"The operators <, <=, >, >= are only allowed between Numbers of the same unit. They are simple comparison operators with their rules evaluated based on the relative difference between the two values. The operator = (and its negation, !=) is allowed between Numbers of the same unit and Points . Its rule is evaluated based on the absolute distance between the two values.","breadcrumbs":"GeoScript reference » Rule operators » Comparison","id":"123","title":"Comparison"},"124":{"body":"All uses accept weight property. P: Point lies_on k: Line Tells Geo-AID that point P lies on (has zero distance) from line k. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. P: Point lies_on k: Segment Tells Geo-AID that point P lies on (has zero distance) from the line of segment k and between its ends. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. P: Point lies_on omega: Circle Tells Geo-AID that point P lies on (has zero distance) from circle omega. Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. col: 0-P lies_on omega: Circle Tells Geo-AID that points in the collection col lie on (have zero distance) from circle omega in exactly the given order . Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. Note : When negated, creates rules for the points not to be on the circle. Points that are on the circle, just not in the given order will not satisfy this rule. col: 0-P lies_on k: Line Tells Geo-AID that points in the collection col lie on (have zero distance) from line k in exactly the given order . Note: zero distance rules do not have any impact on the distance variable and decrease figure stability much less than other distance rules. Note : When negated, creates rules for the points not to be on the ;ome. Points that are on the line, just not in the given order will not satisfy this rule.","breadcrumbs":"GeoScript reference » Rule operators » lies_on (alias on)","id":"124","title":"lies_on (alias on)"},"125":{"body":"The display system decides which expressions are displayed and which are not. Its options are expressed through properties .","breadcrumbs":"GeoScript reference » Display system » Display system","id":"125","title":"Display system"},"126":{"body":"Most expressions accept a display (bool) property, that has a default value based on the constructive -ness of the expression. Beyond that, expressions have a tree-like structure. For example, an expression representing an orthocenter of triangle ABC. intersection(perpendicular_through(AB, C), perpendicular_through(BC, A)) It's semantic structure is the following: - intersection - perpendicular_through - AB (line) - A - B - C - perpendicular_through - BC (line) - B - C - A Now, the value of the display property of a node in that tree (e.g. the first perpendicular_through) decides not only whether the expression itself is displayed, but also whether its child nodes (the AB and C in our examples) are displayed. Display properties are a simple sequence of key-value pairs used to modify how the figure should be displayed. They're accepted in expressions, rules and variable definitions. Display properties with invalid values or unexpected properties will cause an error and the ones with invalid names will be ignored. The principle the display system works with is that an expression is displayed by default iff it's constructive .","breadcrumbs":"GeoScript reference » Display system » What is displayed?","id":"126","title":"What is displayed?"},"127":{"body":"To display an expression means to display its visual representation in its final figure. As simple example, to display a bisector(ABC) is to add a line representing the bisector of the angle ABC to the output figure.","breadcrumbs":"GeoScript reference » Display system » What does it mean to display an expression?","id":"127","title":"What does it mean to display an expression?"},"128":{"body":"A constructive expression is one that constructs a new object: a point, a line, etc. In practice, only variable references are non-constructive GeoScript - that is, referencing a variable either through a name or through a point collection won't display anything related to that variable (note that anything that could be displayed with it, should already be marked for display while processing the definition). It is however worth noting that point collection construction is constructive. Additionally, collections of length 2 are constructive, as they are converted to a different type (a line or a distance). Certain expressions, even though constructive, don't expect any properties simply because there's nothing to display. An example of that is a literal number.","breadcrumbs":"GeoScript reference » Display system » What is a constructive expression?","id":"128","title":"What is a constructive expression?"},"129":{"body":"All types have their basic properties assigned to them. These are the following. Point struct Properties { display: bool, // Default: true label: MathString, // Default: empty (except look at next section) display_label: bool, // Default: true display_dot: bool // Default: true\n} The display property decides whether the point should be displayed. label gives the point a label and display_label decides if it is to be displayed. If display_dot is true, a small dot is displayed in the point's position. NOTE : display_dot has currently no effect and the dot is always displayed. NOTE : Labels currently have poor support in SVG. Line struct Line { display: bool, // Default: true, label: MathString, // Default empty (look at next section), display_label: bool, // Default: true style: Style, // Default: SOLID type: LineType // Default: LINE\n} display, label and display_label work like with points. The style property decides how the line should be displayed (what \"brush\" should be used). NOTE : Labels don't currently work with lines. Circle struct Circle { display: bool, // Default: true, label: MathString, // Default empty (look at next section), display_label: bool, // Default: true style: Style, // Default: SOLID\n} display, label, display_label and style work like with lines. NOTE : Labels don't currently work with circles. Number struct Number { display: bool, // Default: true, label: MathString, // Default empty (look at next section) display_label: Style, // Default: SOLID\n} All properties work like described before. NOTE : Labels don't currently work with numbers. PointCollection struct PointCollection { display: bool // Default: true\n} The display property works as usual. Point collections also have special behavior when they are used in the context of lines or distances (see: conversions ). Specifically, when converted to a distance measurement or a line, they also accept properties related to Lines (see above). Variables and literals don't accept any properties, no matter the type. Beyond that, additional properties may be added depending on the kind of construction (used function). Details on those are in the documentation of respective functions.","breadcrumbs":"GeoScript reference » Display system » Basic properties for types","id":"129","title":"Basic properties for types"},"13":{"body":"Outputs the figure in the svg format. One of the two - and the most tested - ways of drawing the figure.","breadcrumbs":"Formats » SVG","id":"13","title":"SVG"},"130":{"body":"Variable definitions display their defining expressions. Properties defined on definitions are passed onto the expression. Additionally, if no label is given, the variable name is parsed as a MathString and used as a label if the parse was successful (and if there is no display_label=false).","breadcrumbs":"GeoScript reference » Display system » Properties on variable definitions","id":"130","title":"Properties on variable definitions"},"131":{"body":"Currently, rules only accept a display property and display both of their sides.","breadcrumbs":"GeoScript reference » Display system » Properties on rules","id":"131","title":"Properties on rules"},"132":{"body":"All property names are case-insensitive and ignore underscores. Therefore, display_label, displaylabel and DiSplaYl__aBE__l all refer to the same property.","breadcrumbs":"GeoScript reference » Display system » Matching properties","id":"132","title":"Matching properties"},"133":{"body":"The weight system of Geo-AID is one of the core mechanisms of its generator. It directly modifies how much each adjustable will be affected by certain rules.","breadcrumbs":"GeoScript reference » Weight system » Weight system","id":"133","title":"Weight system"},"134":{"body":"Every entity present in a rule gets assigned a weight - by default equal to 1. Weights themselves, however, ultimately only apply to adjustables - values adjusted by the generator in the figure creation process. The weight system applies only to rules as they are the main set of instructions on how to generate a figure. Let's take a look at an example: let A, B, C = Point(); AC = BC; The above script is a simple description of an isosceles triangle. In order to understand weights, we must first understand adjustables. Adjustables are values adjusted by the generator - this means free points, free numbers, points on lines, etc. An example of a function generating an adjustable is the Point() function. It creates a free point able to be adjusted in both dimensions. Here, we generate three different free points. One for each of A, B, and C. After the definition there is a single rule: AB = BC. As you can see, there are three adjustables here: A. B, C. Despite B appears twice, all adjustables get the same weight of 1.","breadcrumbs":"GeoScript reference » Weight system » How are weights computed?","id":"134","title":"How are weights computed?"},"135":{"body":"By the time weight computation has finished, each rule has a weight assigned to each adjustable in the figure specifying how much the rule affects the adjustable. When it is all computed, each weight of the latter set of weights is normalized , that is: squeezed into the range [0, 1] by dividing each weight by the sum of them all. Finally, each weight is multiplied by the rule's assigned weight. This way each adjustable has a weight assigned to each rule. When rules are evaluated, they are given a quality in range [0, 1]. This way, for each adjustable, all values can be put into pairs (quality, weight) for each rule. From that a weighed mean is calculated (sum of the products quality * weight divided by the sum of weights). The result is the final quality of an adjustable. The final quality affects how much an adjustable is adjusted when making corrections. In short, rule weights affect how much a given adjustable is affected by the rule's quality in comparison to other rules.","breadcrumbs":"GeoScript reference » Weight system » How are weights applied?","id":"135","title":"How are weights applied?"},"136":{"body":"In general, weights are modified by adding a number-type weight property in square brackets: [weight = 2]\nAB = BC; Specifics regarding how do weight properties affect certain rules are in their respective documentations.","breadcrumbs":"GeoScript reference » Weight system » How to modify weights?","id":"136","title":"How to modify weights?"},"137":{"body":"Flags are divided into flag groups.","breadcrumbs":"GeoScript reference » Flags » Flags","id":"137","title":"Flags"},"138":{"body":"These are flags directly in the global scope of flags. They're not in any group and generally refer to some specific settings.","breadcrumbs":"GeoScript reference » Flags » Ungrouped","id":"138","title":"Ungrouped"},"139":{"body":"Type : bool Default : true Description : Automatically adds rules for inequalities of all point entities. Notes : Disabling this might lead to Geo-AID creating figures compressed into one point. Only recommended for debugging or experimenting.","breadcrumbs":"GeoScript reference » Flags » point_inequalities","id":"139","title":"point_inequalities"},"14":{"body":"Machine-readable JSON format according to the Schema available in Geo-AID's repository. Can be used to integrate other tools with Geo-AID.","breadcrumbs":"Formats » JSON","id":"14","title":"JSON"},"140":{"body":"This group of flags modifies how the script is interpreted.","breadcrumbs":"GeoScript reference » Flags » language","id":"140","title":"language"},"141":{"body":"Type : bool Default : false Description : Creates a variable i containing the complex unit.","breadcrumbs":"GeoScript reference » Flags » complex_numbers","id":"141","title":"complex_numbers"},"142":{"body":"This group of flags modifies how the compiler and generator optimize the figure.","breadcrumbs":"GeoScript reference » Flags » optimizations","id":"142","title":"optimizations"},"143":{"body":"All of the theoretical foundation of Geo-AID is described here: https://www.overleaf.com/read/nnjqztpynydm#156b73","breadcrumbs":"Math behind Geo-AID » Math behind Geo-AID","id":"143","title":"Math behind Geo-AID"},"15":{"body":"A human-readable format, pure text . Contains descriptions of the positions of each object in the figure.","breadcrumbs":"Formats » Plaintext","id":"15","title":"Plaintext"},"16":{"body":"You can import Geogebra (*.ggb) output directly in GeoGebra by either choosing \"load\" from the menu in the app or simply by dragging the file onto the tool. This format has not been extensively tested and you may encounter bugs. If you do, please report them.","breadcrumbs":"Formats » GeoGebra","id":"16","title":"GeoGebra"},"17":{"body":"","breadcrumbs":"GeoScript reference » GeoScript reference","id":"17","title":"GeoScript reference"},"18":{"body":"This chapter describes the syntax of GeoScript. The notation used is the same as defined in The Rust Reference . Geo-AID expects utf8 encoded files. All whitespaces are ignored beyond distinguishing separate tokens. The basis is the Figure .","breadcrumbs":"GeoScript reference » Syntax » Syntax","id":"18","title":"Syntax"},"19":{"body":"Syntax Properties : [ Property (; Property )* ] Property : NAMED_IDENT = PropertyValue PropertyValue : NUMBER | IDENT | STRING | RawString RawString : ! STRING","breadcrumbs":"GeoScript reference » Syntax » Properties » Properties","id":"19","title":"Properties"},"2":{"body":"","breadcrumbs":"Beginner guide » Getting started » Getting started","id":"2","title":"Getting started"},"20":{"body":"","breadcrumbs":"GeoScript reference » Syntax » Properties » Property values","id":"20","title":"Property values"},"21":{"body":"Boolean properties represent true or false for certain properties. A true value can be represented as the following: 1, true, enabled, on, \"true\", \"enabled\", \"on\" A false value can be represented like this: 0, false, disabled, off, \"false\", \"disabled\", \"off\" NOTE : Cannot be represented by a raw string. NOTE : In case of boolean values, parsing of identifiers and strings is case-insensitive.","breadcrumbs":"GeoScript reference » Syntax » Properties » bool","id":"21","title":"bool"},"22":{"body":"Number values accept positive integers and floats. They cannot be expressed by idents or strings. Used for weights.","breadcrumbs":"GeoScript reference » Syntax » Properties » number","id":"22","title":"number"},"23":{"body":"Style properties tell Geo-AID how to display a given line or a circle. Available options are: SOLID, DASHED, BOLD, and DOTTED. They can be represented using identifiers or non-raw strings. When parsed, case is ignored.","breadcrumbs":"GeoScript reference » Syntax » Properties » Style","id":"23","title":"Style"},"24":{"body":"This property is most commonly seen alongside lines constructed from points. This tells Geo-AID whether to display the line as a LINE, a RAY, or a SEGMENT.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"24","title":"LineType"},"25":{"body":"MathString properties usually represent label contents. MathStrings are used to write normal text while also allowing lower indices and a restricted set of mathematical characters, like greek letters. Parsing Identifiers If the identifier is a single character or a character code representing a letter (character codes explained below), a number of primes (also explained below), and a _ followed by digits, it can be parsed as a MathString containing only that character. Examples: A\nB_12\nC'\nD''_456 Raw strings Raw strings are parsed as a set of ASCII characters without any additional processing. Useful for injecting LaTeX into point labels, should it be necessary. Examples: !\"\\mathbb{X}^\\prime\"\n!\"Hello, World!\"\n!\"_{}}}Everything is literal}\" Strings Strings are parsed like raw strings with a few important exceptions: Single quotes (') are parsed as primes; Everything directly after a _, until, but not including, a space, is parsed as being in lower index; Lower index cannot be used inside a lower index; Longer text with spaces can be put inside a lower index if delimited by braces ({}); Text inside brackets ([]) is parsed as a character code and outputs a special character with that code; \\\\ before a character inserts that character regardless of the above rules (it does not, however, enable using \" in a string. You can use [quote] for that purpose). Examples: \"A\"\n\"B_12\"\n\"C'_{Hello, World!}\"\n\"[Alpha] [quote]label [alpha][quote]\" Character codes Character codes are used to represent special characters. Currently, Geo-AID only supports greek letters - in form of the names of those letters, where the case of the first letter decides the case of the output letter - and quotes (\"), written as qoute. Primes Primes, in MathStrings, are ticks often seen beside points. They are often used to represent a point after certain transformations, like symmetry or rotation (looks like A'). In MathStrings, all non-escaped (\\\\) single quotes (') are treated as those.","breadcrumbs":"GeoScript reference » Syntax » Properties » MathString","id":"25","title":"MathString"},"26":{"body":"LineType describes whether a line should be displayed as a continuous line, a ray or a segment. This property is allowed in a few functions. Possible values are: LINE, RAY, SEGMENT. The default depends on the context.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"26","title":"LineType"},"27":{"body":"Syntax Expression : ImplicitIterator only if iter = true | SimpleExpression | Expression BinOp Expression ; BinOp : + | - | * | / SimpleExpression : -? SimpleExpressionKind (^ Exponent )? Properties ? SimpleExpressionKind : NAMES | NUMBER | ExplicitIterator | PointCollectionConstructor UnOp : - Exponentiation : SimpleExpressionKind ^ -? Exponent Exponent : INTEGER ( INTEGER / INTEGER ) PointCollectionConstructor : & ( Expression (, Expression )* ) Expressions represent all values in GeoScript. A simple example of an expression is a variable reference with the variable's value or a number literal. After most expressions display options can be given, modifying how the expression affects the final figure visually.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Expressions","id":"27","title":"Expressions"},"28":{"body":"Names can also be used as expressions. See here for more details.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Names","id":"28","title":"Names"},"29":{"body":"Binary operators all have the standard mathematical operation order. Unary operators always precede binary operators and implicit iterators always precede all operators. You can define your own order with parenthesis. Currently, Geo-AID supports only addition, subtraction, multiplication and division as binary operators and negation as unary. Weight in binary operations is applied to both of their operands. In unary operations, it is directly applied to their single operand.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Operators","id":"29","title":"Operators"},"3":{"body":"Before you start using Geo-AID, you'll need to install it. Unfortunately, it does not come in the form of precompiled binaries, and you'll need some other tools to build it. First, install Rust and Cargo . Once you're done, there are two ways of setting up Geo-AID: The first way is to simply use the cargo install method: cargo install geo-aid This has the advantage of installing Geo-AID globally, so that you can run it from anywhere. It will take care of all dependencies for you. Building may take some time, but once it's done, it's done for good (unless you'll want to update it). The second way is to clone/download the GitHub repository ( remember to get the last vX.X version) and build Geo-AID yourself. In this, case, you will also need the geo_aid_derive source. To download the repos, you'll need to download the .zip file and unpack it somewhere. If you want to clone it (recommended), you'll need git . The clone way is shown below mkdir geo-aid\ncd geo-aid\ngit clone https://github.com/DragonGamesStudios/Geo-AID.git\ngit clone https://github.com/DragonGamesStudios/geo_aid_derive.git\ncd Geo-AID\ngit checkout v0.2 It's important that if you compile from source, you should preserve this file structure: | some_folder: | geo-aid | geo_aid_derive Then, either build it with cargo build --release and use the produced executable or run it with cargo run --release -- . Run the program with the --version flag to check if it works properly. You can also run geo-aid --help (replace geo-aid with cargo run --release -- if using the second way) if you want to see how to use the tool CLI (you can also check the CLI reference ). The rest of this book will assume you have the command globally available (as if it was installed).","breadcrumbs":"Beginner guide » Getting started » Installation","id":"3","title":"Installation"},"30":{"body":"Exponentiation takes precedence over every other operator, including negation. It can be written as base^exp, where base is the raised expression and exp is the exponent, either a literal integer or a fraction in the form (nom / denom) with nom and denom being integers and denom being nonzero. The exponent can also be negated by including a - in front of it (in case of fraction exponents, before the parenthesis). When raising a value to a power, its unit is also raised. Weights, like other properties are passed on to raised expressions.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Exponentiation","id":"30","title":"Exponentiation"},"31":{"body":"Expressions can also be used to construct point collections out of other expressions with &(A, B, ...) syntax. All expressions inside must be convertible to points. Weights on point collections are treated as though they were applied to each of the collected points.","breadcrumbs":"GeoScript reference » Syntax » Expressions » Point Collections","id":"31","title":"Point Collections"},"32":{"body":"Syntax Figure : Statement * Statement : FlagStatement | LetStatement | RuleStatement | RefStatement | ; A Figure describes how a figure should be generated in terms of generator flags, variable definitions and rules.","breadcrumbs":"GeoScript reference » Syntax » Figure » Figure","id":"32","title":"Figure"},"33":{"body":"Syntax FlagStatement : FlagName FlagValue FlagName : @ NAMED_IDENT (. NAMED_IDENT )* : FlagValue : NAMED_IDENT | FlagSet | NUMBER FlagSet : { FlagStatement * } Flags modify the behavior of Geo-AID's generator. They have default values, though some of them need to be explicitly specified to enable certain features (e.g. distance_literals). A flag statement composes of the flag's name and its value. Each flag has a predefined type and will only accept values of that type. Identifier flags accept identifiers in general, though usually only a subset of identifiers is valid, representing certain behavior options. Boolean flags are used to enable or disable certain features/modifications to the standard behavior. They accept 1, true, enabled and yes as a true value and 0, false, disabled and no as a false value. Number flags may accept floats or integers, depending on the flag. Flag sets are special flags that categorize other flags. If you want to modify multiple flags of the same category, simply set the value of the parent set flag to a flag set with the respective statements. Flag statements also accept a syntatic sugar for flag indexing. Instead of writing @optimizations { @identical_expressions: false\n} You can simply write @optimizations.identical_expressions: false","breadcrumbs":"GeoScript reference » Syntax » Flags » Flags","id":"33","title":"Flags"},"34":{"body":"Lexer IDENT : NAMED_IDENT | POINT_COLLECTION NAMED_IDENT : Start Continue* POINT_COLLECTION : (Point '*)+ Where Start is any unicode character with the Alphabetic property or an underscore (_) character, Continue is Start or a tick (') character and Point is any unicode character with the Uppercase property. Identifiers mostly represent variables, though they may also serve as a rule operator, a function, a value for a display property or a flag value. See also: names . Point collections are a special kind of identifiers. They essentially represent a sequence of variables, each being a point.","breadcrumbs":"GeoScript reference » Syntax » Identifiers » Identifiers","id":"34","title":"Identifiers"},"35":{"body":"Syntax ImplicitIterator : Expression (, Expression )+ ExplicitIterator : $ INTEGER ( Expression (, Expression )* ) Iterators can be used in let statements and rules on both sides. A sequence of expressions separated by a comma is called an implicit iterator . Using these, multiple lines of a script can be collapsed into a single one. For example: let A, B, C = Point(); AB = AC, BC; Iterators are expanded into multiple rules/statement by simply iterating over the given sequence. Implicit iterators take precedence over any arithmetic operators. Here's a few examples: AB, BC = CD, EF; # Becomes\nAB = CD;\nBC = EF; AB < XY + YZ, OI; # Becomes.\nAB < XY + YZ;\nAB < XY + OI; whereas AB < (XY + YZ), OI; # Becomes AB < XY + YZ;\nAB < OI; To use implicit iterators inside a function call, simply put parentheses around them: intersection(AB, (KL, XY)) Another type of iterator is an explicit iterator . These are written in the following way: AB = $1(AC, BC); The above example is equivalent to just writing AB = AC, BC; The number after the dollar sign is the id of the iterator. If only a single id is used, they function just like implicit iterators. However, when using multiple different ids, more complicated results can be achieved: $1(AB, CD) < $2(XY, YZ); # Becomes\nAB < XY;\nCD < XY;\nAB < YZ;\nCD < YZ; Explicit iterators can also be nested, allowing for even more complicated rules. For example: $1(AB, BC) > $1(x, $2(a, b)), $3(9, 4, 3); # Becomes\nAB > x;\nBC > a;\nBC > b;\nAB > 9;\nAB > 4;\nAB > 3;\nBC > 9;\nBC > 4;\nBC > 3; Iterators have a few rules. Not obeying them causes compilation errors. All implicit iterators have an id of 0; All iterators of the same id must have the same length; The left hand side of let statements only accept implicit iterators; The right hand side of let statements accepts at most one level of iteration; The right hand side of a let statement may only contain iterators, if so does the left side; All iterators must have at least two variants; An iterator with id x must not contain another iterator with id x; Iterator length must not exceed 255; Iterator id must be an integer;","breadcrumbs":"GeoScript reference » Syntax » Iterators » Iterators","id":"35","title":"Iterators"},"36":{"body":"Syntax Name : IDENT | ExprCall | FieldIndex | ( Expression ) ExprCall : Name ( ( Expression (, Expression )*)? )\\","breadcrumbs":"GeoScript reference » Syntax » Names » Names","id":"36","title":"Names"},"37":{"body":"Names can be interpreted in two ways: as values or as function references. When used as values, identifiers denote variable accesses, field indices represent accessing certain fields of values, parenthesised expressions represent the contained expressions and function calls are rather self-explanatory. When used as function references, idents represent global functions, field accesses represent methods and parenthesised expressions, like function calls, are not allowed.","breadcrumbs":"GeoScript reference » Syntax » Names » Interpreting names","id":"37","title":"Interpreting names"},"38":{"body":"Identifiers denote variables created with let statements. When given weight to a named identifier, it will affect the weighing of the definition after expansion (the definition itself won't be affected). When a weight is given to a point collection, it will act as though it was given to each of the referenced points. Note, however, that since point collections are simply abstractions, there is no guarantee that each point of the collection will be used. It the vast majority of cases that can however be guaranteed.","breadcrumbs":"GeoScript reference » Syntax » Names » Variables","id":"38","title":"Variables"},"39":{"body":"Different types have different fields. You should seek specifics in the documentations of respective types. A field index has the following form: name . field. The name is expected to be a value. Weights on field accesses are treated like on variables.","breadcrumbs":"GeoScript reference » Syntax » Names » Fields","id":"39","title":"Fields"},"4":{"body":"In order to use Geo-AID, we have to tell it exactly what we want. We can do this with a script file. Geo-AID uses a special language called GeoScript that lets us give specific instructions. Create the following file with a name of your choice, say figure.geo: let A = Point();\nlet B = Point();\nlet C = Point(); AB = AC;\nAB = BC; and run it with the following command: geo-aid figure.geo After a short wait a new file figure.svg should show up. Open it in any SVG previewer (could even be your browser) and gaze at your first figure in awe: Ok, but what exactly happened here? Let's take a closer look at the script we've just given to Geo-AID: First, we have the three let statements. These statements are used to create variables. In our case, these variables are points created with the Point() function. You can also add special display properties to the variable definitions to change how they are rendered. For example, if you change the first line to the following: let A [label = G] = Point(); you should get something like this: You can find out more about the display system here . After the variable definitions, we have the two lines: AB = AC;\nAB = BC; These are called rule statements. They represent a relationship between the left hand side and the right hand side. In this case, the relationship is the equality of lengths AB, BC and AC. It's worth noting that the equality sign represents a rule , not a definition or a redefinition . GeoScript is a description language, not a programming one. Geo-AID takes these requirements and attempts to create a figure that meets them. let statements and rules can be sometimes combined by adding rules after the left hand side of a let statement. For example: # This is a comment\nlet A = Point();\nlet B = Point();\nlet C = Point();\nlet r = dst(BC) < AB; let omega = Circle(A, r); Here, r is set to the distance BC and said to be smaller than AB.","breadcrumbs":"Beginner guide » Getting started » Your first figure","id":"4","title":"Your first figure"},"40":{"body":"The call syntax, name(arg1, arg2, ...) can be used to call functions with specified parameters. Functions, beyond being constructive expressions, can modify the visual output of the figure, e.g. add a line/ray. This behavior can be usually modified using display options. Some functions accept parameter groups, allowing infinite number of parameters. All functions return a single value. Implicit iterators cannot be used in function parameters, unless surrounded by parentheses. The name of the function must be a function reference. If it's an ident, it's treated as a global function. If it's a field index, the function is treated like a method. Methods are special functions defined on types. They use that type as their first parameter, and are generally associated to that type. For specific examples, look at type documentations. Function names are case-insensitive and ignore underscores. This means that functions perpendicular_through, perpendicularthrough, PERPendicularthrougH and P_erpendic_ular___Through_ are the same function. Weights given to function calls affect the parameters and the expression generated by the function.","breadcrumbs":"GeoScript reference » Syntax » Names » Functions","id":"40","title":"Functions"},"41":{"body":"Putting expressions in parentheses allows for modifying the order of operations or allowing the use of explicit iterators in contexts, where it wouldn't be normally possible. They also allow using complex expressions as names. Weights applied to parenthesised expressions are applied to their contained expressions. Note, that sometimes applied weight to parenthesised expressions is the only way to apply weight to the entire expression (for example: binary operations).","breadcrumbs":"GeoScript reference » Syntax » Names » Parentheses","id":"41","title":"Parentheses"},"42":{"body":"Lexer NUMBER : INTEGER | FLOAT INTEGER : Digit+ FLOAT : INTEGER . Digit* Where Digit is an ASCII digit (0-9). Either integers or decimals.","breadcrumbs":"GeoScript reference » Syntax » Numbers » Numbers","id":"42","title":"Numbers"},"43":{"body":"Syntax Properties : [ Property (; Property )* ] Property : NAMED_IDENT = PropertyValue PropertyValue : NUMBER | IDENT | STRING | RawString RawString : ! STRING","breadcrumbs":"GeoScript reference » Syntax » Properties » Properties","id":"43","title":"Properties"},"44":{"body":"","breadcrumbs":"GeoScript reference » Syntax » Properties » Property values","id":"44","title":"Property values"},"45":{"body":"Boolean properties represent true or false for certain properties. A true value can be represented as the following: 1, true, enabled, on, \"true\", \"enabled\", \"on\" A false value can be represented like this: 0, false, disabled, off, \"false\", \"disabled\", \"off\" NOTE : Cannot be represented by a raw string. NOTE : In case of boolean values, parsing of identifiers and strings is case-insensitive.","breadcrumbs":"GeoScript reference » Syntax » Properties » bool","id":"45","title":"bool"},"46":{"body":"Number values accept positive integers and floats. They cannot be expressed by idents or strings. Used for weights.","breadcrumbs":"GeoScript reference » Syntax » Properties » number","id":"46","title":"number"},"47":{"body":"Style properties tell Geo-AID how to display a given line or a circle. Available options are: SOLID, DASHED, BOLD, and DOTTED. They can be represented using identifiers or non-raw strings. When parsed, case is ignored.","breadcrumbs":"GeoScript reference » Syntax » Properties » Style","id":"47","title":"Style"},"48":{"body":"This property is most commonly seen alongside lines constructed from points. This tells Geo-AID whether to display the line as a LINE, a RAY, or a SEGMENT.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"48","title":"LineType"},"49":{"body":"MathString properties usually represent label contents. MathStrings are used to write normal text while also allowing lower indices and a restricted set of mathematical characters, like greek letters. Parsing Identifiers If the identifier is a single character or a character code representing a letter (character codes explained below), a number of primes (also explained below), and a _ followed by digits, it can be parsed as a MathString containing only that character. Examples: A\nB_12\nC'\nD''_456 Raw strings Raw strings are parsed as a set of ASCII characters without any additional processing. Useful for injecting LaTeX into point labels, should it be necessary. Examples: !\"\\mathbb{X}^\\prime\"\n!\"Hello, World!\"\n!\"_{}}}Everything is literal}\" Strings Strings are parsed like raw strings with a few important exceptions: Single quotes (') are parsed as primes; Everything directly after a _, until, but not including, a space, is parsed as being in lower index; Lower index cannot be used inside a lower index; Longer text with spaces can be put inside a lower index if delimited by braces ({}); Text inside brackets ([]) is parsed as a character code and outputs a special character with that code; \\\\ before a character inserts that character regardless of the above rules (it does not, however, enable using \" in a string. You can use [quote] for that purpose). Examples: \"A\"\n\"B_12\"\n\"C'_{Hello, World!}\"\n\"[Alpha] [quote]label [alpha][quote]\" Character codes Character codes are used to represent special characters. Currently, Geo-AID only supports greek letters - in form of the names of those letters, where the case of the first letter decides the case of the output letter - and quotes (\"), written as qoute. Primes Primes, in MathStrings, are ticks often seen beside points. They are often used to represent a point after certain transformations, like symmetry or rotation (looks like A'). In MathStrings, all non-escaped (\\\\) single quotes (') are treated as those.","breadcrumbs":"GeoScript reference » Syntax » Properties » MathString","id":"49","title":"MathString"},"5":{"body":"Geo-AID mostly operates on expressions. They are variable definitions and both sides of rules. Expressions can be mathematical operations, function calls, lines, distances and literals. All expressions produce values of certain types. Primary examples of these types are points, lines, circles and numbers. They're what the generator operates on and what everything is ultimately compiled into. Everything else is just an abstraction over these primitives. Additionally, numbers can have units. Performing addition or subtraction on numbers with incompatible units is an error. Point collections are sequences of point letters, like AB, ABC, GFED, X, A'V. For a name to be collectable, it has to be a single, uppercase letter with an arbitrary number of ticks (') following it, that represents a point. Point collections can also be constructed using &(...) syntax. You can use them on the left-hand side of let statements to unpack the rhs expression onto a point collection. Note, however, that not all types have that option. let ABC = &(intersection(XY, GH), mid(G, H), intersection(TU, KL)); Other than that, there are other types, like, for example, Segment. These are used for more specific purposes.","breadcrumbs":"Beginner guide » Getting started » Expressions","id":"5","title":"Expressions"},"50":{"body":"LineType describes whether a line should be displayed as a continuous line, a ray or a segment. This property is allowed in a few functions. Possible values are: LINE, RAY, SEGMENT. The default depends on the context.","breadcrumbs":"GeoScript reference » Syntax » Properties » LineType","id":"50","title":"LineType"},"51":{"body":"Syntax RefStatement : Properties ? Expression ; Ref statements can be used to display expressions without any side effects.","breadcrumbs":"GeoScript reference » Syntax » Ref statements » Ref statements","id":"51","title":"Ref statements"},"52":{"body":"If provided a non-zero weight property, a ref statement generates a bias rule . Bias rules are rules that are always true. They can be used to artificially make certain adjustables more stable. Beyond that, any display properties defined on them are treated like properties of the ref-ed expression.","breadcrumbs":"GeoScript reference » Syntax » Ref statements » Properties of refs","id":"52","title":"Properties of refs"},"53":{"body":"Syntax RuleStatement : Properties Expression ( RuleOp Expression )* ; RuleOp : < | <= | = | >= | > | IDENT | ! RuleOp Rules are the basic building blocks of a figure. They define relationships between figure objects. Geo-AID attempts to generate a figure that obeys them as good as it can. Rules tie two expressions (left and right hand side) with a relationship, otherwise known as the rule operator. Currently supported rule operators are all comparison operators. When given an identifier, a proper defined rule operator is looked up and compiled accordingly. Rules can also be inverted with an exclamation mark in front of the operator. Rules can be chained like so: 2 < a < 3; The above is equivalent to 2 < a;\na < 3; Weights on non-ident rules are assigned to them directly and end up being used directly in the generation process. Weights on ident rules are treated differently depending on the rule. You should seek documentation on them in docs for respective operators. Rule operators are case-insensitive and ignore underscores. This means that rules lies_on, lieson, LIEsoN and L_ie_s___On are the same rule.","breadcrumbs":"GeoScript reference » Syntax » Rules » Rules","id":"53","title":"Rules"},"54":{"body":"Syntax LetStatement : let VariableDefinition (, VariableDefinition )* = Expression ( RuleOp Expression )? ; VariableDefinition : IDENT Properties ? A let statement creates variables given on the left hand side. The lhs of the statement can contain multiple variables. In that, case if the rhs has no iteration, all variables will be set to the given definition (no the same value, though). If there is one level of iteration, all variables will get their respective definition. More levels of iteration are not allowed. The rhs expression of the statement can either become the variable's definition or it can be unpacked onto a point collection. Point collection variables are invalid. A point collection may be used on the right hand side only if the identifier on the left is a point collection. After each variable name there can be given properties that are later applied to the defining expression(s). The let statement also accepts a single rule after its right hand side. It behaves as if the lhs was a sequence of variable accesses in a 0-id iterator.","breadcrumbs":"GeoScript reference » Syntax » Variables » Variables","id":"54","title":"Variables"},"55":{"body":"","breadcrumbs":"GeoScript reference » Types » Types","id":"55","title":"Types"},"56":{"body":"A number is a simple complex value with a unit - a unit is a product of integer powers of simple units. The simple units are: Distance Angle Unknown-unit numbers (usually literals) can be converted into a number with a distance unit. Any number, whose unit cannot be determined, is assumed to be unit-less. Numbers in this reference are denoted as Number(). A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. Any variable defined with an unknown-unit number is assumed to be unit-less. When performing multiplication/division over a number with a unit and a number with an unknown unit, the latter is automatically converted into a unit-less number. Note: A literal will never be coerced to an angle, since that would introduce uncertainty whether it should be treated as given in radians or degrees. Instead, look for their respective functions. Methods acos() for no unit Return type : Number (angle) Returns : Arccosine of this number. acot() (alias actg) for no unit Return type : Number (angle) Returns : Arccotangent of this number. acsc() for no unit Return type : Number (angle) Returns : Arccosecant of this number. asec() for no unit Return type : Number (angle) Returns : Arcsecant of this number. asin() for no unit Return type : Number (angle) Returns : Arcsine of this number. atan() (alias atg) for no unit Return type : Number (angle) Returns : Arctangent of this number. conjugate() for any unit Return type : Number (same unit) Returns : the conjugate of this number. cos() for angle Return type : Number (no unit) Returns : Cosine of this angle. cot() (alias ctg) for angle Return type : Number (no unit) Returns : Cotangent of this angle. csc() for angle Return type : Number (no unit) Returns : Cossecant of this angle. degrees() (alias deg) if the number is unitless. Return type : Number (angle) Returns : Angle value with measurement equal to this number in degrees. degrees() (alias deg) if the number is an angle. Return type : Number (no unit) Returns : The measurement of this angle in degrees. imaginary() (alias im) for any unit Return type : Number (same unit) Returns : The imaginary part of this number. radians() (alias rad) if the number is unitless. Return type : Number (angle) Returns : Angle value with measurement equal to this number in radians. radians() (alias rad) if the number is an angle. Return type : Number (no unit) Returns : The measurement of this angle in radians. real() (alias re) for any unit Return type : Number (same unit) Returns : The real part of this number. sec() for angle Return type : Number (no unit) Returns : Secant of this angle. sin() for angle Return type : Number (no unit) Returns : Sine of this angle. tan() (alias tg) for angle Return type : Number (no unit) Returns : Tangent of this angle. to_point() for distances Return type : Point Returns : this number as a point.","breadcrumbs":"GeoScript reference » Types » Number","id":"56","title":"Number"},"57":{"body":"A point is defined as a point on a Euclidean plane. Denoted as Point. Points have two methods: x and y, returning the respective coordinate values. A point collection of length one is always automatically converted into a point. Methods to_complex() Return type : Number (distance) Returns : This point as a number.","breadcrumbs":"GeoScript reference » Types » Point","id":"57","title":"Point"},"58":{"body":"A circle is given a center and a radius. It is a set of points with the distance to its center equal to its radius. Denoted as Circle. Methods center() Return type : Point Returns : the circle's center. radius() Return type : Number (distance) Returns : the circle's radius.","breadcrumbs":"GeoScript reference » Types » Circle","id":"58","title":"Circle"},"59":{"body":"A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. A line is a line in Euclidean sense. Denoted as Line.","breadcrumbs":"GeoScript reference » Types » Line","id":"59","title":"Line"},"6":{"body":"Geo-AID is capable of performing some implicit conversions: Unknown-unit numbers (usually literals) can be converted into a number with a distance unit. A point collection consisting of two points can be converted into a line or the distance between the two points, depending on the context. A point collection of length one is always automatically converted into a point. When performing multiplication/division over a number with a unit and a number with an unknown unit, the latter is automatically converted into a unitless number Any variable defined with an unknown-unit number is assumed to be unit-less.","breadcrumbs":"Beginner guide » Getting started » Implicit conversions","id":"6","title":"Implicit conversions"},"60":{"body":"Point collections are simply ordered collections of points. It is never a separate entity, only an abstraction over a set of points. Denoted as -P. If is given as 0, it means a collection of any length. Most functions that accept points as arguments, also accept point collections. Methods area() if the collection has length of at least 3. Return type : Number (distance^2) Returns : The area of the polygon. signedarea() if the collection has length of at least 3. Return type : Number (distance^2) Returns : The signed area of the polygon, where the sign depends on the clockwiseness of the points given. circumcircle() if the collection has length of 3. Return type : Circle Returns : The circle circumscribed on the three points. circumcenter() (alias circumcentre) if the collection has length of 3. Return type : Point Returns : The center of the circle circumscribed on the three points. dst() (alias len) if the collection has length of 2. Return type : Number (distance) Returns : the distance between the two points. excircle if the collection has length of 3 Return type : Circle Returns : the circle excribed to the points given, with the center on the bisector of angle ABC. incircle() if the collection has length of 3. Return type : Circle Returns : The circle inscribed in the three points. Returns : the distance between the two points. incenter() (alias incentre) if the collection has length of 3. Return type : Point Returns : The cetner of the circle inscribed in the three points. mid() for any length. Return type : Point Returns : The arithmetic average of the points included in the collection (coordinates-wise). orthocenter() (alias orthocentre) if the collection has length of 3. Return type : Point Returns : The intersection of the triangle's altitudes. vector() (alias vec) if the collection has length of 2. Return type : Number (distance) Returns : The vector from the first point to the second point.","breadcrumbs":"GeoScript reference » Types » Point collections","id":"60","title":"Point collections"},"61":{"body":"Any two points can be connected with a Segment. Methods len() Return type : Number (distance) Returns : the distance AB. Displays : exactly what dst displays, except that the draw_segment property is false by default.","breadcrumbs":"GeoScript reference » Types » Segment","id":"61","title":"Segment"},"62":{"body":"Represents a plane transformation. Currently only similarities are supported. Methods compose(other: TransformType) Return type : TransformType Returns : The composition of this transform and the other transform (the other is performed first). transform(object: Any) (alias t) Return type : Depends on the transformation. Returns : The transformed object. If the transformation doesn't support a type, an error will be raised.","breadcrumbs":"GeoScript reference » Types » TransformType","id":"62","title":"TransformType"},"63":{"body":"Standard arithmetic operations - addition (+), subtraction (-), multiplication (*) and division (/) are only allowed between numbers. Addition and subtraction must only be performed between numbers of the same unit, whereas multiplication and division can be done with any two numbers. The resulting unit will simply be a product of the operation. Beyond that, negation with the - operator can be performed on any number.","breadcrumbs":"GeoScript reference » Operators » Operators","id":"63","title":"Operators"},"64":{"body":"Here are listed all of GeoScript's functions. Note that, the names are case-insensitive and ignore underscores. This means that functions perpendicular_through, perpendicularthrough, PERPendicularthrougH and P_erpendic_ular___Through_ are the same function. Overloads are listed in the order they are checked.","breadcrumbs":"GeoScript reference » Functions » Functions","id":"64","title":"Functions"},"65":{"body":"acos(v: Number (no unit)) Return type : Number (angle) Returns : Arccosine of this value.","breadcrumbs":"GeoScript reference » Functions » acos","id":"65","title":"acos"},"66":{"body":"acot(v: Number (no unit)) Return type : Number (angle) Returns : Arccotangent of this value.","breadcrumbs":"GeoScript reference » Functions » acot (alias actg)","id":"66","title":"acot (alias actg)"},"67":{"body":"acsc(v: Number (no unit)) Return type : Number (angle) Returns : Arccosecant of this value.","breadcrumbs":"GeoScript reference » Functions » acsc","id":"67","title":"acsc"},"68":{"body":"angle(ABC: 3-P) angle(A: Point, B: Point, C: Point) Return type : Number (angle) Returns : measurement of the angle ABC Displays : the angle's arms. The function accepts additional properties in the form of: struct Angle { display_arms: bool, // Default: true, arms_type: LineType, // Default: SEGMENT\n} display_arms decides whether the arms should be displayed and arms_type decides whether they should be segments, rays or lines. The assumed order for rays is B -> A and B -> C; angle(k: Line, l: Line) Return type : Number (angle) Returns : measurement of the angle between k and l. Which angle, depends on the order of the lines. For predictable outcome, the point versions are strongly recommended.","breadcrumbs":"GeoScript reference » Functions » angle","id":"68","title":"angle"},"69":{"body":"area(A (Point), B (Point), C (Point), ...) area(ABC... (Point collection)) Works for 3 or more points. Return type : Number (distance^2) Returns : the area of the given polygon.","breadcrumbs":"GeoScript reference » Functions » area","id":"69","title":"area"},"7":{"body":"Many figures feature multiple points and defining each one with a separate let statement can feel very verbose. To help that, GeoScript has a powerful iterator system. Iterators can be used in let statements and rules on both sides. A sequence of expressions separated by a comma is called an implicit iterator . Using these, we can collapse multiple lines of a script into a single one. For example, our first figure script becomes the following: let A, B, C = Point(); AB = AC, BC; Iterators are expanded into multiple rules/statement by simply iterating over the given sequence. Note that implicit iterators take precedence over binary arithmetic operators. Here's a few examples: AB, BC = CD, EF; # Becomes\nAB = CD;\nBC = EF; AB < XY + YZ, OI; # Becomes.\nAB < XY + YZ;\nAB < XY + OI; whereas AB < (XY + YZ), OI; # Becomes AB < XY + YZ;\nAB < OI; To use implicit iterators inside a function call, simply put parentheses around them: intersection(AB, (KL, XY)) Another type of iterator is an explicit iterator . These are written in the following way: AB = $1(AC, BC); The above example is equivalent to just writing AB = AC, BC; The number after the dollar sign is the id of the iterator. If you're using a single id, they function just like implicit iterators. However, when using multiple different ids, you can get some interesting results: $1(AB, CD) < $2(XY, YZ); # Becomes\nAB < XY;\nCD < XY;\nAB < YZ;\nCD < YZ; Explicit iterators can also be nested, allowing for even more complicated rules. For example: $1(AB, BC) > $1(x, $2(a, b)), $3(9, 4, 3); # Becomes\nAB > x;\nBC > a;\nBC > b;\nAB > 9;\nAB > 4;\nAB > 3;\nBC > 9;\nBC > 4;\nBC > 3; There are a few important things to remember about iterators: All implicit iterators have an id of 0; All iterators of the same id must have the same length; The left hand side of let statements only accept implicit iterators; The right hand side of let statements accepts at most one level of iteration; The right hand side of a let statement may only contain iterators, if so does the left side; All iterators must have at least two variants; An iterator with id x must not contain another iterator with id x; Iterator length must not exceed 255; Iterator id must be an integer; Exact rules regarding the iterators can be found here .","breadcrumbs":"Beginner guide » Getting started » Shortening the code with iterators","id":"7","title":"Shortening the code with iterators"},"70":{"body":"asec(v: Number (no unit)) Return type : Number (angle) Returns : Arcsecant of this value.","breadcrumbs":"GeoScript reference » Functions » asec","id":"70","title":"asec"},"71":{"body":"asin(v: Number (no unit)) Return type : Number (angle) Returns : Arcsine of this value.","breadcrumbs":"GeoScript reference » Functions » asin","id":"71","title":"asin"},"72":{"body":"atan(v: Number (no unit)) Return type : Number (angle) Returns : Arctangent of this value.","breadcrumbs":"GeoScript reference » Functions » atan (alias atg)","id":"72","title":"atan (alias atg)"},"73":{"body":"bisector(AB: 2-P) bisector(A: Point, B: Point) Return type : Line Returns : a bisector of the segment AB - a perpendicular line passing through its center. bisector(ABC: 3-P) bisector(A: Point, B: Point, C: Point) Return type : Line Returns : a bisector of the angle ABC - a line between lines AB and BC, where each point is in the same distance from both of these lines. Displays : the angle's arms. The function accepts additional properties in the form of: struct Bisector { display_arms: bool, // Default: true, arms_type: LineType, // Default: SEGMENT\n} display_arms decides whether the arms should be displayed and arms_type decides whether they should be segments, rays or lines. The assumed order for rays is B -> A and B -> C; angle(k: Line, l: Line)","breadcrumbs":"GeoScript reference » Functions » bisector","id":"73","title":"bisector"},"74":{"body":"center(circle: Circle) **Return type: Point","breadcrumbs":"GeoScript reference » Functions » center (alias centre)","id":"74","title":"center (alias centre)"},"75":{"body":"circle(center: Point, radius: Number (distance)) circle(radius: Number (distance), center: Point) Return type : Circle Returns : a circle with the given center and radius. circle() Return type : Circle Returns : a circle with an adjusted (free point) center and an adjusted (free real) radius.","breadcrumbs":"GeoScript reference » Functions » circle","id":"75","title":"circle"},"76":{"body":"circumcircle(a: Point, b: Point, c: Point) circumcircle(abc: 3-P) Return type : Circle Returns : the circle circumscribed on the three points given.","breadcrumbs":"GeoScript reference » Functions » circumcircle","id":"76","title":"circumcircle"},"77":{"body":"circumcenter(a: Point, b: Point, c: Point) icircumcenter(abc: 3-P) Return type : Point Returns : the cetner of the circle circumscribed on the three points given.","breadcrumbs":"GeoScript reference » Functions » circumcenter","id":"77","title":"circumcenter"},"78":{"body":"conjugate(v: Number (any unit)) Return type : Number (the same unit) Returns : The conjugate of this number.","breadcrumbs":"GeoScript reference » Functions » conjugate","id":"78","title":"conjugate"},"79":{"body":"convex(n: Number (literal, no unit)) Only works with a number literal. Return type : PC-n Returns : A convex polygon with n sides.","breadcrumbs":"GeoScript reference » Functions » convex (alias convexpolygon, convexpoly)","id":"79","title":"convex (alias convexpolygon, convexpoly)"},"8":{"body":"Sometimes you will stumble on a figure that is quite challenging to draw, even for Geo-AID. In these cases, it's worth knowing a few tricks to guide Geo-AID through them. When Geo-AID generates a figure, it does so with a certain amount of samples, over multiple cycles, until a certain condition (currently: average quality delta over the last x cycles goes below a certain value) is met. That's a lot of different generation parameters and all of them are modifiable. Sample count (-s or --samples option, 512 by default) By modifying this parameter, you change how many different versions of a generation cycle are created. The higher the value, the more likely Geo-AID is to find the right spot for every point. It will, however, take more time, and it might make certain flaws of Geo-AID's generation more visible. Generation break average delta threshold (-d option, 0.0001 by default) Lowering this makes Geo-AID go on with generation for a little longer, essentially postponing the moment it decides it won't really get much better. Count of last records used in calculating the average delta (-m option, 128 by default) Increasing this makes Geo-AID take more of the last cycles into consideration when deciding whether to stop. Generation engine (-e or --engine, glide by default) By default, Geo-AID uses glide as its optimization engine as it should generally perform better than rage. It might, however, be worth a try to switch the engine. Maximum adjustment per generation cycle (-a option, 0.5 by default) This modifies how much can a single point/number be changed when adjusting for another cycle. Keep in mind that this is only a base for calculations. In reality, the amount of adjustment allowed depends on the given point's quality and is different between different workers to allow both big and small changes in the same generation cycle. This parameter only works with the Rage engine. Usually, the most visible effect comes from increasing the sample count. Ultimately the best way of increasing odds for Geo-AID is to write the script as well as you can, relying strongly on defining points with expressions. The golden rule is: the fewer rules, the better.","breadcrumbs":"Beginner guide » Dealing with complicated figures » Dealing with complicated figures","id":"8","title":"Dealing with complicated figures"},"80":{"body":"cos(v: Number (angle)) Return type : Number (no unit) Returns : Cosine of this angle.","breadcrumbs":"GeoScript reference » Functions » cos","id":"80","title":"cos"},"81":{"body":"cot(v: Number (angle)) Return type : Number (no unit) Returns : Cotangent of this angle.","breadcrumbs":"GeoScript reference » Functions » cot (alias ctg)","id":"81","title":"cot (alias ctg)"},"82":{"body":"csc(v: Number (angle)) Return type : Number (no unit) Returns : Cosecant of this angle.","breadcrumbs":"GeoScript reference » Functions » csc","id":"82","title":"csc"},"83":{"body":"degrees(value: Number (no unit)) Return type : Number (angle) Returns : an angle with the given measurement in degrees. Related: radians degrees(value: Number (angle)) Return type : Number (no unit) Returns : the angle value in degrees. Related: radians","breadcrumbs":"GeoScript reference » Functions » degrees (alias deg)","id":"83","title":"degrees (alias deg)"},"84":{"body":"dst(AB: 2-P) dst(A: Point, B: Point) Return type : Number (distance) Returns : the distance between points A and B. Displays : the segment AB. The function accepts additional properties in the form of: struct Dst { display_segment: bool, // Default: true, style: Style, // Default: SOLID\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed. dst(P: Point, k: Line) dst(k: Line, P: Point) Return type : Number (distance) Returns : the distance between point P and line k. Displays : the segment between P and its perpendicular projection onto k. The function accepts additional properties in the form of: struct Dst { display_segment: bool, // Default: true, style: Style, // Default: DASHED\n} display_segment decides whether the segment should be displayed and style decides how it should be displayed. dst(value: Number (no unit / distance)) Return type : Number (angle) Returns : the value with a distance unit.","breadcrumbs":"GeoScript reference » Functions » dst (alias len)","id":"84","title":"dst (alias len)"},"85":{"body":"equilateral() Return type : Point collection (3) Returns : an equilateral triangle.","breadcrumbs":"GeoScript reference » Functions » equilateral (alias equilateral_triangle)","id":"85","title":"equilateral (alias equilateral_triangle)"},"86":{"body":"excircle(a: Point, b: Point, c: Point) excircle(abc: 3-P) Return type : Circle Returns : the circle excribed to the points given, with the center on the bisector of angle ABC.","breadcrumbs":"GeoScript reference » Functions » excircle","id":"86","title":"excircle"},"87":{"body":"homothety(origin: Point, scale: Number (no unit)) homothety(scale: Number (no unit), origin: Point) Return type : TransformType Returns : a homothety with an origin and scale.","breadcrumbs":"GeoScript reference » Functions » homothety","id":"87","title":"homothety"},"88":{"body":"imaginary(v: Number (any unit)) Return type : Number (the same unit) Returns : The imaginary part of this number.","breadcrumbs":"GeoScript reference » Functions » imaginary (alias im)","id":"88","title":"imaginary (alias im)"},"89":{"body":"incircle(a: Point, b: Point, c: Point) incircle(abc: 3-P) Return type : Circle Returns : the circle inscribed in the three points given.","breadcrumbs":"GeoScript reference » Functions » incircle","id":"89","title":"incircle"},"9":{"body":"By default, whenever run, Geo-AID will generate a file in the same location with a different extension matching the requested format. If multiple formats were provided, multiple files with different extensions are generated. This behavior can be modified with the --output option. Command Overview: Geo-AID","breadcrumbs":"CLI Reference » Command-Line Interface of Geo-AID","id":"9","title":"Command-Line Interface of Geo-AID"},"90":{"body":"incenter(a: Point, b: Point, c: Point) incenter(abc: 3-P) Return type : Point Returns : the cetner of the circle inscribed in the three points given.","breadcrumbs":"GeoScript reference » Functions » incenter","id":"90","title":"incenter"},"91":{"body":"All overloads by default don't display the point dot. This can be changed with properties. intersection(k: Line, l: Line) Return type : Point Returns : intersection of lines k and l. intersection(k: Line, circle: Circle) intersection(circle: Circle, k: Line) Return type : Point Returns : intersection of line k and circle circle. intersection(o1: Circle, o2: Circle) Return type : Point Returns : intersection of circles o1 and o2. Note : display_dot property is not currently supported.","breadcrumbs":"GeoScript reference » Functions » intersection","id":"91","title":"intersection"},"92":{"body":"isosceles() Return type : Point collection (3) Returns : an isosceles triangle with AC = BC.","breadcrumbs":"GeoScript reference » Functions » isosceles (alias isosceles_triangle)","id":"92","title":"isosceles (alias isosceles_triangle)"},"93":{"body":"line(col: 2-PC) line(P: Point, Q: Point) Return type : Line Returns : a line through two given points. Displays : The created line.","breadcrumbs":"GeoScript reference » Functions » line","id":"93","title":"line"},"94":{"body":"main_equilateral() Return type : Point collection (3) Returns : an equilateral triangle with C.y > A.y = B.y and A.x < B.x.","breadcrumbs":"GeoScript reference » Functions » main_equilateral (alias main_equilateral_triangle)","id":"94","title":"main_equilateral (alias main_equilateral_triangle)"},"95":{"body":"main_isosceles() Return type : Point collection (3) Returns : an isosceles triangle with AC = BC, C.y > A.y = B.y and A.x < B.x.","breadcrumbs":"GeoScript reference » Functions » main_isosceles (alias main_isosceles_triangle)","id":"95","title":"main_isosceles (alias main_isosceles_triangle)"},"96":{"body":"main_right() Return type : Point collection (3) Returns : a right triangle with angle(ACB) = deg(90), B.y > A.y = C.y and C.x < A.x.","breadcrumbs":"GeoScript reference » Functions » main_right (alias main_right_triangle)","id":"96","title":"main_right (alias main_right_triangle)"},"97":{"body":"main_triangle() Return type : Point collection (3) Returns : a triangle with C.y > A.y = B.y and A.x < B.x.","breadcrumbs":"GeoScript reference » Functions » main_triangle (alias main_triangle)","id":"97","title":"main_triangle (alias main_triangle)"},"98":{"body":"mid(col: 0-P) Return Type : Point Returns : The middle point of all points in the collection. Note : The following functions allow any positive numbers of arguments. mid(v_1: Number (any unit u), v_2 Number (the same unit u), ..., v_n: Number (the same unit u)) Return type : Number (the same unit u) Returns : The average value of v_1, v_2, ... v_n. mid(P_1: Point, P_2: Point, ..., P_n: Point) Return type : Point Returns : The middle point of P_1, P_2, ... P_n. Special cases: when n=2, the middle of a segment; When n=3, the centroid of a triangle.","breadcrumbs":"GeoScript reference » Functions » mid","id":"98","title":"mid"},"99":{"body":"orthocenter(A: Point, B: Point, C: Point) orthocenter(ABC: 3-P) Return type : Point Returns : The intersection of the triangles altitudes.","breadcrumbs":"GeoScript reference » Functions » orthocenter (alias orthocentre)","id":"99","title":"orthocenter (alias orthocentre)"}},"length":144,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"1":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"124":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}},"1":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"c":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"0":{"df":1,"docs":{"10":{"tf":1.0}}},"2":{"8":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}}},"2":{"(":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},".":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"53":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"3":{"(":{"9":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"10":{"tf":1.0}}},"df":22,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"35":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"60":{"tf":2.8284271247461903},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"4":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"5":{"0":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}},"9":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"_":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}}}}},"a":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"5":{"tf":1.0}}}},".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"b":{"c":{"df":7,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"5":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0}}},"df":11,"docs":{"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"35":{"tf":4.123105625617661},"4":{"tf":2.6457513110645907},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":4.123105625617661},"73":{"tf":1.4142135623730951},"84":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":2.23606797749979},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"134":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"38":{"tf":1.0}},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"d":{"d":{"df":4,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"111":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"4":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":2.23606797749979},"102":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":3.0},"135":{"tf":2.8284271247461903},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"'":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":24,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":1.0},"124":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.8284271247461903},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":30,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"56":{"tf":3.1622776601683795},"60":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"123":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"]":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"60":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"29":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":22,"docs":{"104":{"tf":2.0},"108":{"tf":3.7416573867739413},"110":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":1.0},"56":{"tf":5.291502622129181},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"86":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}},"(":{"a":{"b":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"109":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":2.0},"54":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"g":{"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"108":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}}},"b":{".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":3,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"_":{"1":{"2":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"^":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}}}},"c":{"df":9,"docs":{"126":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"35":{"tf":3.3166247903554},"4":{"tf":2.0},"7":{"tf":3.3166247903554},"73":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":18,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":2.23606797749979},"54":{"tf":1.0},"7":{"tf":2.449489742783178}}}}},"df":6,"docs":{"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"123":{"tf":2.0},"124":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"29":{"tf":2.0},"3":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":2,"docs":{"127":{"tf":1.0},"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"127":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":2.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"l":{"df":10,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.0},"139":{"tf":1.0},"141":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"131":{"tf":1.0},"134":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"'":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":1,"docs":{"96":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":2.449489742783178}}}}},"s":{"df":0,"docs":{},"e":{"df":18,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"35":{"tf":1.0}}}}},"d":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"7":{"tf":2.23606797749979}}},"df":17,"docs":{"112":{"tf":1.0},"126":{"tf":2.0},"134":{"tf":1.7320508075688772},"25":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"58":{"tf":2.0},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.0}}}},"r":{"df":1,"docs":{"74":{"tf":1.0}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":2.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"60":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":3.605551275463989},"34":{"tf":2.0},"49":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":16,"docs":{"105":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.7320508075688772},"60":{"tf":2.8284271247461903},"74":{"tf":1.0},"75":{"tf":2.449489742783178},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.8284271247461903}},"e":{"'":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"(":{"a":{"df":1,"docs":{"4":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.0}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"7":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"124":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":24,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"31":{"tf":2.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"5":{"tf":2.0},"54":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":4.0},"69":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"135":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":2.8284271247461903},"129":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"26":{"tf":1.0},"34":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"129":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0}}}},"x":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":1,"docs":{"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"129":{"tf":2.23606797749979},"131":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}},"d":{"'":{"'":{"_":{"4":{"5":{"6":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"8":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"84":{"tf":2.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":3.3166247903554},"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":4.123105625617661},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":2.449489742783178},"84":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}}},"g":{"(":{"9":{"0":{"df":2,"docs":{"109":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"83":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":2.0},"49":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"21":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"129":{"tf":2.6457513110645907},"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"84":{"tf":2.0}}}}}},"df":26,"docs":{"111":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"126":{"tf":3.1622776601683795},"127":{"tf":2.0},"128":{"tf":2.0},"129":{"tf":3.7416573867739413},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178},"91":{"tf":1.0},"93":{"tf":1.0}},"l":{"_":{"_":{"a":{"b":{"df":0,"docs":{},"e":{"_":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":4.47213595499958},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178}},"e":{"^":{"2":{"df":3,"docs":{"112":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.4142135623730951},"137":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"t":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"23":{"tf":1.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"84":{"tf":1.0}}},"df":1,"docs":{"84":{"tf":1.0}}},"b":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}},"p":{"df":1,"docs":{"84":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":3.0},"15":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":2.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"d":{"df":2,"docs":{"124":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"85":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"135":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}}}},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":2.23606797749979},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"46":{"tf":1.0},"5":{"tf":2.23606797749979},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"54":{"tf":1.0}}},"<":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":4,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"141":{"tf":1.0},"21":{"tf":2.0},"33":{"tf":2.0},"45":{"tf":2.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"w":{"df":7,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":2.23606797749979},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"124":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"10":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"135":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"d":{"df":2,"docs":{"4":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"33":{"tf":1.0}}},"df":8,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":4.0},"34":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":3.1622776601683795},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":9,"docs":{"111":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"134":{"tf":2.0},"75":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"111":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":4.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":3.0},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"136":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}}}}},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":25,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":1.0},"124":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"33":{"tf":1.0},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":3.0},"9":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"122":{"tf":1.0},"64":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"134":{"tf":1.0},"2":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"b":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":2.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"4":{"tf":1.0}},"n":{"df":30,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"124":{"tf":2.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"138":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}}}},"l":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"y":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"m":{"#":{"1":{"5":{"6":{"b":{"7":{"3":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"35":{"tf":2.8284271247461903},"54":{"tf":1.0},"7":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}},"y":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"56":{"tf":1.0},"88":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"29":{"tf":1.0},"35":{"tf":2.449489742783178},"40":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"89":{"tf":1.0}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"25":{"tf":2.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":2.0}}}},"i":{"c":{"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"117":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":2.6457513110645907}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"33":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"140":{"tf":1.0},"37":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"103":{"tf":1.0},"126":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"o":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"a":{"b":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.0}}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"134":{"tf":1.0},"92":{"tf":1.7320508075688772},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"126":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":4.795831523312719},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":5.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"126":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"k":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"68":{"tf":1.0},"84":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"_":{"_":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":3.4641016151377544},"130":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.0},"140":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"3":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"x":{"df":4,"docs":{"10":{"tf":2.0},"12":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"135":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"n":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"128":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":3.7416573867739413},"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"124":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"42":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"124":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"124":{"tf":2.449489742783178},"53":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"0":{"tf":1.0},"100":{"tf":2.0},"101":{"tf":2.0},"107":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":3.0},"134":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":2.23606797749979},"6":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0},"73":{"tf":3.0},"84":{"tf":1.7320508075688772},"9":{"tf":1.0},"91":{"tf":2.449489742783178},"93":{"tf":2.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"129":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":2.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"129":{"tf":2.0},"134":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"0":{"tf":1.0},"134":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"135":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":2,"docs":{"128":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"132":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"b":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":0,"docs":{},"}":{"^":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":2.0},"130":{"tf":1.0},"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"56":{"tf":2.0},"68":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}},"p":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}},"df":2,"docs":{"60":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":11,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"112":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"124":{"tf":2.23606797749979},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"n":{"=":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"3":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"19":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":21,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"33":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":1,"docs":{"108":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"df":2,"docs":{"128":{"tf":1.0},"4":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":2.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}},"n":{"df":7,"docs":{"128":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.6457513110645907},"128":{"tf":1.4142135623730951},"129":{"tf":2.23606797749979},"139":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"w":{"df":1,"docs":{"126":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":57,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":2.23606797749979},"108":{"tf":3.7416573867739413},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"134":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":2.0},"56":{"tf":6.708203932499369},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"o":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"35":{"tf":1.0},"53":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"128":{"tf":1.0},"15":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":2,"docs":{"35":{"tf":2.0},"7":{"tf":2.0}}},"k":{"df":1,"docs":{"4":{"tf":1.0}}},"m":{"df":1,"docs":{"124":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"a":{"df":2,"docs":{"124":{"tf":2.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"130":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":11,"docs":{"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"29":{"tf":3.0},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"53":{"tf":2.6457513110645907},"63":{"tf":2.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.4142135623730951},"108":{"tf":1.0},"125":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"122":{"tf":1.0},"124":{"tf":2.0},"134":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"60":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"127":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"122":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"_":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}},"r":{"df":2,"docs":{"126":{"tf":1.0},"135":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"40":{"tf":2.449489742783178},"8":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}},"s":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"56":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"130":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0}}}}},"c":{"df":3,"docs":{"103":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"124":{"tf":2.8284271247461903},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":2.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"b":{"c":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":4,"docs":{"101":{"tf":1.0},"126":{"tf":1.7320508075688772},"40":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"15":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"129":{"tf":1.0},"8":{"tf":1.0}}},"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":2.0},"108":{"tf":3.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":3.4641016151377544},"128":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"31":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":2.0},"4":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":2.449489742783178},"54":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":2.8284271247461903},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"60":{"tf":4.58257569495584},"61":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178},"85":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.8284271247461903},"99":{"tf":2.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":5,"docs":{"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"129":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"108":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":3,"docs":{"135":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":37,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"129":{"tf":3.1622776601683795},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"q":{"df":1,"docs":{"93":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":2.0},"135":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}},"e":{"]":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.0},"56":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"104":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"105":{"tf":1.4142135623730951},"58":{"tf":2.0},"75":{"tf":1.7320508075688772}},"s":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"30":{"tf":2.0},"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"w":{"df":6,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}}},"y":{"df":6,"docs":{"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":3,"docs":{"106":{"tf":2.0},"56":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":1,"docs":{"107":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"136":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"123":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":15,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"135":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":6.324555320336759},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"60":{"tf":4.795831523312719},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}}}}}}},"h":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":8,"docs":{"109":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0}},"e":{"(":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.4142135623730951},"124":{"tf":3.7416573867739413},"126":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":2.6457513110645907},"136":{"tf":1.0},"139":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"3":{"tf":2.449489742783178},"4":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":2.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"56":{"tf":1.0}}}}},"df":2,"docs":{"110":{"tf":1.0},"56":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0}},"k":{"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"111":{"tf":1.0}}},"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"111":{"tf":2.449489742783178},"124":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"84":{"tf":2.0},"98":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"37":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"126":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"34":{"tf":1.0}}}},"t":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":2.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"131":{"tf":1.0},"35":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"112":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":9,"docs":{"128":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":2,"docs":{"113":{"tf":1.0},"56":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"134":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"111":{"tf":1.0},"129":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":3,"docs":{"135":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"35":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":2.23606797749979}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"68":{"tf":1.0},"8":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"111":{"tf":1.0},"129":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"129":{"tf":2.6457513110645907},"23":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":2.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"x":{"df":14,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":2,"docs":{"114":{"tf":1.0},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"124":{"tf":2.23606797749979},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"g":{"df":2,"docs":{"114":{"tf":1.0},"56":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"129":{"tf":1.0},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.4142135623730951},"4":{"tf":1.0},"60":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"z":{"df":2,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"135":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"a":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":4,"docs":{"117":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"62":{"tf":1.7320508075688772},"87":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"25":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":12,"docs":{"109":{"tf":1.0},"119":{"tf":1.7320508075688772},"126":{"tf":1.0},"134":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"129":{"tf":3.1622776601683795},"139":{"tf":1.0},"21":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"45":{"tf":2.0},"52":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":17,"docs":{"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":75,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":2.0},"5":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":4.47213595499958},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":3.3166247903554},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":2.0}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"134":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"141":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":5.744562646538029},"6":{"tf":2.449489742783178},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":2.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":2.449489742783178},"56":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":34,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"3":{"tf":2.23606797749979},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":35,"docs":{"10":{"tf":3.605551275463989},"104":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"124":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"141":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":2.8284271247461903},"56":{"tf":1.0},"6":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"60":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"4":{"tf":1.0}}}},"y":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"10":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":1.0},"38":{"tf":1.0}},"t":{"df":16,"docs":{"124":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":3.605551275463989},"136":{"tf":2.23606797749979},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"3":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"128":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"25":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"x":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":6,"docs":{"120":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"y":{"df":2,"docs":{"35":{"tf":2.8284271247461903},"7":{"tf":2.8284271247461903}}}},"y":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":2,"docs":{"121":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"z":{"df":2,"docs":{"35":{"tf":2.6457513110645907},"7":{"tf":2.6457513110645907}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"124":{"tf":3.1622776601683795},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"1":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"124":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0}}},"1":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"c":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"0":{"df":1,"docs":{"10":{"tf":1.0}}},"2":{"8":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0}}},"2":{"(":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},".":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"53":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"3":{"(":{"9":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"10":{"tf":1.0}}},"df":22,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"35":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"60":{"tf":2.8284271247461903},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"4":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"5":{"0":{"0":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}},"9":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"_":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.4142135623730951}},"{":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"}":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}}}}}}},"a":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"5":{"tf":1.0}}}},".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"b":{"c":{"df":7,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"5":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0}}},"df":11,"docs":{"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"35":{"tf":4.123105625617661},"4":{"tf":2.6457513110645907},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":4.123105625617661},"73":{"tf":1.4142135623730951},"84":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":2.23606797749979},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"54":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"134":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"92":{"tf":1.0},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"38":{"tf":1.0}},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"d":{"d":{"df":4,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"111":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"4":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":2.23606797749979},"102":{"tf":1.0},"106":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":3.0},"135":{"tf":2.8284271247461903},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"133":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"'":{"df":3,"docs":{"14":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":24,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.449489742783178},"11":{"tf":1.0},"124":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.8284271247461903},"9":{"tf":2.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":30,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"60":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":14,"docs":{"123":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"]":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"60":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"129":{"tf":1.0},"29":{"tf":1.4142135623730951},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":22,"docs":{"104":{"tf":2.0},"108":{"tf":3.7416573867739413},"110":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":1.0},"56":{"tf":5.291502622129181},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.8284271247461903},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"86":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}},"(":{"a":{"b":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"109":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"68":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"41":{"tf":2.0},"54":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"65":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"35":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"108":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"3":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}}},"b":{".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":3,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"_":{"1":{"2":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"^":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":1.0},"30":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}}}},"c":{"df":9,"docs":{"126":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"35":{"tf":3.3166247903554},"4":{"tf":2.0},"7":{"tf":3.3166247903554},"73":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":18,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"35":{"tf":2.23606797749979},"54":{"tf":1.0},"7":{"tf":2.449489742783178}}}}},"df":6,"docs":{"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":8,"docs":{"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"143":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"123":{"tf":2.0},"124":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"18":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"29":{"tf":2.0},"3":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":2,"docs":{"127":{"tf":1.0},"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.0}}},"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"127":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":2.23606797749979},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"3":{"tf":1.0}}},"l":{"df":10,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.0},"139":{"tf":1.0},"141":{"tf":1.0},"21":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"33":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"131":{"tf":1.0},"134":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"'":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"i":{"df":4,"docs":{"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"x":{"df":1,"docs":{"96":{"tf":1.0}}}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":2.449489742783178}}}}},"s":{"df":0,"docs":{},"e":{"df":18,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"35":{"tf":1.0}}}}},"d":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"7":{"tf":2.23606797749979}}},"df":17,"docs":{"112":{"tf":1.0},"126":{"tf":2.0},"134":{"tf":1.7320508075688772},"25":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"58":{"tf":2.0},"60":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"86":{"tf":1.0}}}},"r":{"df":1,"docs":{"74":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"0":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":2.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"60":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":3.605551275463989},"34":{"tf":2.0},"49":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"122":{"tf":1.0},"3":{"tf":1.4142135623730951},"64":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":16,"docs":{"105":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":2.0},"60":{"tf":2.8284271247461903},"74":{"tf":1.0},"75":{"tf":2.6457513110645907},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":2.8284271247461903}},"e":{"'":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}},"(":{"a":{"df":1,"docs":{"4":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"7":{"tf":1.4142135623730951}}}},"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"124":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":24,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"31":{"tf":2.23606797749979},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"5":{"tf":2.0},"54":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":4.123105625617661},"69":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"48":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"123":{"tf":1.7320508075688772},"135":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"126":{"tf":1.4142135623730951},"128":{"tf":3.0},"129":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"26":{"tf":1.0},"34":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"129":{"tf":1.0},"6":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0}}}},"x":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":1,"docs":{"79":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"81":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.0}}}}},"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":2,"docs":{"56":{"tf":1.0},"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":2,"docs":{"56":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"129":{"tf":2.23606797749979},"131":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":2.0},"8":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}},"d":{"'":{"'":{"_":{"4":{"5":{"6":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"84":{"tf":2.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":17,"docs":{"10":{"tf":3.3166247903554},"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":4.123105625617661},"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":2.449489742783178},"84":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":2.0},"134":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}}},"g":{"(":{"9":{"0":{"df":2,"docs":{"109":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"56":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"83":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"t":{"df":7,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"10":{"tf":2.0},"11":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"53":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"42":{"tf":2.0},"49":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"21":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"129":{"tf":2.6457513110645907},"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"84":{"tf":2.0}}}}}},"df":27,"docs":{"111":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":3.4641016151377544},"127":{"tf":2.449489742783178},"128":{"tf":2.23606797749979},"129":{"tf":3.872983346207417},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178},"91":{"tf":1.0},"93":{"tf":1.0}},"l":{"_":{"_":{"a":{"b":{"df":0,"docs":{},"e":{"_":{"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":4.47213595499958},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178}},"e":{"^":{"2":{"df":3,"docs":{"112":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.4142135623730951},"137":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"o":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"63":{"tf":1.0}}}},"t":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"23":{"tf":1.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":4,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"84":{"tf":1.0}}},"df":1,"docs":{"84":{"tf":1.0}}},"b":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}},"p":{"df":1,"docs":{"84":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":2.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":3.0},"15":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":2.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"d":{"df":2,"docs":{"124":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"10":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"85":{"tf":2.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"35":{"tf":1.0},"5":{"tf":1.0},"62":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"t":{"c":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"135":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"35":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"60":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.0},"7":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":1.7320508075688772}}}}}}}},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":2.6457513110645907},"127":{"tf":1.7320508075688772},"128":{"tf":2.0},"130":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":2.6457513110645907},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"46":{"tf":1.0},"5":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"54":{"tf":1.0}}},"<":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":4,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":5,"docs":{"141":{"tf":1.0},"21":{"tf":2.0},"33":{"tf":2.0},"45":{"tf":2.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"33":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"w":{"df":7,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"37":{"tf":1.7320508075688772},"39":{"tf":2.449489742783178},"40":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"124":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":2.449489742783178},"4":{"tf":2.0},"40":{"tf":1.0},"53":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"10":{"tf":1.0}}},"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"135":{"tf":1.7320508075688772},"27":{"tf":1.0}}}},"d":{"df":2,"docs":{"4":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"40":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"33":{"tf":1.0}}},"df":10,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":4.242640687119285},"34":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":3.1622776601683795},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"df":9,"docs":{"111":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"134":{"tf":2.0},"75":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"30":{"tf":1.0},"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":71,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":4.123105625617661},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"10":{"tf":3.0},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"136":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"9":{"tf":1.4142135623730951}}}}},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":25,"docs":{"0":{"tf":2.0},"1":{"tf":1.4142135623730951},"10":{"tf":2.449489742783178},"11":{"tf":1.0},"124":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"143":{"tf":2.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":3.4641016151377544},"33":{"tf":1.0},"4":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":3.0},"9":{"tf":2.0}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"16":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"122":{"tf":1.0},"64":{"tf":1.0}}},"df":129,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"134":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"b":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"5":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":2.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"4":{"tf":1.0}},"n":{"df":30,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"124":{"tf":2.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"138":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"40":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":2.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"35":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"5":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}}}},"l":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"p":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"64":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"i":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"m":{"#":{"1":{"5":{"6":{"b":{"7":{"3":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"35":{"tf":2.8284271247461903},"54":{"tf":1.0},"7":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"19":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":12,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"56":{"tf":1.0},"88":{"tf":1.4142135623730951}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"29":{"tf":1.0},"35":{"tf":2.449489742783178},"40":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{"(":{"a":{"b":{"c":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"25":{"tf":2.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":2.0}}}},"i":{"c":{"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.7320508075688772},"117":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"21":{"tf":1.0},"40":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"33":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":9,"docs":{"22":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":2.0},"46":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"140":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"103":{"tf":1.0},"126":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":2.23606797749979},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"b":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"o":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"a":{"b":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.0}}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"56":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"134":{"tf":1.0},"92":{"tf":2.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"126":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":2.0},"7":{"tf":5.0990195135927845}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"126":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":2.0},"14":{"tf":1.7320508075688772}}}}}},"k":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"68":{"tf":1.0},"84":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"y":{"df":1,"docs":{"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"0":{"tf":1.0},"8":{"tf":1.0}},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"_":{"_":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":3.4641016151377544},"130":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.0},"140":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"3":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"x":{"df":4,"docs":{"10":{"tf":2.0},"12":{"tf":1.7320508075688772},"25":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"135":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"91":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"n":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"128":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":3.7416573867739413},"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"124":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":1,"docs":{"4":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.449489742783178},"49":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"42":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"124":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"124":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"124":{"tf":2.6457513110645907},"53":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}}},"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"0":{"tf":1.0},"100":{"tf":2.0},"101":{"tf":2.0},"107":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":3.0},"134":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0},"73":{"tf":3.0},"84":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178},"93":{"tf":2.23606797749979}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"129":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"68":{"tf":1.0},"73":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"103":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":2.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"129":{"tf":2.0},"134":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":2.23606797749979},"49":{"tf":2.23606797749979},"8":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"96":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"0":{"tf":1.0},"134":{"tf":1.0}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"0":{"tf":1.0},"135":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":2,"docs":{"128":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"h":{"b":{"b":{"df":0,"docs":{},"{":{"df":0,"docs":{},"x":{"df":0,"docs":{},"}":{"^":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":2.0},"130":{"tf":1.0},"25":{"tf":2.6457513110645907},"49":{"tf":2.6457513110645907}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"df":2,"docs":{"10":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":10,"docs":{"0":{"tf":1.0},"10":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"56":{"tf":2.0},"68":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}},"t":{"df":1,"docs":{"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"3":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}},"p":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.7320508075688772}}}},"df":2,"docs":{"60":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":11,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":12,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"112":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"124":{"tf":2.23606797749979},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"56":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"n":{"=":{"2":{"df":1,"docs":{"98":{"tf":1.0}}},"3":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"d":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"19":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":21,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}},"df":2,"docs":{"103":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"3":{"tf":2.23606797749979},"33":{"tf":1.0}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":1,"docs":{"108":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":1.0}}}}},"w":{"df":2,"docs":{"128":{"tf":1.0},"4":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":2.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}},"n":{"df":7,"docs":{"128":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"25":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"0":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.6457513110645907},"128":{"tf":1.4142135623730951},"129":{"tf":2.23606797749979},"139":{"tf":1.0},"21":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"w":{"df":1,"docs":{"126":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":57,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":2.23606797749979},"108":{"tf":3.7416573867739413},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"134":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":2.0},"56":{"tf":6.782329983125268},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":2.449489742783178},"60":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"o":{"1":{"df":1,"docs":{"91":{"tf":1.0}}},"2":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"35":{"tf":1.0},"53":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"128":{"tf":1.0},"15":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":2,"docs":{"35":{"tf":2.0},"7":{"tf":2.0}}},"k":{"df":1,"docs":{"4":{"tf":1.0}}},"m":{"df":1,"docs":{"124":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"a":{"df":2,"docs":{"124":{"tf":2.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"130":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":12,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"29":{"tf":3.1622776601683795},"30":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"53":{"tf":2.6457513110645907},"63":{"tf":2.449489742783178},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"10":{"tf":1.4142135623730951},"108":{"tf":1.0},"125":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"122":{"tf":1.0},"124":{"tf":2.0},"134":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":2.449489742783178},"87":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"a":{"b":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"60":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"4":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":2.0},"127":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"122":{"tf":1.0},"64":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"_":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}},"r":{"df":2,"docs":{"126":{"tf":1.0},"135":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}}}}}},"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"40":{"tf":2.449489742783178},"8":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"35":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"7":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}},"s":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"56":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"130":{"tf":1.0},"30":{"tf":1.0},"73":{"tf":1.0}}}}},"c":{"df":3,"docs":{"103":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"124":{"tf":2.8284271247461903},"60":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":2.0},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"(":{"b":{"c":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":4,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"40":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"101":{"tf":1.7320508075688772},"73":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"57":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"129":{"tf":1.0},"8":{"tf":1.0}}},"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":2.23606797749979},"108":{"tf":3.0},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":3.4641016151377544},"128":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"31":{"tf":2.449489742783178},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":2.0},"4":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":2.449489742783178},"54":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":3.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"60":{"tf":4.69041575982343},"61":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951},"84":{"tf":2.449489742783178},"85":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"89":{"tf":2.0},"90":{"tf":2.23606797749979},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.8284271247461903},"99":{"tf":2.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":5,"docs":{"103":{"tf":1.7320508075688772},"112":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"129":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"108":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"56":{"tf":1.0},"7":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"0":{"tf":1.7320508075688772},"3":{"tf":1.0},"5":{"tf":1.0}},"t":{"df":3,"docs":{"135":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":39,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":2.23606797749979},"128":{"tf":1.0},"129":{"tf":3.3166247903554},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"132":{"tf":2.0},"136":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"q":{"df":1,"docs":{"93":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":2.0},"135":{"tf":2.449489742783178},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"49":{"tf":2.0}},"e":{"]":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"104":{"tf":2.0},"56":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"105":{"tf":1.7320508075688772},"58":{"tf":2.0},"75":{"tf":1.7320508075688772}},"s":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"30":{"tf":2.0},"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"w":{"df":6,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}}}},"y":{"df":6,"docs":{"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":1,"docs":{"4":{"tf":1.7320508075688772}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":3,"docs":{"106":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}},"df":2,"docs":{"106":{"tf":1.4142135623730951},"56":{"tf":1.0}},"f":{"df":2,"docs":{"51":{"tf":2.0},"52":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":130,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":1,"docs":{"107":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"136":{"tf":1.0},"7":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"123":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"3":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":15,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":1.0},"25":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"4":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"135":{"tf":1.0},"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"40":{"tf":1.0},"56":{"tf":6.324555320336759},"57":{"tf":1.7320508075688772},"58":{"tf":2.0},"60":{"tf":4.795831523312719},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":2.449489742783178},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}}}}}}},"h":{"df":2,"docs":{"5":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":8,"docs":{"109":{"tf":2.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":2.23606797749979},"25":{"tf":1.0},"49":{"tf":1.0}},"e":{"(":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"df":24,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":1.7320508075688772},"124":{"tf":3.872983346207417},"126":{"tf":1.0},"131":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":2.6457513110645907},"136":{"tf":1.0},"139":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":4.0},"54":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":3,"docs":{"3":{"tf":2.449489742783178},"4":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":22,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":2.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"df":2,"docs":{"10":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"c":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"56":{"tf":1.0}}}}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"56":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0}},"k":{"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}}},"n":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"b":{"df":1,"docs":{"111":{"tf":1.0}}},"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"111":{"tf":2.6457513110645907},"124":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"84":{"tf":2.0},"98":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"37":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"126":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"34":{"tf":1.0}}}},"t":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":2.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"w":{"df":1,"docs":{"4":{"tf":1.0}},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"131":{"tf":1.0},"35":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":5,"docs":{"112":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"(":{"a":{"b":{"c":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":9,"docs":{"128":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.4142135623730951},"56":{"tf":1.0}},"e":{"df":2,"docs":{"113":{"tf":1.0},"56":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"134":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"129":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"111":{"tf":1.0},"129":{"tf":1.7320508075688772},"23":{"tf":1.0},"47":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"4":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":3,"docs":{"135":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":2.23606797749979}}}},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"35":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"54":{"tf":2.0},"7":{"tf":2.23606797749979}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":2.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.449489742783178},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"68":{"tf":1.0},"8":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"111":{"tf":1.0},"129":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"129":{"tf":2.6457513110645907},"23":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178}}}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"129":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":2.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"x":{"df":38,"docs":{"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":14,"docs":{"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"n":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":2,"docs":{"114":{"tf":1.4142135623730951},"56":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"124":{"tf":2.23606797749979},"23":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"16":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"g":{"df":2,"docs":{"114":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"129":{"tf":1.0},"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.4142135623730951},"4":{"tf":1.0},"60":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"z":{"df":2,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"135":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"(":{"a":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"115":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":2,"docs":{"116":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":4,"docs":{"117":{"tf":2.0},"25":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"62":{"tf":2.0},"87":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":2.23606797749979}},"e":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"25":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":12,"docs":{"109":{"tf":1.0},"119":{"tf":2.0},"126":{"tf":1.0},"134":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"129":{"tf":3.1622776601683795},"139":{"tf":1.0},"21":{"tf":2.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"45":{"tf":2.0},"52":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":17,"docs":{"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":76,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.23606797749979},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":2.0},"5":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":4.58257569495584},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":3.4641016151377544},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"98":{"tf":2.0}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"134":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"126":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":29,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.4142135623730951},"141":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":5.744562646538029},"6":{"tf":2.449489742783178},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":2.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":2.449489742783178},"56":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"40":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"25":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":34,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"3":{"tf":2.23606797749979},"31":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"129":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"2":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"98":{"tf":1.0}}},"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":35,"docs":{"10":{"tf":3.605551275463989},"104":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":2.449489742783178},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"124":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":2.0},"141":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":3.1622776601683795},"56":{"tf":1.0},"6":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"27":{"tf":1.0},"54":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"60":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.7320508075688772},"33":{"tf":1.0},"4":{"tf":1.0}}}},"y":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":1,"docs":{"10":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"135":{"tf":1.0},"38":{"tf":1.0}},"t":{"df":16,"docs":{"124":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.8284271247461903},"135":{"tf":3.872983346207417},"136":{"tf":2.6457513110645907},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"35":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"3":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"10":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"128":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"25":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}}}}}},"x":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":6,"docs":{"120":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}},"y":{"df":2,"docs":{"35":{"tf":2.8284271247461903},"7":{"tf":2.8284271247461903}}}},"y":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":2,"docs":{"121":{"tf":1.7320508075688772},"57":{"tf":1.0}},"e":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}},"r":{"df":3,"docs":{"0":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"z":{"df":2,"docs":{"35":{"tf":2.6457513110645907},"7":{"tf":2.6457513110645907}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"124":{"tf":3.1622776601683795},"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"title":{"root":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"65":{"tf":1.0}},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"10":{"tf":1.0},"143":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"a":{"df":27,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"45":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"75":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":1,"docs":{"80":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}}}},"x":{"df":1,"docs":{"79":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}}}}},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"s":{"c":{"df":1,"docs":{"82":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"83":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"x":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0}}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":3,"docs":{"10":{"tf":1.0},"143":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"88":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"7":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.0},"29":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":4,"docs":{"102":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"r":{"a":{"d":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":1,"docs":{"106":{"tf":1.0}},"f":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"109":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"122":{"tf":1.0},"131":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"23":{"tf":1.0},"47":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"129":{"tf":1.0},"55":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"20":{"tf":1.0},"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"130":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0}}}}}}}},"x":{"df":1,"docs":{"120":{"tf":1.0}}},"y":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file